From version 138.1
edited by Asbjørn Ulsberg
on 2018/02/26 09:42
To version 139.1
edited by Asbjørn Ulsberg
on 2018/05/22 11:41
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -11,7 +11,7 @@
11 11  {{code language="JavaScript"}}
12 12  GET <payment_url> HTTP/1.1
13 13  Content-Type: application/json
14 -Authorization: Bearer merchantToken==
14 +Authorization: Bearer <access_token>
15 15  {{/code}}
16 16  
17 17  === Response ===
... ... @@ -114,7 +114,7 @@
114 114  POST <capture_operation_href> HTTP/1.1
115 115  Accept: application/json
116 116  Content-Type: application/json
117 -Authorization: Bearer merchantToken==
117 +Authorization: Bearer <access_token>
118 118  
119 119  {
120 120   "transaction": {
... ... @@ -229,7 +229,7 @@
229 229  POST <cancel_operation_href> HTTP/1.1
230 230  Accept: application/json
231 231  Content-Type: application/json
232 -Authorization: Bearer merchantToken==
232 +Authorization: Bearer <access_token>
233 233  
234 234  {
235 235   "transaction": {
... ... @@ -300,7 +300,7 @@
300 300  POST <reversal_operation_href> HTTP/1.1
301 301  Accept: application/json
302 302  Content-Type: application/json
303 -Authorization: Bearer merchantToken==
303 +Authorization: Bearer <access_token>
304 304  
305 305  {
306 306   "transaction": {

Tips

If you're starting with XWiki, check out the Getting Started Guide.

Need help?

If you need help with XWiki you can contact: