Wallet Balance
This endpoint allows you get your Squad Wallet Balance. Please be informed that the wallet balance is in KOBO. (Please note that you can't get wallet balance for Dollar transactions)
This endpoint allows you get your Squad Wallet Balance. Amount is in KOBO.
Query Parameters
Name
Type
Description
{
"status": 200,
"success": true,
"message": "Success",
"data": {
"balance": "2367013",
"currency_id": "NGN",
"merchant_id": "SBN1EBZEQ8"
}
}
{
"success": false,
"message": "Merchant authentication failed",
"data": {}
}Last updated