Adyen · Example Payload

Terminal Amounts Resp Example

PaymentsFinancial ServicesFintech

Terminal Amounts Resp 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

CurrencyAuthorizedAmountTotalRebatesAmountTotalFeesAmountCashBackAmountTipAmount

Example Payload

Raw ↑
{
  "Currency": "USD",
  "AuthorizedAmount": 10.0,
  "TotalRebatesAmount": 10.0,
  "TotalFeesAmount": 10.0,
  "CashBackAmount": 10.0,
  "TipAmount": 10.0
}