accounts_oid_signup_post
account-onboarding
Signup to Dintero Account
Initiate a signup for Dintero Account
-
An email verification request will be sent to the applicant, that contains a code that must be sent to POST /account//signup/verify
-
A welcome email will be sent after verification of the applicant email is completed. The email contains links to Backoffice
scopes:
- create:account
POST
accounts_oid_signup_post
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.
Authorizations
Bearer authentication (token authentication) should be used for accessing the API.
Use Get Token to get an access token for client credentials. Pass the token in the request header:
Authorization: Bearer {access_token}where the access_token is JSON Web Tokens (JWT).
Path Parameters
An id that uniquely identifies the account or owner (partner)
Body
application/json
Response
Accepted
Last modified on May 29, 2026