
Account activation
Activation depends on which entity owns the account:- For your main entity, accounts activate immediately.
- For a new entity, accounts stay in
pendinguntil Fintoc completes business verification. Verification takes up to 5 business days.
Create more accounts for your organization’s entity
Your Fintoc organization starts with oneAccount. You can immediately create more accounts for your main entity. Multiple accounts improve reconciliation because each account keeps a separate balance.
Use the API
Call the Create account endpoint with your main entity’sentity_id. To retrieve the entity_id, call the List entities endpoint. You can also create the account from the Dashboard.
Node SDK
Python SDK
Response
Create accounts for another entity (your clients)
If you manage funds for clients, you can open accounts under each client’s legal name.Example use case
Consider a food delivery platform:- You keep one
Accountunder your own entity to collect your platform fees. - You create one
Accountper restaurant under a new entity. When a customer pays, the transfer receipt shows the restaurant’s name instead of your platform’s name.
Account object and your clients’ Account objects.
1. Create an entity
Create the entity from the Entities section of the Dashboard. Select Create Entity, then enter the entity’s legal name and Mexican tax ID (RFC).
2. Complete business verification
Complete the business verification form for your new entity in the Dashboard. Fintoc’s compliance team reviews your information within 5 business days and confirms when the entity is ready to use.3. Start using Transfers
After Fintoc completes business verification, you can:- Create
Transferobjects from your new entity’s mainAccount. - Receive transfers at your main account number or generate new account numbers.
- Create more
Accountobjects under this entity.
Test the integration
Intest mode, use your test secret key to call the Create account endpoint. Set entity_id to your main test entity. The response returns an id prefixed with acc_ and a status of active, which confirms the Account is ready to use.