IntegrationsAPI Integration
Wallet
Check the balance of your Saukipay wallet.
Get wallet balance
GET /wallet/wallet-balanceNo parameters are needed. The balance returned is for the account that owns the secret key.
{
"status": "success",
"message": "Wallet balance retrieved successfully",
"data": {
"statusCode": "00",
"data": {
"balance": 3850,
"bookedBalance": 4950
}
}
}| Field | Description |
|---|---|
balance | Funds available to spend or pay out now. |
bookedBalance | Total balance, including funds that are not yet available. |
Check balance before you initiate a payout
from your wallet.