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

Version 1 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

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