Adyen · Example Payload

Management Currency Example

PaymentsFinancial ServicesFintech

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

Top-level fields

amountcurrencyCodepercentage

Example Payload

Raw ↑
{
  "amount": 50,
  "currencyCode": "USD",
  "percentage": 10.0
}