Skip to main content
GET
/
refunds
cURL
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"
      ],
      "resource_id": "ANShQaGXdrYpiDVNAqdzX2u7u6yQBKvf",
      "total_amount": 20,
      "payment_method": "amex",
      "refunded": 0,
      "sale_type": "online",
      "corrective_invoice_reference": "EV24T-COR-H58Z-0000002",
      "client_id": "ilnnakdkz000338nzbi7x1xho3WQwKHg",
      "payment_id": "tshnakdkz000338nzbi7x1xho3WQwCVI"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.fourvenues.com/llms.txt

Use this file to discover all available pages before exploring further.

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.

resource_type
string

Resource type. (bookings, tickets, name_changes)

limit
integer

Limit of results.

offset
integer

Offset of results.

resource_id
string

Filters the refunds matching that resource_id.

Response

HTTP OK

success
boolean
Example:

true

data
object[]

Array of Refunds