NIP Fund Transfer Multiple Debit Accounts

Get the status of a transaction .


Test Base URL

https://api-staging.providusbank.com

Production Base URL

https://api.providusbank.com

HTTP Request

POST /NIPFundTransferMultipleDebitAccounts


NIP Bank.

POST https://api-staging.providusbank.com/v1/NIPFundTransferMultipleDebitAccounts

NIP Fund Transfer Multiple Debit Accounts.

Request Body

Name
Type
Description

transactionAmount*

String

currencyCode*

String

beneficiaryAccountName*

String

narration

String

debitAccount*

String

sourceAccountName*

String

beneficiaryAccountNumber*

String

beneficiaryBank*

String

transactionReference*

String

userName*

String

password*

String


Sample Implementation

curl --location 'https://api-staging.providusbank.com/NIPFundTransferMultipleDebitAccounts' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data '{
"beneficiaryAccountName":"Nathan Agbara", "transactionAmount": "50",
"currencyCode":"NGN",
"narration":"Testing", "debitAccount":"5900235871", "sourceAccountName":"NATHAN AGBARA" , "beneficiaryAccountNumber":"0430294874", "beneficiaryBank":"000013", "transactionReference":"SDFGHJUKJ456UKJH34565", "userName":"test",
"password":"test"
}'

The above command returns JSON structured like this:

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

Last updated