Single Transfers

Make a POST request to this endpoint

https://baseURL/fintech/api/v1/transfer/initiateTransfer

Body Parameters

{
  "amount": 150.45,
  "currency": "NGN",
  "narration": "Testing",
  "debitAccount": "2436547859",
  "transactionReference": "20201119143501",
  "recipientAccountNumber": "1700313889",
  "recipientBankCode": "044",
  "recipientBankName": "Access Bank",
  "accountName": "Adebayo Taju",
  "originatorName": "Yusuf Tijani"
}

Response

{
    "transactionReference": "20220307031255",
    "responseMessage": "Approved or completed successfully",
    "responseCode": "00"
}

Please Note:
In situations where transaction doesn’t return a “Approved or Completed Successfully” message; please do not retry the transaction. Contact us at [email protected] and we would contact the bank on your behalf. Resolution of such transactions takes atleast 24hrs.