Get Account

GET https://api.pis.ng/v1.0/collections/vba/get

Headers

Name
Type
Description

Secret-Key*

string

Your PIS Secret Key.

Content-Type*

string

application/json

Request Body

Name
Type
Description

reference*

string

The reference you sent upon creating the account.

{
    "code": 200,
    "status": "success",
    "message": "Successful",
    "data": {
        "accountNumber": "2057488657",
        "accountName": "PIS - ISIMPLIFY SERVICES",
        "firstName": "David",
        "lastName": "Okedion",
        "email": "[email protected]",
        "phone": "8031111111",
        "bvn": "211111111111",
        "callbackUrl": "https://isimplify.ng/webhook",
        "status": "active",
        "dateCreated": "1686047833"
    }
}

Last updated

Was this helpful?