Passwordless connections do not require the user to remember a password. Instead, another mechanism is used to prove identity, such as a one-time code sent through email or SMS, every time the account user logs in.
authorization_code to allow sending verification-codescopes:
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)
The unique identifier of the target API you want to access.
How to send the code to the user.
email, sms The user's email address
Passwordless for type company/customer requires that the email is registered to a customers users
company, customer Use code to send a verification code.
code Use login_session_id to resend the same verifcation code to
an alternative connection.
Request processed