2025-07-19

Account Center

Added 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 and INDIVIDUAL entity types are supported.
  • Sub-accounts created via this endpoint can still be queried via List Connected Accounts and Retrieve Account, with the response structure remaining unchanged.

Added 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 creating COMPANY type sub-accounts using the Create 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 the Create SubAccount request.
    We recommend retrieving this list prior to initiating sub-account creation to ensure a smooth onboarding process.


Additional Notes

  • Legacy Endpoint Compatibility:
    The legacy Create 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:
    Both List Connected Accounts and Retrieve Account support sub-accounts created by either Create Account or the new Create SubAccount endpoint. The response structure remains consistent, and no additional adaptation is needed.

  • Recommendation:
    The legacy Create Account endpoint only supports sub-account creation under the BANKING business line. For new integrations or functional upgrades, we recommend using the Create SubAccount endpoint to benefit from broader business line coverage and improved structure.