v1

latestOpenAPI 3.0.22026-07-26123510445.2 KB
Account 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

profile_keystring

Unique key representing the profile or document type.

profile_namestring

Description of the file.

profile_option0 | 1

Indicates whether the document is required:

  • 1: Required document (required_docs)
  • 0: Optional document (option_docs)

Example response

[
  {
    "profile_key": "ARTICLES_OF_ASSOCIATION",
    "profile_name": "Onboarding Test",
    "profile_option": 1
  }
]