Adyen · JSON Structure

Stored Value Stored Value Void Request Structure

StoredValueVoidRequest schema from Adyen API

Type: object Properties: 6 Required: 2
PaymentsFinancial ServicesFintech

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

Properties

merchantAccount originalReference reference store tenderReference uniqueTerminalId

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/stored-value-stored-value-void-request-structure.json",
  "description": "StoredValueVoidRequest schema from Adyen API",
  "type": "object",
  "properties": {
    "merchantAccount": {
      "description": "The merchant account identifier, with which you want to process the transaction.",
      "type": "string"
    },
    "originalReference": {
      "description": "The original pspReference of the payment to modify.",
      "type": "string"
    },
    "reference": {
      "description": "Your reference for the payment modification. This reference is visible in Customer Area and in reports.\nMaximum length: 80 characters.",
      "type": "string"
    },
    "store": {
      "description": "The physical store, for which this payment is processed.",
      "maxLength": 16,
      "minLength": 1,
      "type": "string"
    },
    "tenderReference": {
      "description": "The reference of the tender.",
      "type": "string"
    },
    "uniqueTerminalId": {
      "description": "The unique ID of a POS terminal.",
      "type": "string"
    }
  },
  "required": [
    "merchantAccount",
    "originalReference"
  ],
  "name": "StoredValueVoidRequest"
}