No 138.1. versijas
Mainījis Asbjørn Ulsberg
2018/02/26 09:42
Uz versiju 139.1
Mainījis Asbjørn Ulsberg
2018/05/22 11:41
Izmaiņu komentāri: Šai versijai nav komentāru

Apkopojums

Detaļas

Lapas īpašības
Saturs
... ... @@ -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: