cURL
curl --request POST \ --url https://api-alpha.fourvenues.com/integrations/tickets/refund/{ticketId} \ --header 'Content-Type: application/json' \ --header 'integration_id: <api-key>' \ --header 'secret: <api-key>' \ --header 'x-api-key: <api-key>' \ --data '{ "amount": 2 }'
{ "success": true }
Refund a ticket.
Identifier of the integration (Auth v1)
Secret of the organization (Auth v1)
API key (Auth v2)
Amount to be refunded
2
Tickets successfully created.
true