Skip to main content
POST
/
session
Create Session
curl --request POST \
  --url https://your.service.com/session \
  --header 'x-api-key: <api-key>'
{
  "forwarding_url": "<string>",
  "terminal_id": "<string>"
}

Authorizations

x-api-key
string
header
required

Response

Session created successfully.

forwarding_url
string<uri>
required

The URL Commerce V1 forwards the customer to for the checkout experience.

terminal_id
string
required

Identifier of the terminal handling this session.