2025-07-19
Account Center
Added Create SubAccount Endpoint
Create SubAccount Endpoint- Documentation: Create SubAccount
- Endpoint:
POST /api/v1/accounts/create_accounts - Description:
Enables creation of sub-accounts under the following business lines:- ACQUIRING
- BANKING
- ISSUING
- Both
COMPANYandINDIVIDUALentity types are supported. - Sub-accounts created via this endpoint can still be queried via
List Connected AccountsandRetrieve Account, with the response structure remaining unchanged.
Added Get Additional Documents Endpoint
Get Additional Documents Endpoint-
Documentation: Get Additional Documents
-
Endpoint:
GET /api/v1/accounts/get_additional -
Description:
Used to retrieve the list of supporting documents required when creatingCOMPANYtype sub-accounts using theCreate SubAccountendpoint. The document types returned are based on the sub-account’s country and business code, and include:- Required documents (
required_docs) - Optional documents (
option_docs)
The documents should be submitted via the
additional_documentsfield in theCreate SubAccountrequest.
We recommend retrieving this list prior to initiating sub-account creation to ensure a smooth onboarding process. - Required documents (
Additional Notes
-
Legacy Endpoint Compatibility:
The legacyCreate Account(POST /api/v1/accounts) endpoint remains available. If you’ve already integrated it, you may continue using it with no changes required. -
Query Endpoint Compatibility:
BothList Connected AccountsandRetrieve Accountsupport sub-accounts created by eitherCreate Accountor the newCreate SubAccountendpoint. The response structure remains consistent, and no additional adaptation is needed. -
Recommendation:
The legacyCreate Accountendpoint only supports sub-account creation under theBANKINGbusiness line. For new integrations or functional upgrades, we recommend using theCreate SubAccountendpoint to benefit from broader business line coverage and improved structure.
