Get Balance

GET https://api.pis.ng/v1.0/account/balance

Headers

Name
Type
Description

Secret-Key*

string

Your PIS Secret Key.

Content-Type*

string

application/json

{
    "code": 200,
    "status": "success",
    "message": "Successful",
    "data": {
        "availableBalance": "1500.75",
        "ledgerBalance": "0"
    }
}

Last updated

Was this helpful?