Adyen · Example Payload

Management Receipt Printing Example

PaymentsFinancial ServicesFintech

Management Receipt Printing Example is an example object payload from Adyen, with 16 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

merchantApprovedmerchantCancelledmerchantCaptureApprovedmerchantCaptureRefusedmerchantRefundApprovedmerchantRefundRefusedmerchantRefusedmerchantVoidshopperApprovedshopperCancelledshopperCaptureApprovedshopperCaptureRefusedshopperRefundApprovedshopperRefundRefusedshopperRefusedshopperVoid

Example Payload

Raw ↑
{
  "merchantApproved": true,
  "merchantCancelled": true,
  "merchantCaptureApproved": true,
  "merchantCaptureRefused": true,
  "merchantRefundApproved": true,
  "merchantRefundRefused": true,
  "merchantRefused": true,
  "merchantVoid": true,
  "shopperApproved": true,
  "shopperCancelled": true,
  "shopperCaptureApproved": true,
  "shopperCaptureRefused": true,
  "shopperRefundApproved": true,
  "shopperRefundRefused": true,
  "shopperRefused": true,
  "shopperVoid": true
}