Error Overview
...
POST /client-id/{client_id}/merchants/login - DEPRECIATED
Code | Error | Scenario |
409 | authentication_failure | Wrong Merchant username or password |
...
POST /client-id/{client_id}/apply
Code | Error | Scenario | 409 | account_type_not_permitted | The merchant is not able to support applications for this account type.|
400 | general_error | A generic error covering back-end process issues | |||
409 | invalid_role | The Developer Portal account being used is not provisioned for the API being accessed. Please contact Flexiti Implementation Support. | |||
409 | application_create_error | There was an error creating the Credit Application due to a 3rd party timeout | |||
409 | tos_agreement_required | Terms and Conditions missing or not agreed | |||
409 | customer_already_exists | Customer applying already has an account | |||
409 | not_verified | For the online channel, the /apply payload contains different personal information than the /init payload using the same token, or incorrect widget_session_id | |||
409 | external_location_id_not_found | The external location ID being passed is not registered with Flexiti |
...