Skip to content

Suggested

API Dashboard

Payments / RailsETPay

ETPay

Chilean open banking pay-in via redirect. Used for pay-in in Chile.

Rail overview

Use ETPAY for Chilean bank-authorized topups where the user confirms the transfer through a redirect or bank authorization flow.

The user authorizes with the bank, the provider confirms the transfer, and Conomy updates the payment lifecycle through webhooks.

Region Chile
Currency CLP
Direction Pay-in
Model Open banking redirect

Always provide success and failure URLs so the user returns to your product with a clear state.

FieldTypeDescription
typestringMust be "ETPAY"
currencystringMust be "CLP"
etpay.successUrlstringURL to redirect after successful payment
etpay.failedUrlstringURL to redirect if payment fails
etpay.customer.firstNamestringPayer’s first name
etpay.customer.emailstringPayer’s email
{
"type": "ETPAY",
"currency": "CLP",
"etpay": {
"successUrl": "https://yourapp.com/success",
"failedUrl": "https://yourapp.com/failed",
"customer": {
"firstName": "Valentina",
"email": "valentina@example.com"
}
}
}
FieldDescription
urlRedirect URL — send the user here to complete the payment
expiresAtWhen the session expires

Redirect your user to etpay.url immediately after creating the payment.

Information on who pays the transaction

idstring

Unique identifier for the internal service.

firstNamestringrequired

Payer's name

emailstring

Payer's email

lastNamestring

Payer's last name

phoneNumberstring

Payer's phone number without prefix

phoneNumberPrefixstring

Phone number prefix (e.g., +57)

documentTypestring

Documeny type of the entity (e.g., RUT, CURP, CURL). Go to the Supported Identity document types page for the complete list of supported values.

documentNumberstring

The document number associated with the documentType

addressobject

The entity’s address information.

Redirect url in case of success

Redirect url in case of failure