Create a transfer
Creates an outbound transfer from one of your accounts, in the live or test mode of the API key used. Requirements differ by country. In Chile, the currency is CLP and the counterparty needs a holder_id, which is the Chilean tax ID (RUT), and an institution_id. In Mexico, the currency is MXN and the counterparty’s account_number is a standardized Mexican bank account number (CLABE). Requires a JSON Web Signature (JWS) in the Fintoc-JWS-Signature header.
v2 · Base URL https://api.fintoc.com/v2Autorizaciones
Encabezados
JWS signature of the request body. See Generate JWS keys to set up request signing.
Cuerpo
Identifier of the account the transfer is sent from.
"acc_2daFu0zqqDtZGJaSi2TGI2Mm1nN"
Amount to transfer, in the smallest currency unit. For MXN this is centavos; CLP has no minor unit. The minimum is 1.
50000
Currency of the transfer. One of CLP, MXN.
CLP, MXN "MXN"
Recipient of the transfer.
Comment shown to the counterparty.
"Payout March"
Numeric reference shown in the counterparty statement in Mexico. Up to 7 digits, with no leading zeros.
"1234567"
Set of key-value pairs you can attach to the transfer for storing additional structured information.
Respuesta
The created transfer.
A movement of money between one of your accounts and a counterparty. A transfer is outbound when you send money to a counterparty, or inbound when money arrives in one of your account numbers. Fintoc settles transfers over local payment rails in Chile and Mexico.
Unique identifier of the transfer.
"tr_2daFu0zqqDtZGJaSi2TGI2Mm1nN"
Type of the object. Always transfer.
Amount of the transfer, in the smallest currency unit. For MXN this is centavos; CLP has no minor unit.
50000
Comment shown to the counterparty, or null.
"Payout March"
Details of the counterparty of the transfer.
Currency of the transfer. One of CLP, MXN.
CLP, MXN "MXN"
Whether the transfer is inbound or outbound.
inbound, outbound "outbound"
Entity that owns the account involved in the transfer. For an inbound transfer this is the entity that received the money; for an outbound transfer, the entity that sent it.
Set of key-value pairs attached to the transfer.
Whether the transfer is live or test data.
live, test "test"
Time the transfer was posted, as an ISO 8601 datetime in UTC, or null.
null
URL of the transfer receipt, or null.
null
Numeric reference shown in the counterparty statement in Mexico, or null.
null
Reason code when the transfer was returned, or null.
null
Lifecycle status of the transfer. One of pending (being processed), succeeded (settled), rejected (rejected before settling), failed (could not be processed), returned (settled, then returned to the sender), return_pending (a return is in progress), or reject_failed (the rejection could not be completed).
succeeded, rejected, failed, pending, returned, return_pending, reject_failed "succeeded"
Interbank tracking key (clave de rastreo) of the transfer, or null.
null
Time the transfer occurred, as an ISO 8601 datetime in UTC, or null.
"2026-03-01T12:00:00.000Z"