Reconcile Transfer
Body
referencestringOptionalExample:
RHTY23456Responses
200
Successful Response
application/json
post
/disbursements/transactionRefundPOST /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?