SaukiPayDocs
IntegrationsAPI Integration

Wallet

Check the balance of your Saukipay wallet.

Get wallet balance

GET /wallet/wallet-balance

No parameters are needed. The balance returned is for the account that owns the secret key.

Response
{
  "status": "success",
  "message": "Wallet balance retrieved successfully",
  "data": {
    "statusCode": "00",
    "data": {
      "balance": 3850,
      "bookedBalance": 4950
    }
  }
}
FieldDescription
balanceFunds available to spend or pay out now.
bookedBalanceTotal balance, including funds that are not yet available.

Check balance before you initiate a payout from your wallet.

On this page