This endpoint provides the FATCA questionnaire regarding U.S. indicia that the user must complete during onboarding before beginning to invest.
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.
Success Response
Unauthorized
Error
Too Many Requests
Error
Maintenance or Service unavailable
{- "data": [
- {
- "id": 1,
- "question": "Does the account holder have any U.S. indicia?",
- "translation_key": "fatca.question.one",
- "type": "single_choice",
- "answers": [
- {
- "id": 1,
- "answer": "US citizenship",
- "translation_key": "fatca.question.one.answer.one"
}
]
}
]
}