Adyen · Example Payload

Checkout Create Order Request Example

PaymentsFinancial ServicesFintech

Checkout Create Order Request 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

amountexpiresAtmerchantAccountreference

Example Payload

Raw ↑
{
  "amount": 1000,
  "expiresAt": "example_value",
  "merchantAccount": "example_value",
  "reference": "REF-500123"
}