Adyen · JSON Structure

Terminal Original Poi Transaction Structure

In the Payment or the Loyalty Request message, it allows using the card of a previous CardAcquisition or Payment/Loyalty request. Identification of a previous POI transaction.

Type: object Properties: 9
PaymentsFinancial-ServicesFintech

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

Properties

SaleID POIID POITransactionID ReuseCardDataFlag ApprovalCode CustomerLanguage AcquirerID AmountValue 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-original-poi-transaction-structure.json",
  "description": "In the Payment or the Loyalty Request message, it allows using the card of a previous CardAcquisition or Payment/Loyalty request. Identification of a previous POI transaction.",
  "type": "object",
  "properties": {
    "SaleID": {
      "type": "string",
      "pattern": "^.+$",
      "description": "Identification of a Sale System or a Sale Terminal for the Sale to POI protocol."
    },
    "POIID": {
      "type": "string",
      "pattern": "^.+$",
      "description": "If original transaction is coming from another POI."
    },
    "POITransactionID": {
      "$ref": "#/components/schemas/TransactionIDType"
    },
    "ReuseCardDataFlag": {
      "type": "boolean",
      "default": true,
      "description": "Indicate if the card data has to be got from a previous transaction."
    },
    "ApprovalCode": {
      "type": "string",
      "pattern": "^.+$",
      "description": "If referral."
    },
    "CustomerLanguage": {
      "type": "string",
      "pattern": "^[a-z]{2,2}$",
      "description": "If the language is selected by the Sale System before the request to the POI."
    },
    "AcquirerID": {
      "type": "int32",
      "description": "Restrict to these Acquirer if present."
    },
    "AmountValue": {
      "type": "double",
      "maximum": 99999999.999999,
      "minimum": 0
    },
    "HostTransactionID": {
      "$ref": "#/components/schemas/TransactionIDType"
    }
  },
  "name": "OriginalPOITransaction"
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/terminal-original-poi-transaction-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.