v1
latestOpenAPI 3.0.12026-07-225791279.7 KBCard Collection
Check Refund Status
This endpoint is used to fetch the status of a refunded card payment (transaction).
post/card/card_charge/refund_status
Request body
Example request
{
"service_payload": {
"refund_transaction_reference": "RF20231112-Q232USD"
}
}Response
Check Transaction Status Response
Example response
{
"statusOk": true,
"message": "Request Completed",
"transactionReference": "T3737157",
"refundReference": "RF20231112-Q232USD",
"refundStatus": "SUCCESS",
"statusReason": "Refund processed successfully",
"refundDate": "2023-11-12T23:30:06.688465",
"refundedAmount": 5.2,
"parentTransactionAmount": 5.2
}