Skip to content

AllBalances

availableArray of objects

The available balance for all currencies.

pendingArray of objects

The pending balance for all currencies.

deficitArray of objects

The amount owed to Glomo, for all currencies. This is non-zero when a chargeback or RFI debit was applied against an insufficient balance; it is cleared automatically on your next top-up.

funded_balancesobject

The Funded Balance, broken down by state. This key is present only for merchants on the Funded Balance model; it is absent for all other merchants.

{ "available": [ {} ], "pending": [ {} ], "deficit": [ {} ], "funded_balances": { "available": [], "pending": [], "deficit": [] } }