Create a Login

It allows you to create a PayNPlay Login. Confirmation about login status will come via callback to the URL specified by merchant during authorization phase.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
How to test?
  1. Create a session by sending a request: Below are the required parameters, and on the right, you can dynamically see how the request looks. Additionally, you need to enter the authentication token. After that, you can proceed to click on Try It!

  2. Receiving the callback: As a response, if the request was successful, you will receive a response like the following:

{
"status": "CHOOSE_LOGIN_TYPE",
"url": "https://transfer.staging.cleo.cl/v1/login/8466caff-6603-48f5-8579-0cb747a282b0",
"sessionId": "8466caff-6603-48f5-8579-0cb747a282b0"
}
  1. Entering the test session: Copy the received URL and paste it into your browser. You’ll be redirected to the user’s flow. Choose any of the following login options:

    3.1. Banco

    3.1.1. Click on "Continuar"

    3.1.2. Choose any of the bank list displayed in "Selecciona tu Banco"
    Use the password: 1234 and accept the terms.
    Click on "Continuar"

    3.1.3. A window will appear indicating that we are processing your payment.
    Please wait a moment.

    3.2. ClaveÚnica

    3.1.1. Click on "Continuar"

    3.1.2. Use the password: 12345678 and accept the terms.
    Click on "Continuar"

    3.1.3. A window will appear indicating that we are processing your payment.
    Please wait a moment.

  2. Done: After following these steps, the login will be a SUCCESS.

Body Params
string

Customer RUT

string
required

URL where customer will be redirected if login is not successful

string
required

URL where customer will be redirected if login is successful

string
required

URL where a callback will be sent if login is successful

Responses

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json