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 use a custom text to receive a token.
Extra parameter for the requests
Parameter | Description |
---|---|
terminalDisplayTexts | a list to add custom texts to the terminal screens |
Example request
{ "tokenType" : "CARD" "terminalOperatingEnvironment": "UNATTENDED", "terminalAccessProtocol": "OPI_NL", "terminalLanguage": "ENG", "terminalDisplayTexts": [ { "terminalWindow": "SCREEN_WAIT_FOR_CARD", "displayLines": ["Welcome back", "Present your card or EV-Charging membership card"] } ] }