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.
The terminal can provide messages that needs to be displayed on a device during a payment flow. This is only necessary if there a multiple hardware screens available.
Some payment solutions have both a customer/merchant facing display and a terminal of CCV. If that’s applicable for you, please continue reading this manual about how you can retrieve the messages that needs to be shown.
Create a GET request to /terminal/lastDisplayMessage
Parameters in the response
Parameter | Description |
---|---|
text | … |
textId | … |
languageCode | … |
displayText | … |
Example response
{ "text": "In progress", "textId": "C1345", "languageCode": "EN", "displayText": "One moment please" }
We recommmend to poll the lastDisplay message every X seconds.
If you would like to provide customer display messages, you can convert the textIds to your own texts.
Contact us to receive the full list of all the translations including the textIds.