Accept pre-filled sign up for a new Dintero Account
Accept a prefilled sign up form for a new Dintero Account
- An email will be sent after accepting the terms if no auhtorize query is included. The email contains a link to the Backoffice as well as a password
scopes:
- create:account
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)
Query Parameters
Request access tokens to be included in the response.
Bearer Body
Response
Pre-filled sign up accepted by applicant
The details of an account company
The details of the billing for the account
Auto-generated id
Account manager responsible for the account.
value is not visible for the merchant
Account ID for the account created from completing the signup
Applicant user access token with openid scope
The lifetime in seconds of the access token.
Bearer The email for the user that verified the account
A token that can be used as previous_passwordvalue when changing the password for the user via PUT /v1/accounts/{aid}/account/user/password. Only included in the response if the signup created a new account user.