Adyen · Example Payload

Checkout Upi Collect Details Example

PaymentsFinancial ServicesFintech

Checkout Upi Collect Details Example is an example object payload from Adyen, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

billingSequenceNumbercheckoutAttemptIdrecurringDetailReferenceshopperNotificationReferencestoredPaymentMethodIdtypevirtualPaymentAddress

Example Payload

Raw ↑
{
  "billingSequenceNumber": "example_value",
  "checkoutAttemptId": "REF-500123",
  "recurringDetailReference": "REF-500123",
  "shopperNotificationReference": "REF-500123",
  "storedPaymentMethodId": "REF-500123",
  "type": "upi_collect",
  "virtualPaymentAddress": "example_value"
}