Adyen · Example Payload

Checkout Payment Refund Request Example

PaymentsFinancial ServicesFintech

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

Top-level fields

amountapplicationInfolineItemsmerchantAccountmerchantRefundReasonreferencesplitsstore

Example Payload

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