Refund API
Last updated
Last updated
This API is used to initiate refund process on a successful transaction.
Authorization Any request made without the authorization key (secret key) will fail with a 401
(Unauthorized)
response code.
The authorization key is sent via the request header as Bearer Token Authorization
Example: Authorization: Bearer sandbox_sk_94f2b798466408ef4d19e848ee1a4d1a3e93f104046f
POST
https://sandbox-api-d.squadco.com/transaction/refund
Name | Type | Description |
---|---|---|
To Use this API on production:
Kindly change the base URL of the endpoint from sandbox-api-d.squadco.com to api-d.squadco.com
Get production keys from your production environment on dashboard.squadco.com and replace as authorization keys.
gateway_transaction_ref*
String
Unique reference that uniquely identifies the medium of payment and can be obtained from the webhook notification sent to you.
transaction_ref*
String
unique reference that identifies a transaction. Can be obtained from the dashboard or the webhook notification sent to you
refund_type*
String
The value of this parameter is either "Full" or "Partial"
reason_for_refund*
String
Reason for initiating the refund
refund_amount
String
Refund amount is in kobo or cent. This is only required for "Partial" refunds