Skip to main content

Status

This endpoint returns the information about an order.

POST - Sandbox
https://sandbox.fingenom.com/fn-execute/payment/status
POST - Production
https://api.fingenom.com/fn-execute/payment/status

Header Parameters

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

Body Parameters

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

Responses

200
{
"status": "successful",
"code": "2004",
"messagetype": "transaction",
"message": {
"transactionId": "10025261"
"status": "SUCCESS",
"date": "2023-07-18 11:21:41",
"amount": 1171,
"currency": "USD",
"message": "ok"
}
}
ParameterDescriptionType
statusResponse statusstring
codeResponse codestring
messagetypeResponse message typestring
transactionIdTransaction IDstring
statusTransaction statusstring
dateDate of transactionstring
amountAmount to charge, in the minor unit of your selected currency. All currencies are standardized to 100 units. For example, an amount of 100 in EUR is equal to 1€number
currencyCode of the currencystring
messageTransaction messagestring
400
{
"status": "failure",
"code": "1019",
"messagetype": "transaction",
"message": {
"error": "Transaction id is required"
}
}
ParameterDescriptionType
statusResponse statusstring
codeResponse codestring
messagetypeResponse message typestring
errorMessage errorstring
400
{
"status": "failure",
"code": "1012",
"messagetype": "transaction",
"message": {
"error": "Transaction not found"
}
}
ParameterDescriptionType
statusResponse statusstring
codeResponse codestring
messagetypeResponse message typestring
errorMessage errorstring