Transactions
Verify a transaction
Confirm a transaction's status, amount, and details using its reference.
Authorization
ApiKeyAuth Authorization<token>
In: header
Path Parameters
transRef*string
Response Body
application/json
curl -X GET "https://api.credocentral.com/transaction/string/verify"{
"status": 0,
"message": "string",
"data": {
"transRef": "string",
"businessRef": "string",
"debitedAmount": 0,
"transAmount": 0,
"transFeeAmount": 0,
"settlementAmount": 0,
"customerId": "string",
"transactionDate": "string",
"currencyCode": "NGN",
"status": 0
},
"execTime": 0,
"error": [
"string"
]
}