get https://prod.api.getborderless.com/accounts/requiredInformation
Introduction
This endpoint will provide you with the information required for each country to create an account. Simply provide the 2 letter country code, account type, BUSINESS or PERSONAL, and currency (if country supports more than one currency) and you will receive a JSON object listing all possible requirement categories and whether or not they are required for your particular case.
Data Requirements
Provide the following data requirements when sending a GET request to the Required Data endpoint.
In the URL of your request include the following information as parameters.
Parameter | Required? | Description | Type |
---|---|---|---|
country | Yes | This field is the two letter country code identifying the country that you want to retrieve information for. | String |
accountType | Yes | This field indicates the account type for the contact you wish to add. This can be "BUSINESS" or "PERSONAL" as the requirements differ for each. | String |