Adyen · Schema

Mandate

Mandate schema from Adyen API

PaymentsFinancial ServicesFintech

Properties

Name Type Description
amount string The billing amount (in minor units) of the recurring transactions.
amountRule string The limitation rule of the billing amount. Possible values: * **max**: The transaction amount can not exceed the `amount`. * **exact**: The transaction amount should be the same as the `amount`.
billingAttemptsRule string The rule to specify the period, within which the recurring debit can happen, relative to the mandate recurring date. Possible values: * **on**: On a specific date. * **before**: Before and on a specif
billingDay string The number of the day, on which the recurring debit can happen. Should be within the same calendar month as the mandate recurring date. Possible values: 1-31 based on the `frequency`.
endsAt string End date of the billing plan, in YYYY-MM-DD format.
frequency string The frequency with which a shopper should be charged. Possible values: **daily**, **weekly**, **biWeekly**, **monthly**, **quarterly**, **halfYearly**, **yearly**.
remarks string The message shown by UPI to the shopper on the approval screen.
startsAt string Start date of the billing plan, in YYYY-MM-DD format. By default, the transaction date.
View JSON Schema on GitHub