> **Description:** APIs for retrieving financial and sales data from Vipps MobilePay products, for accounting, reconciliation, and reporting.

# Management and reporting APIs

These APIs are used by accounting partners and merchants to manage merchant configuration and retrieve financial data.

A typical accounting partner workflow:

1. **Onboard and configure** -- use the [Management API](https://developer.vippsmobilepay.com/docs/APIs/management-api/README.md) to set up sales units and prefill product orders on behalf of merchants
2. **Retrieve financial data** -- use the [Report API](https://developer.vippsmobilepay.com/docs/APIs/report-api/README.md) and [Sales API](https://developer.vippsmobilepay.com/docs/APIs/sales-api/README.md) to pull transaction data, settlement figures, and sales context for bookkeeping and reconciliation

The [Donations API](https://developer.vippsmobilepay.com/docs/APIs/donations-api/README.md) is also listed here as it shares the same access model, but it retrieves donation-specific records from the Donations product rather than general financial data.

## Management API

The [Management API](https://developer.vippsmobilepay.com/docs/APIs/management-api/README.md) enables self-service operations for sales units and merchant onboarding. You can manage sales units, retrieve merchant information, and prefill product orders on behalf of merchants.

## Report API

The [Report API](https://developer.vippsmobilepay.com/docs/APIs/report-api/README.md) answers *what happened to the money* -- ledger balances, captures, refunds, fees, and payouts.

Available to merchants and to accounting partners using [accounting keys](https://developer.vippsmobilepay.com/docs/partner/partner-keys.md#accounting-keys).

## Sales API

The [Sales API](https://developer.vippsmobilepay.com/docs/APIs/sales-api/README.md) answers *what was sold* -- order lines, VAT breakdowns, sales categories, and amounts for Vippsnummer (Open Amount and Shopping Basket) and mPOS payments.

Available to accounting partners using [accounting keys](https://developer.vippsmobilepay.com/docs/partner/partner-keys.md#accounting-keys).
Use together with the Report API: join on `reference` or `pspReference` to correlate sales data with money movements.

See the [Sales API introduction](https://developer.vippsmobilepay.com/docs/APIs/sales-api/README.md) for the full breakdown of available data, historical data availability, and environment limitations.

## Donations API

The [Donations API](https://developer.vippsmobilepay.com/docs/APIs/donations-api/README.md) retrieves donation records from the *Donations* product -- donor data, amounts, and payment history.
For settlement data from Donations, use the [Report API](https://developer.vippsmobilepay.com/docs/APIs/report-api/README.md).

> **Full site overview:** For every page in this documentation, read [https://developer.vippsmobilepay.com/llms.txt](https://developer.vippsmobilepay.com/llms.txt).
