Report 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.
The Report API gives accounting partners and merchants programmatic access to payment transactions and settlement data across all Vipps MobilePay products, for use in accounting and financial reconciliation.
Note
Report API data is asynchronous and slightly behind the other APIs — usually by a second or so, but potentially by several hours if there are operational issues. Always use other Vipps MobilePay APIs as the source of truth for the status of a specific operation.
Contents​
- Report API access — Authentication, API key types, and how to grant an accounting partner access to your sales unit data.
- Overview of the settlement process — How ledgers, payouts, fees, and balances work, with example data and an account diagram.
- Fetching report data — How to look up ledger IDs and retrieve settlement entries by date or continuous feed, including paging and GDPR fields.
- Entry type reference — Descriptions of every entry type that can appear in the
fundsandfeesledgers. - Errors — Report API error codes and what they mean.
- Sample scripts — Python scripts for fetching live settlement data and generating synthetic test data.