v1
latestOpenAPI 3.1.02026-07-228956435.8 KBTransfers
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.
post/simulate/receive_transfer
Request body
Example request
{
"account_number_id": "acno_2daFu0zqqDtZGJaSi2TGI2Mm1nN",
"amount": 1500,
"currency": "CLP",
"comment": "Test deposit",
"reference_id": "1234567",
"counterparty_account_number": "646180111800000000",
"counterparty_account_type": "checking_account",
"counterparty_institution_id": "cl_banco_santander",
"counterparty_holder_id": "11.111.111-1",
"counterparty_holder_name": "Test Customer 1"
}Response
The simulated inbound transfer.
Example response
{
"id": "tr_2daFu0zqqDtZGJaSi2TGI2Mm1nN",
"account_number": {
"id": "acno_2daFu0zqqDtZGJaSi2TGI2Mm1nN",
"account_id": "acc_2hQ9vBmKpR7xLtZ3sWn1fJ4dGcA",
"created_at": "2026-03-01T12:00:00.000Z",
"description": "Payouts CLABE",
"metadata": {
"invoice_id": "12345"
},
"mode": "test",
"number": "646180111800000000",
"options": {
"min_amount": 1000,
"max_amount": 1000000
},
"status": "enabled",
"updated_at": "2026-03-01T12:00:00.000Z"
},
"amount": 50000,
"comment": "Payout March",
"counterparty": {
"account_number": "132000000000000004",
"account_type": "clabe",
"holder_name": "Test Customer 1",
"institution": {
"id": "40132",
"name": "MULTIVA BANCO",
"country": "mx"
}
},
"currency": "MXN",
"direction": "outbound",
"entity": {
"id": "ent_2eGhTp1rLqWnXkZbYc4JsKmAvD9",
"holder_id": "000000000",
"holder_name": "Test Customer 1",
"is_root": true
},
"metadata": {
"test_key": "test_value"
},
"mode": "test",
"status": "succeeded",
"transaction_date": "2026-03-01T12:00:00.000Z"
}