Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code

Error

Scenario

404

not_found

Customer Account or VCC not found

404

customer_identity_not_found

the customer didn’t pass through the widget or was not authenticated properly

409

invalid_role

The Developer Portal account being used is not provisioned for the API being accessed. Please contact Flexiti Implementation Support.

409

credit_exceeded

Amount requested plus interest is greater than the available credit of the customer account.

409

not_permitted

API credentials do not have sufficient permissions to perform an authorization.

409

general_error

A generic error covering back-end process issues

409

auth_not_allowed

Merchant has not been configured for preauthorization

409

plan_term_not_set

Merchant has not been configured for the financing option (Plan and Term or Regular Purchase).

409

plan_term_not_available

  • Plan and Term for prime category for a non-prime customer.

  • Plan "DP - SAC Interest Accrues" for a QC customer.

  • Plan "DP - SAC No Payments + No Interest Accrued" for a ROC customer.

409

user_not_able_to_purchase

Customer account status different than normal (NNOR)

409

not_verified

  • For in-store channel the request_id does not match the one passed in the /verify endpoint

  • for online channel the widget_session_id does not match the one used on the /init endpoint

409

external_location_id_not_found

The external location ID being passed is not registered with Flexiti

409

account_type_not_permitted

The merchant is not able to support this account type (open/closed loop scenarios)

409

vcc_account_mismatch

The vcc number being passed in the request does not belong to the account number.

409

wrong_inputs

Invalid parameter

...