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

Reconcile Transfer

PreviousSingle Transfer StatusNextEvents

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.

Reconsile Transfer

post
Body
referencestringOptionalExample: RHTY23456
Responses
200
Successful Response
application/json
post
POST /disbursements/transactionRefund HTTP/1.1
Host: {{baseUrl}}
Content-Type: application/json
Accept: */*
Content-Length: 25

{
  "reference": "RHTY23456"
}
200

Successful Response

{
  "status": "200",
  "logged": true,
  "requestSuccessful": true,
  "responseMessage": "success",
  "data": {
    "service": "disbursement",
    "message": "Funds was sent to receiver",
    "amount": 30,
    "reference": "RHTY23456",
    "status": "SUCCESS",
    "transactionStatus": "SUCCESS",
    "createdOn": "2024-03-12T21:04:55.000+0000",
    "totalFee": "30",
    "destinationAccountName": "",
    "destinationBankName": "GTBank",
    "destinationAccountNumber": "0449368915",
    "destinationBankCode": "058",
    "source": "13.245.182.30",
    "type": "disbursement",
    "sessionId": ""
  }
}