Settle Africa Docs
  • Welcome
  • Authentication
  • Transfers
    • Sending
    • Receiving
    • Verification/Single Transfer
    • Transactions History
    • Fees & Speed Estimate
  • Data & Details
    • Banks & Mobile Money
    • Countries
    • Resolve Account Names
    • Exchange Rates
Powered by GitBook
On this page

Was this helpful?

  1. Transfers

Verification/Single Transfer

Last updated 1 year ago

Was this helpful?

A Transaction can be fetched to validate/verify its status or recall their details.

Endpoint:

All that is required is a request with the transfer/transaction Id.

GET https://settle.africa/transaction/{id}  HTTP/1.1
id: 5563678883
token: tegdghh66353l
expiry: 29/11/2024 12:23:23
{
    "status": "Success",
    "code": "0",
    "message": "Transaction Fetched",
    "data": 
	{
            "id": "65",
            "amount": 299,
            "receiver": "Adil Karo",
            "Date": "29/11/2029 08:00pm",
	    "Status":"Finished",
	    "Bank":"Maghrib Bank",
            "destination": "Egypt"
        }
}
https://settle.africa/transaction/{id}