Adyen · Example Payload

Configuration Webhooks Card Order Item Example

PaymentsFinancial ServicesFintech

Configuration Webhooks Card Order Item 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

balancePlatformcardcardOrderItemIdcreationDateidpaymentInstrumentIdpinshippingMethod

Example Payload

Raw ↑
{
  "balancePlatform": "example_value",
  "card": "example_value",
  "cardOrderItemId": "REF-500123",
  "creationDate": "2025-03-15T14:30:00Z",
  "id": "REF-500123",
  "paymentInstrumentId": "REF-500123",
  "pin": "example_value",
  "shippingMethod": "example_value"
}