Adyen · Example Payload

Transfer Webhooks Platform Payment Example

PaymentsFinancial ServicesFintech

Transfer Webhooks Platform Payment Example is an example object payload from Adyen, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

modificationMerchantReferencemodificationPspReferencepaymentMerchantReferenceplatformPaymentTypepspPaymentReferencetype

Example Payload

Raw ↑
{
  "modificationMerchantReference": "REF-500123",
  "modificationPspReference": "REF-500123",
  "paymentMerchantReference": "REF-500123",
  "platformPaymentType": "AcquiringFees",
  "pspPaymentReference": "REF-500123",
  "type": "platformPayment"
}