Get Providus Account

Get a Providus bank user account.


Test Base URL

https://api-staging.providusbank.comarrow-up-right

Production Base URL

https://api.providusbank.comarrow-up-right

HTTP Request

POST /GetProvidusAccount


Providus Account.

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

Get Providus Account.

Request Body

Name
Type
Description

Username

string

Username of account owner

Password

string

Password of account owner

account_number

String

account number for the account

{
    "accountStatus":"ACTIVE",
    "emailAddress":"[email protected]",
    "phoneNumber":"08054477605",
    "accountName":"CHARLY ODUMODU BLACK",
    "bvn":"22100477606",
    "accountNumber":"5900043856",
    "cbaCustomerID":"45139",
    "responseMessage":"SUCCESSFUL",
    "availableBalance":"468520.951",
    "responseCode":"00"
}

Sample Implementation

The above command returns JSON structured like this:

Last updated