Adyen · Example Payload

Checkout Payment Cancel Response Example

PaymentsFinancial ServicesFintech

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

Top-level fields

merchantAccountpaymentPspReferencepspReferencereferencestatus

Example Payload

Raw ↑
{
  "merchantAccount": "example_value",
  "paymentPspReference": "REF-500123",
  "pspReference": "REF-500123",
  "reference": "REF-500123",
  "status": "received"
}