Integrate our products into your software. Let's make payment happen together!
Look at all the possibilitiesThe 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.