Amadis

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

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

Setting the Processor attributes of a POI (POST)

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