Wallet API guide
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.
Work in progress
This API is in development and not yet available.
[TODO: Brief summary of what this guide covers.]
Getting started​
For step-by-step instructions on getting your API keys, requesting an access token, and making your first API calls, see the Quick start.
Endpoints​
The following endpoints are available:
| Endpoint | Description |
|---|---|
GET:/your-api-name/v1/[TODO: resource] | [TODO: What this endpoint does] |
POST:/your-api-name/v1/[TODO: resource] | [TODO: What this endpoint does] |
[TODO: Get or create a resource]​
The GET:/your-api-name/v1/[TODO: resource] endpoint [TODO: describe what it does].
Example request:
curl -X GET https://api.vipps.no/your-api-name/v1/[TODO: resource] \
-H "Authorization: Bearer YOUR-ACCESS-TOKEN" \
-H "Ocp-Apim-Subscription-Key: YOUR-SUBSCRIPTION-KEY"
Example response:
{
"[TODO: field]": "[TODO: value]",
"[TODO: field]": "[TODO: value]"
}