vippsas/vipps-developers

Callback dont return correct userToken

Opened this issue · 1 comments

Environment: dev ( https://apitest.vipps.no/ecomm/v2/payments )
Request: POST /ecomm/v2/payments
Body

{
...
  "merchantInfo": {
    "authToken": "CI6ImllX3FXQ1hoWHh",
..... 

Current callback response:

Callback Authorization return wrong token. More precisely is the same token as in Swagger example (iOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6ImllX3FXQ1hoWHh0MXpJ).

Expected result:
Authorization: "CI6ImllX3FXQ1hoWHh"

Solved, internal bug