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

Update Account Name

Endpoint update account name: This can be used when a virtual account is re-assigned and there is need to change the name of the account.


Test Base URL

https://api-staging.providusbank.com

Production Base URL

https://api.providusbank.com

HTTP Request

GET /account/account


Providus Account.

GET https://api-staging.providusbank.com/v1/account

Get NIP 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