Skip to main content

Frequently asked questions

View as Markdown (opens in a new tab)
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.

Run both commands, in order.

claude plugin marketplace add vippsas/agent-toolkit
claude plugin install vipps-developer@agent-toolkit

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.