Release Tickets Endpoint
The Release Tickets endpoint is used to release brokers tickets that have been placed on hold, via the Hold Tickets endpoint.
If a customer decides to not proceed with a purchase and removes the ticket(s) from their cart, it is required a Partner notifies Tixstock immediately, to allow the ticket(s) to be released.
If tickets are not released or sold within 30 minutes of the listing being held, the listing(s) will automatically released.
Endpoint URL
https://pf.tixstock.com/v1/tickets/release/{hold_id}/{quantity_to_release}
Authorisation | Description |
---|---|
Bearer Token | A valid bearer token must be provided within the header parameters for the API request. To generate an access token, please see your bearer token settings from within the Tixstock Partner Admin Area. |
Please see 'Authentication - Bearer Tokens' for further information
Request Data
This endpoint doesn't require any additional parameters to be sent via post
API Response:
{
"data": {
"quantity_available": 1
},
"meta": {
"type": "partner.ticket.release",
"mode": "Production",
"quantity": 1,
"request_id": "01e32g08hgn4tphqw4gc280r1b"
},
"message": "Ticket(s) successfully released."
}