Single Transfer Status

Good to know: All the methods shown below are synced to an example Swagger file URL and are kept up to date automatically with changes to the API.

Single Transaction Status

post
Body
referencestringOptionalExample: RHTY23458
Responses
200

Successful Response

application/json
post
/disbursements/transaction
POST /disbursements/transaction HTTP/1.1
Host: {{baseUrl}}
Content-Type: application/json
Accept: */*
Content-Length: 25

{
  "reference": "RHTY23458"
}
200

Successful Response

{
  "status": "200",
  "logged": true,
  "requestSuccessful": true,
  "responseMessage": "success",
  "data": {
    "service": "disbursement",
    "message": "Funds Processed to",
    "amount": 30,
    "reference": "RHTY23459",
    "status": "SUCCESS",
    "transactionStatus": "SUCCESS",
    "createdOn": "2024-03-12T22:43:08.000+0000",
    "totalFee": "30",
    "destinationAccountName": "",
    "destinationBankName": "GTBank",
    "destinationAccountNumber": "0449368915",
    "destinationBankCode": "058",
    "source": "13.246.40.209",
    "type": "disbursement",
    "sessionId": ""
  }
}

Last updated

Was this helpful?