vippsas / vipps-developers

Please see: Vipps MobilePay Technical Documentation: https://developer.vippsmobilepay.com

Home Page:https://developer.vippsmobilepay.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Callback dont return correct userToken

opened this issue · 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