It allows you to create a PayNPlay deposit. Confirmation about deposit status will come via callback to the URL specified by merchant during authorization phase.
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
How to test?
-
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. Make sure the country matches the selected currency. After that, you can proceed to click on Try It!
-
Receiving the callback: As a response, if the request was successful, you will receive a response like the following:
{
"status": "PENDING",
"url":"[https://transfer.staging.cleo.cl/fintoc-widget?session_id=bb215e25-909b-4c09-bfd3-6f1f](https://transfer.staging.cleo.cl/fintoc-widget?session_id=bb215e25-909b-4c09-bfd3-6f1f)",
"sessionId": "bb215e25-909b-4c09-bfd3-6f1f29b657bb"
}
-
Entering the test session: Copy the received URL and paste it into your browser. You’ll be redirected to the user’s flow:
3.1. Choose any of these 3 banks: Banco Estado / Banco de Chile / Banco BCI
Use RUT 11111111-1 and this password: 12343.2. Click on "Continuar"
3.3. Click on "Continuar"
3.4. If you see a message "Ingresa los valores de tu tarjeta de coordenadas", use this
combination: 12 34 56 -
Done: After following these steps, the transaction will be a SUCCESS.
