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
"refundAmount": "10.000",
"refundMethod": "1",
"token": "TXN1234560490040400404000404004"
}

🎯 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

Request

Responses

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