SumUp · Schema

Financial Payouts

Ordered list of payout and payout-deduction records.

PaymentsPOSPoint of SaleCard ReadersCheckoutFintechMobile PaymentsOnline Payments
View JSON Schema on GitHub

JSON Schema

financialpayouts.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Financial Payouts",
  "description": "Ordered list of payout and payout-deduction records.",
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/FinancialPayout"
  }
}