GET
/
refunds
curl --request GET \
  --url https://api-alpha.fourvenues.com/integrations/refunds/ \
  --header 'integration_id: <api-key>' \
  --header 'secret: <api-key>' \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "data": [
    {
      "venue_id": "fJ0vphh0acfytM4yWdAAXZcNPwDRDFpq",
      "venue_slug": "pacha",
      "type_id": "TCDu2yVBgwCHbBfHZH56HVdzn2vYcjcn",
      "type_slug": "general-admission",
      "event_id": "xhL6F5eYyeLvc40E2MKmnBQZYf2nU7zT",
      "event_slug": "saturday-night-26-09-2022",
      "event_date": "2022-09-26",
      "channel_id": "6RKUYneVbpbx6g4uBh8QgAe9xrrZq2mb",
      "channel_slug": "my-channel",
      "user_id": "ueC9A79zeLHMaNSY1hLw94zLu3knNhHT",
      "artists": [
        "David Guetta",
        "Martin Garrix"
      ],
      "day": 26,
      "month": 9,
      "year": 2022,
      "at": "2022-09-15T23:00:00.000Z",
      "resource_type": "tickets",
      "n_resources": 2,
      "resources_ids": [
        "ANShQaGXdrYpiDVNAqdzX2u7u6yQBKvf",
        "GYnAwwrBX7ATNWX9tiXQbHZ4720uUjKQ"
      ],
      "total_amount": 20,
      "refunded": 0,
      "sale_type": "online",
      "corrective_invoice_reference": "EV24T-COR-H58Z-0000002"
    }
  ]
}

Authorizations

integration_id
string
header
required

Identifier of the integration (Auth v1)

secret
string
header
required

Secret of the organization (Auth v1)

x-api-key
string
header
required

API key (Auth v2)

Query Parameters

event_id
string

Event identifier.

start_date
string

Start date for the range.

end_date
string

End date for the range.

limit
string

Limit of results.

offset
string

Offset of results.

Response

200
application/json
HTTP OK
success
boolean
Example:

true

data
object[]

Array of Refunds