Refund the ticket

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

Request fields:

AttributeData TypeDescription

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