Adyen · Example Payload

Checkout Mandate Example

PaymentsFinancial ServicesFintech

Checkout Mandate Example is an example object payload from Adyen, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

amountamountRulebillingAttemptsRulebillingDayendsAtfrequencyremarksstartsAt

Example Payload

Raw ↑
{
  "amount": 1000,
  "amountRule": "max",
  "billingAttemptsRule": "on",
  "billingDay": "example_value",
  "endsAt": "example_value",
  "frequency": "adhoc",
  "remarks": "example_value",
  "startsAt": "example_value"
}