Create a Deposit

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.

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. Make sure the country matches the selected currency. 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": "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"
}
  1. 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: 1234

    3.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

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

Body Params
string

Customer phone, in the following format: +56000000000

string

Customer email

number
required

Deposit amount in peso, minimum is 5000

string
required

URL where customer will be redirected if payin is not successful

string
required

URL where customer will be redirected if payin is successful

string
required

URL where a callback will be sent to when status changes

string

External key provided by the merchant, can be used to identify the payin session

string
required

Customer external key

string

Comment for deposit payment

string
enum

Bank for deposit payment

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