Frequently asked questions
View as Markdown (opens in a new tab)
Work with these docs in your editor
Our plugin gives your assistant up-to-date guidance for payments and login. Full instructions
Run both commands, in order.
claude plugin marketplace add vippsas/agent-toolkitclaude plugin install vipps@agent-toolkitHere 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.