GetProvidusAccount
Returns details, including balance, for the account tied to the username making the call.
URI: /GetProvidusAccount
HTTP Method: POST
Headers:
Accept: application/json
Content-Type: application/json
Request Parameters (JSON):
{
"accountNumber": "1700263070",
"userName": "test",
"password": "test"
}Response body (JSON)
{
"accountStatus": "ACTIVE",
"emailAddress": "CHARLESBASS2@YAHOO.COM",
"phoneNumber": "08054477605",
"accountName": "CHARLES OMORE UGBO",
"bvn": "22144577606",
"accountNumber": "5900085856",
"cbaCustomerID": "45439",
"responseMessage": "SUCCESSFUL",
"availableBalance": "996856.76",
"responseCode": "00"
}{
"responseMessage": "Account does not exist.",
"responseCode": "01"
}{
"responseMessage": "Account does not exist.",
"responseCode": "01"
}Sample Implementation
The above command returns JSON structured like this:
Last updated