Versions Compared

Key

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

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

  • The employee doesn’t have enough permissions to perform the capture, or;

  • Credit authorization has “unauthorized” or “onhold” status

POST /client-id/{clientId}/authorization/{authorizationId}/capture/{captureId}/return

...