Adyen · Example Payload

Terminal Stored Value Result Example

PaymentsFinancial ServicesFintech

Terminal Stored Value Result 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

StoredValueTransactionTypeProductCodeEanUpcItemAmountCurrencyStoredValueAccountStatusHostTransactionID

Example Payload

Raw ↑
{
  "StoredValueTransactionType": "standard",
  "ProductCode": 10,
  "EanUpc": 50,
  "ItemAmount": 10.0,
  "Currency": "USD",
  "StoredValueAccountStatus": "active",
  "HostTransactionID": "REF-500123"
}