Zettle · Example Payload

Zettle Get Payout Info Example

Example response from GET /payout-info for a merchant with daily payouts.

Point of SalePOSPaymentsInventoryFinancePayPalCard PaymentsMerchant Services

Zettle Get Payout Info 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 payout info response",
  "description": "Example response from GET /payout-info for a merchant with daily payouts.",
  "value": {
    "totalBalance": 14750,
    "currencyId": "GBP",
    "nextPayoutAmount": 14750,
    "discountRemaining": 0,
    "periodicity": "DAILY"
  }
}