error_reason attribute of a Payment Intent object.
error_reason | Description | Country |
|---|---|---|
bank_account_locked | The bank blocked the transfers service for this account. | π¨π± |
bank_connection_error | Fintoc had a problem connecting with the selected bank. | π¨π± |
bank_not_available | The selected bank is temporarily unavailable. | π¨π± |
amount_limit_reached | The maximum amount available to transfer was reached. | π¨π± |
insufficient_funds | The account doesnβt have enough money to execute the payment. | π¨π± |
login_credentials_locked | The bank indicated that the userβs credentials are locked. | π¨π± |
login_invalid_credentials | The bank indicated that the userβs credentials are invalid. | π¨π± |
maximum_amount_error | The amount exceeds the maximum amount allowed for that bank. | π¨π± |
mfa_authorization_timeout | The user did not authorize the transfer with their multifactor method. | π¨π± |
mfa_invalid_authorization | The bank indicated that the multifactor authorization was invalid. | π¨π± |
mfa_locked | The multifactor authentication method is locked. | π¨π± |
mfa_unavailable | The multifactor authentication method is unavailable. | π¨π± |
new_contact_amount_limit_reached | The amount exceeds the maximum amount permitted for new contacts. | π¨π± |
new_contact_transfer_number_limit_reached | The maximum number of transfers for new contacts was reached. | π¨π± |
recipient_account_not_allowed | The bank indicated that the recipient account is not allowed to receive transfers. | π¨π± |
unresolved_final_status | The bank canβt provide a definite answer on whether this payment was completed or not. This reason will only appear for pending payments that could not be validated after 10 days. | π¨π± |
widget_closed | The user closed the widget before completing the payment. | π¨π±/π²π½ |
user_left | The user abandoned the payment process before selecting an account or entering their bank accountβs credentials. | π¨π±/π²π½ |
new_payment_intent_in_progress | The user started a new payment intent before completing the previous one, so the original payment intent was canceled. | π¨π±/π²π½ |
We may add more at any time, so when developing and maintaining your code, you should not assume that only these types exist.