Error codes for transfer dispersions

Learn about common mistakes in money transfer dispersals

When making a wire money disbursement request you will be able to check the transaction status through the Get Status endpoint or through a webhook. In case there is a problem completing the disbursement, you will receive an error code as well as a message with the error information. The fields you will receive in the response will be as follows:

{"responseCode": "006",
"responseText": "Error de formato en monto"}

In the case of Chile, there is a standardized code 006. Bellow are the possible error messages returned in the field responseText.

responseCoderesponseText
006Cuenta destinatario inhabilitada para recibir abonos (Recipient account disabled for receiving deposits)
006Tiempo límite de espera alcanzado (Timeout limit reached)
006Cuenta de beneficiario incorrecta (Incorrect beneficiary account)
006Cuenta de beneficiario cerrada (Beneficiary account closed)
006RUT de beneficiario incorrecto (Incorrect beneficiary RUT)
006Cuenta y RUT de beneficiario no coinciden (Beneficiary account and RUT do not match)
006Monto excede máximo permitido (Amount exceeds maximum allowed)
006Servicio no disponible (Service not available)
006Saldo insuficiente (Insufficient balance)
006Error de formato en monto (Amount format error)
006Banco de beneficiario incorrecto (Incorrect beneficiary bank)
006Monto a dispersar debe ser mayor a 0 (Disbursement amount must be greater than 0)
006Error de procesamiento (Processing error)
006No se permiten traspasos entre cuentas de distintas monedas (Transfers between accounts of different currencies are not allowed)
006Transacción rechazada por CCA (Transaction declined by CCA)