Zettle · Example Payload

Zettle Get Account Balance Example

Example response from GET /accounts/{accountTypeGroup}/balance for a LIQUID account.

Point of SalePOSPaymentsInventoryFinancePayPalCard PaymentsMerchant Services

Zettle Get Account Balance Example is an example object payload from Zettle, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

summarydescriptionvalue

Example Payload

Raw ↑
{
  "summary": "Get account balance response",
  "description": "Example response from GET /accounts/{accountTypeGroup}/balance for a LIQUID account.",
  "value": {
    "totalBalance": 14750,
    "currencyId": "GBP"
  }
}