code– Un identificador estable y único para el error. Útil para manejo programático y solicitudes de soporte.message– Orientación detallada para ayudarte a resolver el error.
Errores de Bank Transfer (TED)
Los siguientes errores pueden ocurrir al interactuar con los endpoints de Bank Transfer (TED). Cada error sigue nuestra estructura estándar, facilitando la depuración y la respuesta a problemas de forma programática. Consulte las tablas a continuación para obtener una lista de los posibles códigos de error, su significado y cómo resolverlos.
400
code | title | message |
|---|---|---|
| BTF-0001 | Invalid Input | The request contains invalid fields. Check the field details below. |
| BTF-0400 | Missing Organization Header | X-Tenant-Id header is required |
401
code | title | message |
|---|---|---|
| BTF-0401 | Unauthorized | Authentication failed. The token is missing, invalid, or expired. |
403
code | title | message |
|---|---|---|
| BTF-0403 | License Invalid | Organization is not licensed. Contact support to activate your license. |
| BTF-0405 | Forbidden | Insufficient permissions to perform this action. |
404
code | title | message |
|---|---|---|
| BTF-0200 | Transfer Not Found | Transfer not found |
| BTF-0201 | Initiation Not Found | Initiation not found or belongs to different organization |
| BTF-0500 | Account Not Found | Sender account does not exist in CRM |
409
code | title | message |
|---|---|---|
| BTF-0012 | Duplicate Transfer | Duplicate transfer detected |
| BTF-0203 | Already Processed | This initiation has already been processed |
410
code | title | message |
|---|---|---|
| BTF-0202 | Initiation Expired | Initiation expired after 24 hours. Create a new initiation. |
422
code | title | message |
|---|---|---|
| BTF-0010 | Operating Hours Violation | Transfers can only be initiated Monday-Friday between 06:30 and 17:00 Brasília time |
| BTF-0011 | Limit Exceeded | Transfer amount exceeds daily limit |
| BTF-0204 | Cannot Cancel | Transfer cannot be cancelled in its current status. Only CREATED or PENDING transfers can be cancelled. |
| BTF-0501 | CRM Invalid Response | The CRM account record is missing a required field (organizationId). Contact your platform team to fix the account data in the CRM. |
| BTF-1001 | JD SPB Rejected | Transfer rejected by JD SPB. Review the transfer details and try again. |
| BTF-1002 | JD SPB Invalid Message | Invalid transfer message format for JD SPB. Check the request payload. |
500
code | title | message |
|---|---|---|
| BTF-9000 | Internal Error | An unexpected error occurred. Contact support if it persists. |
502
code | title | message |
|---|---|---|
| BTF-3001 | Fees Invalid Response | The fee service returned an invalid or unparseable response. Contact your platform team. |
503
code | title | message |
|---|---|---|
| BTF-0502 | CRM Service Unavailable | Unable to validate account. The CRM service is temporarily unavailable. Try again later. |
| BTF-1000 | JD SPB Unavailable | Unable to submit transfer. The JD SPB service is temporarily unavailable. Try again later. |
| BTF-2000 | Midaz Unavailable | Unable to process transfer. The Midaz ledger service is temporarily unavailable. Try again later. |
| BTF-3000 | Fee Service Unavailable | Unable to calculate fee. The fee service is temporarily unavailable. Try again later. |

