Adyen · JSON Structure

Terminal Sale To Issuer Data Structure

The POI System receives this information and sends it to the Acquirer for the Issuer without any change. Sale information intended for the Issuer.

Type: object Properties: 1
PaymentsFinancial ServicesFintech

SaleToIssuerData is a JSON Structure definition published by Adyen, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

StatementReference

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-sale-to-issuer-data-structure.json",
  "description": "The POI System receives this information and sends it to the Acquirer for the Issuer without any change. Sale information intended for the Issuer.",
  "type": "object",
  "properties": {
    "StatementReference": {
      "type": "string",
      "pattern": "^.+$",
      "description": "Information to print on the bank statement."
    }
  },
  "name": "SaleToIssuerData"
}