We use the OAuth2 authentication process.
OAuth2 is an open, powerful and flexible authorization framework that can be used to protect applications and REST APIs. With OAuth2 it is possible to provide a standardized mechanism for Identity Management, in which all the components of the system can interact in a secure way, usually where a client application needs access to a protected resource, acting in the user's place.
1. First Step
Please, ask your credentials to our team as to have access to all the resources.
2. Second Step
Make the call on our identity server with the /authentication call
3. Third step
With the received access token, enter in the authentication field

How to perform the client login
After opening the Bankly payment account, the account holder will already be able to operate it. For this to happen, it is a prerequisite that the holder is authenticated.
The authentication process takes place with the document validation (CPF) and password that were configured in the KYC PF process. Through a valid access token, the partner application will be able to make calls through the Bankly APIs to operate the payment account of the holder, who is also his client. In this way, the partner application can only operate on the payments account through an online session.