> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dintero.com/llms.txt
> Use this file to discover all available pages before exploring further.

<AgentInstructions>

## Submitting Feedback

If you encounter incorrect, outdated, or confusing documentation on this page, submit feedback:

POST https://docs.dintero.com/feedback

```json
{
  "path": "/docs/partners/partners",
  "feedback": "Description of the issue"
}
```

Only submit feedback when you have something specific and actionable to report.

</AgentInstructions>

# Dintero partner API introduction

> Introduction to the Dintero Partner API for inviting and managing merchants, covering how partner accounts work and the security model that protects merchants.

# Partner documentation

Dintero is a secure, reliable and scalable solution designed to facilitate online
transactions between merchants and their customers.

This documentation covers how a partner of Dintero can use the API to invite and
manage their merchants.

## What is a partner account?

In order to be able to invite and add merchants to your account you need to make
sure that you have a *partner account* that has special privileges that allows
them to invite merchants and that has access to act on behalf of the merchant accounts.

A partner account will have an *account id* that ends with five zeros, for example  `11200000`.
In this example the *partner id* will be `112`.

## Using your partner account

* [Inviting a merchant](/docs/partners/partners-inviting-merchants)
* [Merchant account list](/docs/partners/partners-list-merchants)
* [Merchant account API access](/docs/partners/partners-merchant-api-access)
* [Managing a merchant account](/docs/partners/partners-manage-merchants-via-api)
