Adyen · Example Payload

Recurring Notify Shopper Request Example

PaymentsFinancial ServicesFintech

Recurring Notify Shopper Request Example is an example object payload from Adyen, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

amountbillingDatebillingSequenceNumberdisplayedReferencemerchantAccountrecurringDetailReferencereferenceshopperReferencestoredPaymentMethodId

Example Payload

Raw ↑
{
  "amount": 1000,
  "billingDate": "example_value",
  "billingSequenceNumber": "example_value",
  "displayedReference": "REF-500123",
  "merchantAccount": "example_value",
  "recurringDetailReference": "REF-500123",
  "reference": "REF-500123",
  "shopperReference": "REF-500123",
  "storedPaymentMethodId": "REF-500123"
}