> ## 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.

# Partners

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

As a Dintero partner, you get a dedicated partner account with API access to invite and manage merchants.

You can automate merchant onboarding, configure payment settings, create API clients, and pull settlement and insight reports on behalf of your merchants. You also get access to a single partner [Backoffice](https://backoffice.dintero.com/) where you can manage all your merchants in one place.

To become a Dintero partner, [apply on the partner page](https://www.dintero.com/partners) or contact [partners@dintero.com](mailto:partners@dintero.com).

## Partner account IDs

Partner account IDs end with five zeros. For example, account ID `T11200000` has partner ID `112`. Merchant accounts created under your partner account are linked to this ID.

Dintero account IDs are prefixed with `T` for sandbox accounts and `P` for production accounts. Use sandbox accounts during development and switch to production when you are ready to go live.

## Overview

```mermaid theme={null}
  flowchart TD
  A[Partner account] -->|Authenticate| B[Partner API]
  B -->|Invite| C[Merchant onboarding]
  C -->|Merchant accepts ToS| D[Merchant account]
  B -->|Exchange token| D
  D --> E[Payment profiles]
  D --> F[Reports]
  D --> G[API clients & grants]
```

<Steps>
  <Step title="Get your partner account">
    After signing up, you receive a partner account with access to the Partner API and tracking links.
  </Step>

  <Step title="Create an API client">
    Create an API client in [Backoffice](https://backoffice.dintero.com/) and save your Client ID and Client Secret. Authenticate to get a bearer token.
  </Step>

  <Step title="Invite merchants">
    Use the self-service onboarding link or the prefilled onboarding form to invite merchants. Merchants accept Dintero's terms of service and set up their own password.
  </Step>

  <Step title="Manage merchant accounts">
    Exchange your partner token for a merchant access token to configure payment profiles, create API clients, and pull reports on behalf of your merchants.
  </Step>
</Steps>

## Merchant onboarding

<CardGroup cols={3}>
  <Card title="Inviting merchants" icon="https://mintcdn.com/dintero-c3a7bfec/WW-UMjl-QNnroAqd/mintlify-docs/assets/icons/mail.svg?fit=max&auto=format&n=WW-UMjl-QNnroAqd&q=85&s=ae45ef4784949100e58176619e7e490a" href="/docs/partners/inviting-merchants" width="20" height="20" data-path="mintlify-docs/assets/icons/mail.svg">
    Invite merchants to onboard with Dintero under your partner account.
  </Card>

  <Card title="List merchant accounts" icon="https://mintcdn.com/dintero-c3a7bfec/kqE6jEgPSu_iF1M_/mintlify-docs/assets/icons/view-list.svg?fit=max&auto=format&n=kqE6jEgPSu_iF1M_&q=85&s=ed26ae628571801f3a33a5595e07ee1e" href="/docs/partners/list-merchants" width="20" height="20" data-path="mintlify-docs/assets/icons/view-list.svg">
    List all merchant accounts under your partner account.
  </Card>

  <Card title="Merchant account API access" icon="https://mintcdn.com/dintero-c3a7bfec/WW-UMjl-QNnroAqd/mintlify-docs/assets/icons/key.svg?fit=max&auto=format&n=WW-UMjl-QNnroAqd&q=85&s=6d2c5bdcff4ab0a4b4a71593717adea9" href="/docs/partners/partners-merchant-api-access" width="20" height="20" data-path="mintlify-docs/assets/icons/key.svg">
    Get an access token to call APIs on behalf of a merchant.
  </Card>
</CardGroup>

## Merchant account management

<CardGroup cols={3}>
  <Card title="API clients and grants" icon="https://mintcdn.com/dintero-c3a7bfec/4vZVwDjf90sw6DuL/mintlify-docs/assets/icons/cog.svg?fit=max&auto=format&n=4vZVwDjf90sw6DuL&q=85&s=97224450b95822f8fc9ec54555878b47" href="/docs/partners/manage-merchants-via-api" width="20" height="20" data-path="mintlify-docs/assets/icons/cog.svg">
    Create API clients and delegate grants for a merchant.
  </Card>

  <Card title="Payment profiles" icon="https://mintcdn.com/dintero-c3a7bfec/4vZVwDjf90sw6DuL/mintlify-docs/assets/icons/credit-card.svg?fit=max&auto=format&n=4vZVwDjf90sw6DuL&q=85&s=17c881ac02bc4966bdef233185ec3c5f" href="/docs/partners/payment-profiles" width="20" height="20" data-path="mintlify-docs/assets/icons/credit-card.svg">
    Create, list, and update payment profiles for a merchant.
  </Card>

  <Card title="Reports" icon="https://mintcdn.com/dintero-c3a7bfec/4vZVwDjf90sw6DuL/mintlify-docs/assets/icons/chart-bar.svg?fit=max&auto=format&n=4vZVwDjf90sw6DuL&q=85&s=ccd5003f417e090098abcfd963587686" href="/docs/partners/reports" width="20" height="20" data-path="mintlify-docs/assets/icons/chart-bar.svg">
    Access settlement reports and configure insight reports.
  </Card>
</CardGroup>
