Webhooks API
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.
The Webhooks API enables you to receive notifications of Vipps MobilePay events.
How it works​
Register the event types your integration needs, then verify each incoming webhook before processing it. This lets your system react to changes without repeatedly polling an API.
Start building​
Follow the quick start to register a webhook and receive events.
Technical details​
- Quick start: A quick step-by-step guide for webhooks.
- API guide: Learn about the Webhooks API.
- Event types: A complete list of event types.
- How to authenticate the webhook event: How to ensure the integrity of the webhook.
- FAQ: Look for your question among those that people have asked before.
- API spec: Go to the endpoint specifications.
If you're new to the platform, see Getting started for information about API keys, product activation, and the test environment.