curl --location 'https://auth.zamupay.com/apps/graph/api/v1/cybersource/payment/refund' \
--header 'Authorization: Bearer {{access_token}}' \
--header 'Content-Type: application/json' \
--data '{
"CaptureId": "7297662780756597904951",
"Amount": "500",
"Currency": "KES",
"Reason": "Partial refund — item returned"
}'{
"RefundId": "7297662780756597904953",
"CaptureId": "7297662780756597904951",
"Status": "REFUND_INITIATED",
"Amount": "500",
"Currency": "KES",
"Timestamp": "2025-04-24T10:35:00Z"
}