From 81ea5fb9fe6c8df3a0fb1c920a2bfbc25fc6ffb3 Mon Sep 17 00:00:00 2001 From: MANDERS-MP <65334695+MANDERS-MP@users.noreply.github.com> Date: Wed, 20 May 2020 11:54:24 +0200 Subject: [PATCH 1/2] added error codes: 1182 and 1183 --- docs/endpoint_errors.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/endpoint_errors.md b/docs/endpoint_errors.md index 35bf1b4..9a65468 100644 --- a/docs/endpoint_errors.md +++ b/docs/endpoint_errors.md @@ -7,8 +7,9 @@ This page contains information regarding all the non-successful status-codes and | StatusCode | ErrorCodes | Description | |------------|-------------|-------------| -| 400 | 1099
1151`` ``
1152`` ``
1153`` ``
1155`` ``
1156`` ``
1157`` ``
1159`` ``
1160`` ``
1161`` ``
1182`` `` | Unknown BadRequest error
Missing ``x-mobilepay-merchant-vat-number`` header
Missing ``x-mobilepay-client-system-name`` header
Missing ``x-mobilepay-client-system-version`` header
Duplicated ``x-mobilepay-merchant-vat-number`` header
Duplicated ``x-mobilepay-client-system-name`` header
Duplicated ``x-mobilepay-client-system-version`` header
Invalid ``x-mobilepay-merchant-vat-number`` header
Invalid ``x-mobilepay-client-system-name`` header
Invalid ``x-mobilepay-client-system-version`` header
Invalid ``merchant_vat`` claim in access token | -| 401 | - | Unauthorized | +| 400 | 1099
1151`` ``
1152`` ``
1153`` ``
1155`` ``
1156`` ``
1157`` ``
1159`` ``
1160`` ``
1161`` `` | Unknown BadRequest error
Missing ``x-mobilepay-merchant-vat-number`` header
Missing ``x-mobilepay-client-system-name`` header
Missing ``x-mobilepay-client-system-version`` header
Duplicated ``x-mobilepay-merchant-vat-number`` header
Duplicated ``x-mobilepay-client-system-name`` header
Duplicated ``x-mobilepay-client-system-version`` header
Invalid ``x-mobilepay-merchant-vat-number`` header
Invalid ``x-mobilepay-client-system-name`` header
Invalid ``x-mobilepay-client-system-version`` header | +| 401 | -
1182 | Unauthorized
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 |
From 8e303f7908991d58d28983a9f34d96f0fc70ae1a Mon Sep 17 00:00:00 2001 From: MANDERS-MP <65334695+MANDERS-MP@users.noreply.github.com> Date: Wed, 20 May 2020 13:51:40 +0200 Subject: [PATCH 2/2] Updated release notes --- docs/release_notes.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/release_notes.md b/docs/release_notes.md index b56558c..192acbf 100644 --- a/docs/release_notes.md +++ b/docs/release_notes.md @@ -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)