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
COMPANY
andINDIVIDUAL
entity types are supported. - Sub-accounts created via this endpoint can still be queried via
List Connected Accounts
andRetrieve 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 creatingCOMPANY
type sub-accounts using theCreate SubAccount
endpoint. 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_documents
field in theCreate SubAccount
request.
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 Accounts
andRetrieve Account
support sub-accounts created by eitherCreate Account
or the newCreate SubAccount
endpoint. The response structure remains consistent, and no additional adaptation is needed. -
Recommendation:
The legacyCreate Account
endpoint only supports sub-account creation under theBANKING
business line. For new integrations or functional upgrades, we recommend using theCreate SubAccount
endpoint to benefit from broader business line coverage and improved structure.