Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This page contains various examples using the API. More information can be found in the formal documentation page. The examples are:

Table of Contents

Setting the

...

Processor’s attributes of a POI

URL: POST /api/v1/poiattributes?api_token=??????????

Code Block
{ 
    "data": {
        "type": "poiattributes",
        "id": "99999999999",
        "attributes": [
            {
                "name": "ProcessorData",
                "value": {
                    "processorId": 1,
                    "initiatingParty": "88888888888",
                    "protectCardData" : 1,
                    "terminalGroupID" : "ABCDEFG",
                    "TPPID" : "124578"
                }
            }
        ]
    }
}