Paid ticket endpoint
POST `/be/tickets/{identifier}/paid` endpoint
Status Code
Interpretation
{
"code": 100,
"message": "{feature} feature not implemented yet"
}{
"code": 102,
"message": "Ticket with `{ticket-id}` identifier is not found"
}{
"code": 117,
"message": "Ticket has to have `reserved` status in order to do this action"
}Last updated