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.
Partner API
This documentation covers how a partner of Dintero can use the API to get access to their merchants.Merchant account API access
To access the API on behalf of a merchant, you must first obtain an access token. To do this, you will use the exchange token endpoint to exchange the exchange token for a merchant access token.Step 1: Authenticate as a partner
To authenticate, you create an API client and use the credentials to Create an access token. Create an access token.Step 2: Obtain exchange token
Using theaccess_token from step 1 do a request to the Exchange Token endpoint.
Step 3: Exchange the exchange token for a merchant access token
Using theaccess_token from step 2 do a request to the Get Token endpoint.