Skip to main content
POST
/
public
/
checkout
/
{id}
/
opened
Marcar Session como aberta
curl --request POST \
  --url https://checkout-api.sandbox.z2pay.com/public/checkout/{id}/opened \
  --header 'Content-Type: application/json' \
  --data '
{
  "sessionId": "<string>"
}
'

Path Parameters

id
string
required

ID da Session (cs_), do Link (chk_) ou slug (URL amigável) — Link/slug materializam Session on-the-fly (checkout estático)

Body

application/json
sessionId
string
Pattern: ^cs_[0-9a-f]{48}$

Response

Session marcada como opened