Transfers overview
Programmatically receive, send, and reconcile bank transfers.
Cuentas de Pago con Fondos (CPF) accounts in Chile (private preview)
Fintoc CPF accounts let you receive, reconcile, and make transfers in Chile. They are in private preview. To request access, contact your Fintoc sales representative.
The Transfers API lets you receive, send, and reconcile bank transfers in Chile and Mexico. This page introduces the API and the objects it uses; for the full endpoint reference, see the Transfers API reference. With one API you can:
- Create accounts and assign them to your orders or customers to reconcile inbound transfers against a known account.
- Receive bank transfers and reconcile them in real time, using a unique standardized Mexican bank account number (CLABE) or by reading the sender's details (Chile).
- Send transfers to any account and track their status via webhooks. Transfers move over the local interbank rails: the Sistema de Pagos Electrónicos Interbancarios (SPEI) in Mexico and Transferencia Electrónica de Fondos (TEF) in Chile.
How it fits together
A minimal integration has four objects:
Entity: a legal person or business. Yours is the RootEntity.Account: holds a balance. Your company's is the RootAccount.- Account Number: the string of digits you share with senders (a CLABE in Mexico). An
Accountcan have many. Transfer: a single money movement, inbound or outbound.
Availability by country
Transfer API capabilities vary by country:
| Capability | Mexico 🇲🇽 | Chile 🇨🇱 |
|---|---|---|
| API for inbound transfers | ✅ | ✅ |
| API for outbound transfers | ✅ | ✅ |
| API for accounts | ✅ | Private preview |
| API for account numbers | ✅ (CLABE) | Private preview |
| Endpoint to return a transfer | ✅ | Private preview |
| Endpoint to verify an account number | ✅ (CLABE) | Private preview |