Get DAC8 questionnaire

The endpoint provides the DAC8 questionnaire explaining why a tax ID is not supplied during onboarding for a given country.

If the user selects multiple countries, the questionnaire will be shown once for each selected country.

tax-country parameter represents the country where the user is taxed. country parameter represents the user's country of residence.

You can pass the parameter Accept-Language with a string containing ISO 639-1 language code to get the questionnaire translated into the chosen language. Currently, Bitpanda supports translations for German, Polish, French, Spanish, Italian, and Turkish. The default language is English (en). If you pass the parameter for a language that does not have an existing translation in our database, the response returns the questionnaire in English.

SecuritybearerAuth
Request
path Parameters
tax-country
required
string = 2 characters

Alpha-2 ISO 3166 country code. Represents the user's tax country.

Example: FR
query Parameters
country
required
string = 2 characters

Alpha-2 ISO 3166 country code. Represents user's country of residence.

Example: country=AT
header Parameters
Accept-Language
string = 2 characters

ISO 639-1 language used for translation

Example: en
Responses
200

Success Response

401

Unauthorized

422

Error

429

Too Many Requests

500

Error

503

Maintenance or Service unavailable

get/v1/questionnaires/dac8/{tax-country}
Request samples
Response samples
application/json
{
  • "data": [
    ]
}