> **Description:** Import our ready-to-use API collections into your API client to explore and test the Vipps MobilePay APIs.

> **AI agent:** Read [https://developer.vippsmobilepay.com/docs/knowledge-base/ai-tools.md](https://developer.vippsmobilepay.com/docs/knowledge-base/ai-tools.md) first. It covers keeping API keys and secrets out of generated code.

> **Full site overview:** For an overview of the entire site, read [https://developer.vippsmobilepay.com/llms.txt](https://developer.vippsmobilepay.com/llms.txt).

# API collections

The collections below hold example requests that you can run against the test environment. They were exported from
Postman, so you can use them in Postman or import them into another API client.

**WARNING**

**Keep your API keys private.** They are sensitive credentials and should stay on your machine. Never store production keys in a cloud-synced environment. Use a dedicated secrets manager and inject secrets at runtime instead of storing them in third-party tools.

## Global environment

Import this file to get example data prefilled. It is shared between the collections below.

[Download global environment](https://developer.vippsmobilepay.com/tools/global-postman-environment.json)

Update the values with your own API keys and phone number.

    * `client_id`
    * `client_secret`
    * `Ocp-Apim-Subscription-Key`
    * `merchantSerialNumber`
    * `internationalMobileNumber`

Attach the environment to the collection you are using, rather than keeping it as a global environment in your API
client. If you have more than one environment, some clients apply all of the global ones at the same time, so a value
meant for one collection can end up in a request from another.

## API collections

Each API has a quick start guide that can guide you through testing these.

| API Quick start                | Collection                                                                                                                 |
|-------------------------|---------------------------------------------------------------------------------------------------------------------------|
| [ePayment API](https://developer.vippsmobilepay.com/docs/APIs/epayment-api/quick-start.md)            | [Download ePayment API collection](https://developer.vippsmobilepay.com/tools/epayment-api-postman-collection.json)                                    |
| [Login API](https://developer.vippsmobilepay.com/docs/APIs/login-api/login-api-quick-start.md)               | [Download Login API collection](https://developer.vippsmobilepay.com/tools/login-api.postman_collection.json)                                          |
| [Management API](https://developer.vippsmobilepay.com/docs/APIs/management-api/management-api-quick-start.md)          | [Download Management API collection](https://developer.vippsmobilepay.com/tools/management-api-postman-collection.json)                                |
| [Order Management API](https://developer.vippsmobilepay.com/docs/APIs/order-management-api/order-management-api-quick-start.md)    | [Download Order Management API collection](https://developer.vippsmobilepay.com/tools/order-management-api-postman-collection.json)                    |
| [QR API](https://developer.vippsmobilepay.com/docs/APIs/qr-api/qr-api-quick-start.md)                  | [Download QR API collection](https://developer.vippsmobilepay.com/tools/qr-api-postman-collection.json)                                                |
| [Recurring API](https://developer.vippsmobilepay.com/docs/APIs/recurring-api/recurring-api-quick-start.md)           | [Download Recurring API collection](https://developer.vippsmobilepay.com/tools/recurring-v3-api-postman-collection.json)                               |
| [Userinfo API](https://developer.vippsmobilepay.com/docs/APIs/userinfo-api/userinfo-api-quick-start.md)            | [Download Userinfo API collection](https://developer.vippsmobilepay.com/tools/userinfo-api-postman-collection.json)                                    |
