v1
latestOpenAPI 3.0.22026-07-26123510445.2 KBAccount Center
Get Additional Documents
Retrieve the list of required and optional documents type for creating a company-type sub-account based on the specified country. This endpoint is only applicable to company-type sub-accounts. Individual-type sub-accounts do not require this API.
get/v1/accounts/get_additional
Query parameters
countrystring required
The ISO 3166-1 alpha-2 country code (e.g., "SG", "US").
This value should match the company_info.country_of_incorporation field provided during Create SubAccount.
business_code'BANKING' | 'ACQUIRING' required
Business type code.
Response
OK
Example response
[
{
"profile_key": "ARTICLES_OF_ASSOCIATION",
"profile_name": "Onboarding Test",
"profile_option": 1
}
]