list_fee_rates
Retrieve available Eventbrite pricing fee rates by country, currency, plan, payment type, channel, and item type to calculate ticketing costs accurately.
Instructions
List all available Pricing rates.
ENDPOINT: GET /pricing/fee_rates/
Returns paginated response.
PARAMETERS (all required):
country: ISO 3166 alpha-2 code
currency: ISO 4217 3-character code
plan: any, package1, package2
payment_type: any, eventbrite, authnet, moneris, paypal, google, manual, free, offline, cash, check, invoice
channel: any, atd, web
item_type: any, ticket, product
ERRORS (400):
INVALID_CURRENCY_COUNTRY_COMBINATION, ARGUMENTS_ERROR
AUTHENTICATION: Requires: Authorization: Bearer PERSONAL_OAUTH_TOKEN
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plan | No | Plan | |
| channel | No | Channel | |
| country | Yes | Country code (required) | |
| currency | Yes | Currency code (required) | |
| item_type | No | Item type | |
| payment_type | No | Payment type |