Adyen · JSON Structure

Terminal Stored Value Response Structure

It conveys Information related to the Stored Value transaction processed by the POI System. Content of the Stored Value Response message.

Type: object Properties: 5 Required: 3
PaymentsFinancial ServicesFintech

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

Properties

Response SaleData POIData StoredValueResult PaymentReceipt

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-response-structure.json",
  "description": "It conveys Information related to the Stored Value transaction processed by the POI System. Content of the Stored Value Response message.",
  "type": "object",
  "properties": {
    "Response": {
      "$ref": "#/components/schemas/Response"
    },
    "SaleData": {
      "$ref": "#/components/schemas/SaleData"
    },
    "POIData": {
      "$ref": "#/components/schemas/POIData"
    },
    "StoredValueResult": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/StoredValueResult"
      }
    },
    "PaymentReceipt": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/PaymentReceipt"
      }
    }
  },
  "required": [
    "Response",
    "SaleData",
    "POIData"
  ],
  "name": "StoredValueResponse"
}