Test your integration

Simulate transfers to test your integration.

To confirm that your integration works correctly, simulate transfers without moving any money using special values in test mode.

Use test API Keys in all API calls whenever you work with the test mode.

Simulate an inbound transfer

Fintoc lets you simulate an inbound transfer through our API or Dashboard. You can simulate an inbound transfer only for account numbers created in test mode.

To simulate an inbound transfer of $1,020.00 MXN, you can use the following example:

curl --request POST \
	--url 'https://api.fintoc.com/v1/simulate/receive-transfer' \
  -d destination_account_number_id=<acno_id> \
  -d amount=102000 \
  -d currency_code=MXN

📘

Simulate endpoint

Any endpoint in the /simulate/* routes are used for simulating production behaviors and will NOT be available in live mode.

Test outbound transfers

Fintoc provides test special values for Mexico and Chile to simulate transfers. When you create a test outbound transfer you will receive webhooks as you would normally receive in live mode.

Mexico 🇲🇽

To simulate a successful or rejected outbound transfer, you can use one of the following counterparties.

DescriptionCounterparty
Successful transferAccount Number: Any account number
Rejected transfer due to Insufficient fundsAccount Number: 012969100000000013
Rejected transfer due to non-existent accountAccount Number: 012969000000000016

Chile 🇨🇱

Use one of the following counterparties to simulate transfers in Chile.

DescriptionCounterparty
Successful transferholder_id: Any valid RUT
holder_name: Any name
account_number: Any account number
type: Any type
institution_id: Any institution id
Rejected transfer due to Insufficient fundsholder_id: 41579263-8
holder_name: Any name
account_number: Any account number
type: Any type
institution_id: Any institution id
Rejected transfer due to non-existent accountholder_id: 40427672-7
holder_name: Any name
account_number: Any account number
type: Any type
institution_id: Any institution id