Integrate our products into your software. Let's make payment happen together!
Look at all the possibilitiesHave a look at the following example how you can receive the uuid of a Mifare card.
Extra Request parameters
Parameter | Description |
---|---|
supportMifareCards | boolean value, set this to true if you would like to accept Mifare cards |
Example request
{ "tokenType" : "CARD" "terminalOperatingEnvironment": "UNATTENDED", "terminalAccessProtocol": "OPI_NL", "terminalLanguage": "ENG", "supportMifareCards": true }Extra Response parameters
Parameter | Description |
---|---|
status | the overall status |
token | the token |
language | the language of the customer. |
mifareCardUid | the uid of the Mifare card that is presented |
Example response
{ "status": "SUCCESS", "token": null, "mifareCardUid": "1111222233334444" }