Accept a prefilled sign up form for a new Dintero Account
scopes:
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.
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).
An id that uniquely identifies the account or owner (partner)
Request access tokens to be included in the response.
Bearer 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.