Get NIP Account
Get the details of an NIP account.
Test Base URL
https://api-staging.providusbank.com
Production Base URL
HTTP Request
POST /GetNIPAccount
NIP Account.
POST
https://api-staging.providusbank.com/v1/GetNIPAccount
Get NIP Account.
Request Body
Name
Type
Description
accountNumber*
string
account number for the account
beneficiaryBank*
string
code of the bank
userName
string
Username of account owner
password
string
Password of account owner
{
"bankCode":"57",
"accountName":"NNAJI, JOSHUA & VIVIAN",
"transactionReference":"",
"bvn":"",
"responseMessage":" Approved or completed successfully",
"accountNumber":"3041004406",
"responseCode":"00"
}
Sample Implementation
curl -x POST "https://api-staging.providusbank.com/account/NIP?accountNumber=3041004406&beneficiaryBank=57"
-H "Authorization: {{Authentication token}}"
-H "Username: Username"
-H "password: Password"
The above command returns JSON structured like this:
{
"bankCode":"57",
"accountName":"NNAJI, JOSHUA & VIVIAN",
"transactionReference":"",
"bvn":"",
"responseMessage":" Approved or completed successfully",
"accountNumber":"3041004406",
"responseCode":"00"
}
Last updated