Reconcile Transfer

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
/disbursements/transactionRefund
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": ""
  }
}

Last updated

Was this helpful?