Refund Transaction Status (TSQ)
Using a single API, you can request/call for the transaction status of an initiated Refund.
Content-type
Set value to application/json
GET:
{{baseurl}}/transaction/refunds/:query/status
The secret key can be gotten from the 'Settings' page on your Startbutton dashboard.
transactionReference
Yes
This can be either:
1. the refund transaction
reference. This reference provides the details and status of the refund processed.
2. the original transaction
reference. This reference provides a list of all refunds associated with the transaction (in cases of multiple partial refunds).
The refund transaction
reference can be obtained from the email you receive after a Refund is processed or from the Refunds tab on the Dashboard, while the original transaction
reference can be obtained from the Dashboard or webhook notification.
Sample response:
Last updated