Adyen · Example Payload

Checkout Payment Capture Response Example

PaymentsFinancial ServicesFintech

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

Top-level fields

amountlineItemsmerchantAccountpaymentPspReferenceplatformChargebackLogicpspReferencereferencesplitsstatussubMerchants

Example Payload

Raw ↑
{
  "amount": 1000,
  "lineItems": [
    "example_value"
  ],
  "merchantAccount": "example_value",
  "paymentPspReference": "REF-500123",
  "platformChargebackLogic": "example_value",
  "pspReference": "REF-500123",
  "reference": "REF-500123",
  "splits": [
    "example_value"
  ],
  "status": "received",
  "subMerchants": [
    "example_value"
  ]
}