Adyen · Example Payload

Notifications Account Payout State Example

PaymentsFinancial ServicesFintech

Notifications Account Payout State Example is an example object payload from Adyen, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

allowPayoutdisableReasondisablednotAllowedReasonpayoutLimittierNumber

Example Payload

Raw ↑
{
  "allowPayout": true,
  "disableReason": "example_value",
  "disabled": true,
  "notAllowedReason": "example_value",
  "payoutLimit": "example_value",
  "tierNumber": 50
}