Rootshive
Create an AccountOnboardingStartUpsProduct DocumentationGo back Home
  • Welcome!
  • Quick Start
  • Reference
    • Authentication
      • Check Source
      • Generate Access Token
    • Collections
      • Wallet Balance
      • Create Payme
      • Generate Nuban
      • Verify Collections
    • Transfers
      • Initiating Single Transfers
      • Initiate Transfer (Single) API
      • Single Transfer Status
      • Reconcile Transfer
    • Events
      • Overview
Powered by GitBook
On this page

Was this helpful?

  1. Reference
  2. Transfers

Single Transfer Status

PreviousInitiate Transfer (Single) APINextReconcile Transfer

Last updated 1 year ago

Was this helpful?

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
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": ""
  }
}