Adyen · Example Payload

Checkout Payment Amount Update Request Example

PaymentsFinancial ServicesFintech

Checkout Payment Amount Update Request Example is an example object payload from Adyen, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

amountapplicationInfoindustryUsagelineItemsmerchantAccountreferencesplits

Example Payload

Raw ↑
{
  "amount": 1000,
  "applicationInfo": "example_value",
  "industryUsage": "delayedCharge",
  "lineItems": [
    "example_value"
  ],
  "merchantAccount": "example_value",
  "reference": "REF-500123",
  "splits": [
    "example_value"
  ]
}