Skip to content

Suggested

API Dashboard

Payments / RailsWebpay

Webpay

Chile Transbank card and transfer gateway. Used for pay-in in Chile.

Rail overview

Use WEBPAY when a Chilean user should complete a card or Transbank-supported checkout flow.

The provider handles the hosted payment interaction and Conomy receives the confirmation before settling funds into the configured destination account.

Region Chile
Currency CLP
Direction Pay-in
Model Card and bank gateway

Use it for user-present checkout flows where redirect completion and webhook confirmation both matter.

  • type (string): Must be "WEBPAY".
  • currency (string): Must be "CLP".
  • webpay.customer.firstName (string): Payer first name.
  • webpay.customer.lastName (string): Payer last name.
  • webpay.customer.email (string): Payer email.
{
"type": "WEBPAY",
"currency": "CLP",
"webpay": {
"customer": {
"firstName": "Sebastian",
"lastName": "Rojas",
"email": "sebastian@example.com"
}
}
}
  • url: Transbank-hosted payment URL.
  • token: Session token.

Redirect your user to webpay.url to complete the payment on the Transbank page.

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 on successful payment.

Redirect URL on failed payment.