For the complete documentation index, see llms.txt. This page is also available as Markdown.

Refund the ticket

This request is needed when the ticket is declined after transaction is processed on Partner's side Request.

Request fields:

Attribute
Data Type
Description

operator

string

Name of the operator as registered on the system

ticket_id

string

Ticket id

reason

string

Reason for refund action

Sample request:

{
    "action": "ticket_refund", 
    "data": {
        "operator": "operator-code",
        "ticket_id": "1330556611374148608",
        "reason": "some-reason"
    }
}

Sample response:

Response: 200
Doesn't require any payload

Last updated