Frequently asked questions
Install AI tools
Give your assistant up-to-date guidance for our APIs, with our plugin or without it.
The plugin is still under development. See the AI tools page for details.
- Claude Code
- Cursor
- Codex
- Without installing
Run both commands, in order.
claude plugin marketplace add vippsas/agent-toolkit
claude plugin install vipps-developer@agent-toolkit
Open Settings, then Plugins.
Add vippsas/agent-toolkit as a plugin marketplace, then install the "vipps-developer" plugin.
For the app, add the marketplace "vippsas/agent-toolkit" and then install "vipps-developer". For the CLI, run the following commands.
codex plugin marketplace add vippsas/agent-toolkit
codex plugin add vipps-developer@agent-toolkit
Paste this into any assistant.
Read https://github.com/vippsas/agent-toolkit/blob/main/plugins/vipps-developer/README.md for Vipps MobilePay integration guidance.
For troubleshooting, see the full instructions.
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.