EVENT_TAX_SETTINGS_MISSING

5 views
Skip to first unread message

SP Project

unread,
Nov 14, 2025, 11:52:34 AMNov 14
to Eventbrite API Developers Community
Hi Everyone.
I  have the following issue when trying to publish an event:
curl -X POST 'https://www.eventbriteapi.com/v3/events/1970460XXX6/publish/?token=***' -H 'user-agent: Make/production' -H 'content-type: application/json'

{
    "status_code": 400,
    "error_detail": {
        "ARGUMENTS_ERROR": {
            "event.tax_settings": [
                "EVENT_TAX_SETTINGS_MISSING"
            ]
        }
    },
    "error_description": "There are errors with your arguments: event.tax_settings - EVENT_TAX_SETTINGS_MISSING",
    "error": "ARGUMENTS_ERROR"
}

With the API I was able to create Event, Ticket.
I am also able to publish IF I MANUALLY set checkout_settings on the payment processor page to Germany/Euro and the EventBrite payment processing.
However in the documentation there is nothing related to updating the payment process or tax settings.

Is there any endpoint to do this tax information update on the event? Or do we need to manually set it for each event? 

Reply all
Reply to author
Forward
0 new messages