What are the endpoints for each of the commands?

Each command uses a specific endpoint, depending on whether the call is customer-initiated (sent TO Nayax) or Nayax-initiated (sent TO the customer's URL).

1. Customer-Initiated Command (Sent TO Nayax)

This command is initiated from the customer's system and is directed to Nayax's payment API.

CommandEndpoint Format
Starthttps://lynx.nayax.com/payment/v2/transactions/cortina/(payment method's name)/start

2. Nayax-Initiated Commands (Sent TO Customer's URL)

These commands are initiated by Nayax and directed to the customer's configured base URL.

Simple Commands (Session & Notification)

These use the customer's base URL followed by the command name:

CommandEndpoint Format
StartSession(customer's URL)/Cortina/StartSession
SaleEndNotification(customer's URL)/Cortina/SaleEndNotification

StaticQR Integration Commands

These include the integration type (StaticQR) in the path:

CommandEndpoint Format
Authorization(customer's URL)/Cortina/StaticQR/Authorization
Settlement(customer's URL)/Cortina/StaticQR/Settlement
Cancel(customer's URL)/Cortina/StaticQR/Cancel
Sale(customer's URL)/Cortina/StaticQR/Sale
Void(customer's URL)/Cortina/StaticQR/Void