Adyen · Example Payload

Management Gratuity Example

PaymentsFinancial ServicesFintech

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

Top-level fields

allowCustomAmountcurrencypredefinedTipEntriesusePredefinedTipEntries

Example Payload

Raw ↑
{
  "allowCustomAmount": true,
  "currency": "USD",
  "predefinedTipEntries": [
    "example_value"
  ],
  "usePredefinedTipEntries": true
}