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
Name
Type
Description
x-api-key
string
<your secret key>
{
"status": true,
"detail": "Wallet Balance Retrieved",
"balance": 0.0
}
Last updated