Skip to main content

Refund details

GET 

/api/v1/refund/:id

To get comprehensive details of a refund, including the refunded amount, status, method, and timestamps

🔋 Sample request payload

 {
"merchantCode": "842217" // Pass the merchant code
}

🎯 Note: Payload must be encrypted before being sent to the server. To access the response data, decrypt it upon receiving the response from the server

⚡️ Payload details

Fields NameDescriptionRequired
merchantCodePass the merchant code ✅ Yes
refundAmountPass the refund amount ✅ Yes
refundMethodPass the refund method "1" or "2" ✅ Yes
tokenPass the transaction token number ✅ Yes

⚡️ Refund Status details

Refund Status CodeDescription
0Pending
1Accepted
2Rejected
3Cancelled

Request

Responses

Refunds details successfully fetched, Decrypt the response from the server to see the final result