Skip to main content
GET
/
refunds
/
{refundId}
cURL
curl --request GET \
  --url https://api-alpha.fourvenues.com/integrations/refunds/{refundId} \
  --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"
  }
}

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)

Path Parameters

refundId
string
required

Refund identifier.

Response

HTTP OK

success
boolean
Example:

true

data
object