Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added and moved errors #13

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions docs/endpoint_errors.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ This page contains information regarding all the non-successful status-codes and

| StatusCode | ErrorCodes | Description |
|------------|-------------|-------------|
| 400 | 1099 <br> 1151`` `` <br> 1152`` `` <br> 1153`` `` <br> 1155`` `` <br> 1156`` `` <br> 1157`` `` <br> 1159`` `` <br> 1160`` `` <br> 1161`` `` <br> 1182`` `` | Unknown BadRequest error <br> Missing ``x-mobilepay-merchant-vat-number`` header <br> Missing ``x-mobilepay-client-system-name`` header <br> Missing ``x-mobilepay-client-system-version`` header <br> Duplicated ``x-mobilepay-merchant-vat-number`` header <br> Duplicated ``x-mobilepay-client-system-name`` header <br> Duplicated ``x-mobilepay-client-system-version`` header <br> Invalid ``x-mobilepay-merchant-vat-number`` header <br> Invalid ``x-mobilepay-client-system-name`` header <br> Invalid ``x-mobilepay-client-system-version`` header <br> Invalid ``merchant_vat`` claim in access token |
| 401 | - | Unauthorized |
| 400 | 1099 <br> 1151`` `` <br> 1152`` `` <br> 1153`` `` <br> 1155`` `` <br> 1156`` `` <br> 1157`` `` <br> 1159`` `` <br> 1160`` `` <br> 1161`` `` | Unknown BadRequest error <br> Missing ``x-mobilepay-merchant-vat-number`` header <br> Missing ``x-mobilepay-client-system-name`` header <br> Missing ``x-mobilepay-client-system-version`` header <br> Duplicated ``x-mobilepay-merchant-vat-number`` header <br> Duplicated ``x-mobilepay-client-system-name`` header <br> Duplicated ``x-mobilepay-client-system-version`` header <br> Invalid ``x-mobilepay-merchant-vat-number`` header <br> Invalid ``x-mobilepay-client-system-name`` header <br> Invalid ``x-mobilepay-client-system-version`` header |
| 401 | - <br> 1182 | Unauthorized <br> Invalid ``merchant_vat`` claim in access token |
| 409 | 1183 | ``x-ibm-client-id`` header and ``client_id`` access token claim does not match |
| 500 | 2000 - 2999 | Internal server error - Please attach error code when communicating with MobilePay for quicker support |

</details><br>
Expand Down
5 changes: 5 additions & 0 deletions docs/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ The Point of Sale API V10 will be in production **Q2 2020**. It will be released

## Changelog

### 2020-05-20

- Moved error 1182
- Added error 1183

### 2020-05-14

- Added error 1182 in [API ERRORS](endpoint_errors)
Expand Down