Integrate our products into your software. Let's make payment happen together!
Look at all the possibilitiesWarning
The Android REST API (CCV PayProxy application) is now in maintenance mode. This means that new integrations with the REST API are no longer possible. Existing users can continue using the API as usual. For any questions or issues regarding the REST API, please contact pi-support@ccvlab.eu.
Have 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" }