Adyen · JSON Structure

Terminal Stored Value Result Structure

For each stored value card loaded or reloaded, in the StoredValue response message. Result of loading/reloading a stored value card..

Type: object Properties: 7 Required: 1
PaymentsFinancial ServicesFintech

StoredValueResult is a JSON Structure definition published by Adyen, describing 7 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

StoredValueTransactionType ProductCode EanUpc ItemAmount Currency StoredValueAccountStatus HostTransactionID

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/terminal-stored-value-result-structure.json",
  "description": "For each stored value card loaded or reloaded, in the StoredValue response message. Result of loading/reloading a stored value card..",
  "type": "object",
  "properties": {
    "StoredValueTransactionType": {
      "$ref": "#/components/schemas/StoredValueTransactionType"
    },
    "ProductCode": {
      "type": "int32",
      "minimum": 1,
      "maximum": 20,
      "description": "Copy."
    },
    "EanUpc": {
      "type": "int32",
      "description": "Copy."
    },
    "ItemAmount": {
      "type": "double",
      "maximum": 99999999.999999,
      "minimum": 0,
      "description": "Total amount of the item line."
    },
    "Currency": {
      "type": "string",
      "pattern": "^[A-Z]{3,3}$",
      "description": "Copy."
    },
    "StoredValueAccountStatus": {
      "$ref": "#/components/schemas/StoredValueAccountStatus"
    },
    "HostTransactionID": {
      "$ref": "#/components/schemas/TransactionIDType"
    }
  },
  "required": [
    "StoredValueTransactionType"
  ],
  "name": "StoredValueResult"
}