Refund
This endpoint initiates a refund of a successfully completed payment order.
When initiating a refund, the complete amount will be refunded.
POST - Sandbox
https://sandbox.fingenom.com/fn-execute/payment/refund
POST - Production
https://api.fingenom.com/fn-execute/payment/refund
Header Parameters
Parameter | Description | Type | R/O |
---|---|---|---|
Authorization | Authorization header containing your Secret Key | string | R |
mid | mid header containing your merchant ID | string | O |
Body Parameters
Parameter | Description | Type | R/O |
---|---|---|---|
transactionId | Transaction ID | string | R |
{
"transactionId": "d43aaaca80e842a890f5dfad095fc119";
}
Responses
200
{
"status": "successful",
"code": "2005",
"messagetype": "transaction",
"message": {
"status": "SUCCESS",
"amount": 1171,
"currency": "USD",
"message": "ok",
"transactionId": "650af21354bfc0012cdfc314",
"referenceNo": "10025261"
}
}
Parameter | Description | Type |
---|---|---|
status | Response status | string |
code | Response code | string |
messagetype | Response message type | string |
message | Response message | object |
400
{
"status": "failure",
"code": "1017",
"messagetype": "auth",
"message": {
"status": "error",
"amount": 1171,
"currency": "USD",
"message": "Trying to refund more amount than captured",
"referenceNo": "10025230"
}
}
Parameter | Description | Type |
---|---|---|
status | Response status | string |
code | Response code | string |
messagetype | Response message type | string |
message | Response message | object |
Merchant Panel Refund
Refund is also possible in the merchant panel