Integrate our products into your software. Let's make payment happen together!
Look at all the possibilitiesThe api-method to achieve this is the HTTP.POST with url /terminal/periodClosing
Request headers
Request
Parameter | Description |
---|---|
terminalOperatingEnvironment | the configuration of the terminal that you would like to use for this transaction |
terminalAccessProtocol | the protocol to communicate with the terminal |
shiftNumber | number of the terminal shift that you want to close |
Example request
{ "terminalOperatingEnvironment": "UNATTENDED", "terminalAccessProtocol": "OPI_NL", "shiftNumber" : "1" }
Response
Parameter | Description |
---|---|
status | the status of your request |
journalReceipt | a receipt with textlines for the merchant |
Example response
{ "status": "SUCCESS", "journalReceipt": "[ \"Kopie Merchant\", \"\", \"******* PAS OP: TEST SYSTEEM *******\", "..."]" }
The api-method to achieve this is the HTTP.POST with url /terminal/periodClosing/partial
Request headers
Request
Parameter | Description |
---|---|
terminalOperatingEnvironment | the configuration of the terminal that you would like to use for this transaction |
terminalAccessProtocol | the protocol to communicate with the terminal |
shiftNumber | number of the terminal shift that you want to close |
Example request
{ "terminalOperatingEnvironment": "UNATTENDED", "terminalAccessProtocol": "OPI_NL", "shiftNumber" : "1" }
Response
Parameter | Description |
---|---|
status | the status of your request |
journalReceipt | a receipt with textlines for the merchant |
Example response
{ "status": "SUCCESS", "journalReceipt": "[ \"Kopie Merchant\", \"\", \"******* PAS OP: TEST SYSTEEM *******\", "..."]" }