403 error when opening the checkout page
-
After updating the api-keys in the settings panel, we started getting errors when trying to go through the checkout process.
When entering the checkout page all we get is: “En feil har oppstått – vennligst last inn siden omigjen for å restarte transaksjonen, eller gå tilbake til butikken.”
We have double checked the api-keys on the settings page, and they are correct.
In the logs we see many lines like this:
2026-08-13T08:09:35+00:00 Debug Initiating Checkout session for *
2026-08-13T08:09:35+00:00 Feil Kunne ikke starte Vipps MobilePay Checkout-økten: MSN * 403 Forbidden ForbiddenChecking the network tab when opening the checkout page we see an ajax request that looks like:
_vippsorder: *
vipps_checkout_sec: *
_wp_http_referer: /vipps_checkout/
action: vipps_checkout_start_session
orderid: *{
"success": true,
"data": {
"ok": 0,
"msg": "MSN * 403 Forbidden Forbidden",
"src": "",
"redirect": "",
"orderid": *
}
}
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.