User


URI: /NIPFundTransfer

HTTP Method: POST

Headers:

  • Accept: application/json

  • Content-Type: application/json

Request body

{
  "beneficiaryAccountName": "UGBO, CHARLES UMORE",
  "transactionAmount": "2000.45",
  "currencyCode": "NGN",
  "narration": "Testing",
  "sourceAccountName": "Nnamdi Adebayo Hamzat",
  "beneficiaryAccountNumber": "0045434120",
  "beneficiaryBank": "000013",
  "transactionReference": "20191119143854",
  "userName": "test",
  "password": "test"
}

Sample Implementation

The above command returns JSON structured like this:

Last updated