Get Location Wallet Balance
GET/saas/companies/:companyId/locations/:locationId/wallet-balance
Fetch the wallet balance for a specific location. Returns a resource object with balance details.
Request
Version stringrequired
API Version
Available options
v3companyId stringrequired
Company ID that owns the location
locationId stringrequired
Location ID to get wallet balance for
Location wallet balance retrieved successfully
- application/json
- Schema
- Example (auto)
Schema
walletIdstringrequired
Wallet Id
balancenumberrequired
Current wallet balance
complimentaryCreditsnumberrequired
Complimentary credits amount
{
"walletId": "xyz789",
"balance": 1500.5,
"complimentaryCredits": 100
}