Secutix
Retrieve ticket URLs from Secutix file ID
get
/api/{tenantId}/external/secutix/orders/getTicketsUrl/{fileId}
Required scopes
This endpoint requires the following scopes:
Authorizations
OAuth2implicitRequired
Authorization URL:
Path parameters
fileIdinteger · int64Required
Secutix file identifier from order system
tenantIdstringRequired
Responses
200
Ticket URL resolved.
401
Unauthorized order access.
404
Order not found for the provided file identifier.
500
Unexpected server error.
get
/api/{tenantId}/external/secutix/orders/getTicketsUrl/{fileId}No content
Path parameters
tenantIdstringRequired
Body
ticketIdinteger · nullableOptional
Ticket identifier from Secutix, when available.
saleMovementIdinteger · nullableOptional
Sale movement identifier from Secutix, when available.
orderSecretTokenstring · nullableRequired
Secret token identifying the order.
statestring · nullableRequired
Current state reported by Secutix (PAID, CANCELLED, VALIDATED, etc.).
lastUpdatestring · nullableRequired
Last update timestamp provided by Secutix.
Responses
200
Order change queued for processing.
400
Missing or invalid order token.
500
Unexpected server error.
post
/api/{tenantId}/webhooks/listeners/secutix/ordersNo content
Last updated

