...
Code | Error | Scenario |
404 | not_found | Customer Account not found |
404 | customer_identity_not_found | the customer didn’t pass through the widget or was not authenticated properly |
409 | credit_exceeded | Amount requested plus interest is greater than the available credit of the customer account. |
409 | generic_error | A generic error covering backend process issues |
409 | auth_not_allowed | Merchant has not been configured for preauth |
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 |
|
409 | user_not_able_to_purchase | Customer account status different than normal (NNOR) |
409 | user_not_active | Customer Account is not activated |
409 | wrong_verification_code | Verification code entered is incorrect |
409 | verification_code_required | Verification code is a required parameter. |
GET /client-id/{clientId}/authorizations
...