Get Wallet Balance

Get your current wallet balance

Get Wallet Balance

GET https://api.myidentitypay.com/api/v1/biometrics/merchant/data/wallet/balance

This endpoint allows you to get your wallet balance.

Headers

NameTypeDescription

x-api-key

string

<your secret key>

{
    "status": true,
    "detail": "Wallet Balance Retrieved",
    "balance": 0.0
}

Last updated