Skip to main content

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

ParameterDescriptionTypeR/O
AuthorizationAuthorization header containing your Secret KeystringR
midmid header containing your merchant IDstringO

Body Parameters

ParameterDescriptionTypeR/O
transactionIdTransaction IDstringR
{
"transactionId": "d43aaaca80e842a890f5dfad095fc119";
}

Responses

200
{
"status": "successful",
"code": "2005",
"messagetype": "transaction",
"message": {
"status": "SUCCESS",
"amount": 1171,
"currency": "USD",
"message": "ok",
"transactionId": "650af21354bfc0012cdfc314",
"referenceNo": "10025261"
}
}
ParameterDescriptionType
statusResponse statusstring
codeResponse codestring
messagetypeResponse message typestring
messageResponse messageobject
400
{
"status": "failure",
"code": "1017",
"messagetype": "auth",
"message": {
"status": "error",
"amount": 1171,
"currency": "USD",
"message": "Trying to refund more amount than captured",
"referenceNo": "10025230"
}
}
ParameterDescriptionType
statusResponse statusstring
codeResponse codestring
messagetypeResponse message typestring
messageResponse messageobject

Merchant Panel Refund

Refund is also possible in the merchant panel

fingenom refund