Frequently asked questions
View as Markdown (opens in a new tab)
Install AI tools
Our plugin gives your assistant up-to-date guidance for payments and login. Full instructions
- Claude Code
- Cursor
- Codex
- Any editor
Run both commands, in order.
claude plugin marketplace add vippsas/agent-toolkit
claude plugin install vipps@agent-toolkit
Open Settings, then Plugins.
Add vippsas/agent-toolkit as a plugin marketplace, then install the "vipps" plugin.
See the Codex plugin docs at developers.openai.com/codex.
Add vippsas/agent-toolkit as a plugin marketplace, then install the "vipps" plugin.
No plugin needed. Paste this into your assistant.
Read https://developer.vippsmobilepay.com/llms.txt for the Vipps MobilePay developer documentation.
Here are the Order Management API FAQs. See the Order Management API guide for all the details.
Can I combine different category types?​
No, a payment can only have one category.
When you do a
PUT:/order-management/v2/{paymentType}/categories/{orderId}
it will replace an existing category.
Can I update orderLines for a payment?​
No, not yet. It is only possible to do
POST:/order-management/v2/{paymentType}/receipts/{orderId}
once.
This is a known limitation, and we will update here if this changes.