Error Overview
...
POST /client-id/{client_id}/merchants/login - DEPRECIATED
Code | Error | Scenario |
409 | authentication_failure | Wrong Merchant username or password |
...
Code | Error | Scenario |
403 | Insufficient scope: authorized scope is insufficient | Scope of the token is not sufficient to access the endpoint |
404 | not_found | Authorization ID not found |
409 | generic_error | A generic error covering back-end process issues |
409 | authorization_ended | Credit authorization has “closed” status |
409 | auth_amount_exceeded | Capture amount is greater than the remaining credit authorization amount. |
409 | not_permitted |
|
POST /client-id/{clientId}/authorization/{authorizationId}/capture/{captureId}/return
...