Simulate receiving a transfer
Test-mode helper that simulates an inbound transfer into one of your account numbers, so you can exercise incoming-transfer flows. Only available with a test API key.
v2 · Base URL https://api.fintoc.com/v2Authorizations
Body
Account number that receives the simulated transfer.
"acno_2daFu0zqqDtZGJaSi2TGI2Mm1nN"
Amount to receive, in the smallest currency unit. For MXN this is centavos; CLP has no minor unit. The minimum is 1.
1500
Currency of the transfer. One of CLP, MXN.
CLP, MXN "CLP"
Comment to attach to the simulated transfer.
"Test deposit"
Numeric reference shown in the counterparty statement in Mexico. Up to 7 digits.
"1234567"
Account number of the simulated sender. In Mexico, Fintoc derives the sender's account type and institution from this value. Use a standardized Mexican bank account number (CLABE), debit card number, mobile phone number, or a Chilean bank account number; defaults to a Fintoc test counterparty when omitted.
"646180111800000000"
Type of the simulated sender account, used in Chile. One of checking_account, sight_account, or savings_account.
"checking_account"
Identifier of the simulated sender's financial institution, used in Chile. Use a bank public ID such as cl_banco_santander. In Mexico, Fintoc ignores this value and derives the institution from counterparty_account_number.
"cl_banco_santander"
Tax ID of the simulated sender. Use a Chilean tax ID (RUT) in Chile, or a Mexican tax ID (RFC) in Mexico.
"11.111.111-1"
Name of the simulated sender account holder.
"Test Customer 1"
Response
The simulated inbound 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"