Adyen · Schema

SaleToIssuerData

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

PaymentsFinancial-ServicesFintech

Properties

Name Type Description
StatementReference string Information to print on the bank statement.
View JSON Schema on GitHub

JSON Schema

terminal-sale-to-issuer-data-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/terminal-sale-to-issuer-data-schema.json",
  "title": "SaleToIssuerData",
  "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."
    }
  }
}