Query Transaction Details
Test URL
GEThttps://uat.finserve.africa/v3-apis//transaction-api/v3.0/transactions/details/{{ref}}
Live URL
GEThttps://api.finserve.africa/v3-apis//transaction-api/v3.0/transactions/details/{{ref}}
This webservice enables an application or service to query a transactions details and status
Example Request
⚠️
In the example below, please remember to replace the variables enclosed within curly brackets {{ }} with the actual values.
Signature Formula e.g. randomstringhere
ref
Example Request
curl -X GET \
-H 'Authorization: Bearer {{token}}' \
-H 'Signature: ref' \
-L 'https://uat.finserve.africa/v3-apis//transaction-api/v3.0/transactions/details/10120120098767'
Example Request
{
"status": true,
"code": 0,
"message": "success",
"data": {
"state": "Success",
"stateCode": 2,
"dateCreated": "2023-10-13 12:59:20.7",
"code": 0,
"message": "Success",
"amount": 200,
"charge": 10,
"transactionReference": "16110014834489833",
"serviceName": "Real Time Gross Settlement ",
"biller": ""
}
}