What are the endpoints for each of the commands?
Each method has its own endpoint, as specified in the URL provided to Nayax.
The structure is: (customer's URL)/Cortina/ followed by the command/integration path.
1. Simple Commands (Session & Notification)
These commands use a direct path structure:
| Command | Endpoint Example |
|---|---|
| StartSession | (customer's URL)/Cortina/StartSession |
| SaleEndNotification | (customer's URL)/Cortina/SaleEndNotification |
2. PrePaid Integration Commands
These commands include the integration type (PrePaid) in the path:
| Command | Endpoint Example |
|---|---|
| Authorization | (customer's URL)/Cortina/PrePaid/Authorization |
| Settlement | (customer's URL)/Cortina/PrePaid/Settlement |
| Cancel | (customer's URL)/Cortina/PrePaid/Cancel |
| Sale | (customer's URL)/Cortina/PrePaid/Sale |
| Void | (customer's URL)/Cortina/PrePaid/Void |
Updated 2 days ago