For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get Providus Account

Get a Providus bank user account.


Test Base URL

https://api-staging.providusbank.com

Production Base URL

https://api.providusbank.com

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":"CHARLES2@GMAIL.COM",
    "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:

The above command returns JSON structured like this:

The above command returns JSON structured like this:

The above command returns JSON structured like this:

The above command returns JSON structured like this:

The above command returns JSON structured like this:

Last updated