# Partner API

Qvalia Partner API handles any partner specific functionality.

### Authentication <a href="#authentication" id="authentication"></a>

We use API keys for the Authentication of requests. You can get your API key from our Support team and you’ll get a separate key and URL for Production and Test environments. All requests are using HTTPS with a minimum of TLS 1.2

Each request made to the API will contain your `partner registration number` and/or the `account registration number` of your customer. Your partner identifier will be provided to you from the Support team during the onboarding process.

Your requests must use the registration number as e.g. `POST /partner/{partner registration number}/transaction/{account registration number}`
