In the Toqio ecosystem, creating and managing accounts requires precise use of key identifiers. The primary identifier is the productId
, which is mandatory for all account creation requests.
Mandatory Use of productId
productId
- productId: A unique identifier for specific financial products configured within Toqio. It is required for all account creation processes.
Specifying a productId
enhances management, reporting, and clarity when dealing with various financial products, particularly essential for integrations involving ledger apps like PoS or Accounts.
Managing productId
productId
To effectively manage your financial products, utilize the following endpoints:
- Retrieve Products: Use Get Products to fetch existing product details.
- Update Products: Modify existing products via Edit Existing Products.
- Create Products: Add new products through Create New Products.
Recommendations for Integrators
Given these requirements:
- Ensure your integration logic mandates the inclusion of
productId
in account creation requests. - Proactively review your integrations and verify that they comply with the updated requirement for
productId
.
Note: The previously used parameter,
accountType
, has been deprecated and is no longer supported. Previously, this parameter matched thepartnerProduct
identifier. All integrations should now exclusively useproductId
and discontinue the use ofaccountType
.