Changes for page Backend API
Last modified by Asbjørn Ulsberg on 2018/07/05 12:48
From version 49.2
edited by Asbjørn Ulsberg
on 2018/02/26 09:42
on 2018/02/26 09:42
To version 50.1
edited by Asbjørn Ulsberg
on 2018/05/22 11:42
on 2018/05/22 11:42
Change comment: There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -12,7 +12,7 @@ 12 12 The authentication for the API uses the Merchant token issued through the PayEx Merchant Administration web interface. This token is sent as a HTTP {{code}}Authorization{{/code}} header like this: 13 13 14 14 {{code}} 15 -Authorization: Bearer < merchantToken>15 +Authorization: Bearer <access_token> 16 16 {{/code}} 17 17 18 18 Any requests without the correct authentication will result in a {{code}}401 Unauthorized{{/code}} response from the PayEx Checkout API.