Adyen · Example Payload

Stored Value Stored Value Load Request Example

PaymentsFinancial ServicesFintech

Stored Value Stored Value Load 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

amountloadTypemerchantAccountpaymentMethodrecurringDetailReferencereferenceshopperInteractionshopperReferencestore

Example Payload

Raw ↑
{
  "amount": 1000,
  "loadType": "merchandiseReturn",
  "merchantAccount": "example_value",
  "paymentMethod": {},
  "recurringDetailReference": "REF-500123",
  "reference": "REF-500123",
  "shopperInteraction": "Ecommerce",
  "shopperReference": "REF-500123",
  "store": "example_value"
}