Partner API
This documentation covers how a partner of Dintero can use the API to invite their merchants.
Inviting merchants
It is important that the merchant completes the onboarding to the Dintero systems themselves so that they can accept Dintero's terms of service. See also our Legal Documents.
When inviting a new merchant you can set an optional signup_reference
query parameter in the
Dintero onboarding url that will be added to the applicant
object on the new merchant account.
We have two alternative flows for creating new merchants that belong to a partner account.
Alternative 1: self-serviced onboarding
The partner will link to the Dintero onboarding form, the merchant will have to submit their details and accept the terms of service. The merchant will receive an email with a code to verify their email address and then create a password for their new Dintero account.
URL to the self service onboarding
https://onboarding.dintero.com/?partner={partner_id}&signup_reference={signup_reference}
Example: https://onboarding.dintero.com/?partner=112&signup_reference=abc-123
Alternative 2: prefilled onboarding
The merchant will receive an email with a link to a prefilled form, the merchant can edit their details and accept the terms of service. Once accepted the merchant will create a password for their new Dintero account
URL to the prefill form
This is the form a partner uses to invite a new user
https://onboarding.dintero.com/prefill?partner={partner_id}&signup_reference={signup_reference}
Example: https://onboarding.dintero.com/prefill?partner=112&signup_reference=abc-123
Get notified when your merchants are onboarded
Subscribe to the account_add
and account_update
webhooks to be notified when a new merchant is onboarded or when the merchant changes their information.