Payments / RailsWompi
Wompi
Colombian payment gateway. Used for pay-in in Colombia.
Rail overview
Use WOMPI when the Colombian checkout should support multiple local payment methods behind one hosted provider flow.
The provider owns the user interaction and sends the final state back to Conomy for payment lifecycle updates.
Use it when conversion matters more than exposing a single bank-specific rail in your own UI.
Required fields
Section titled “Required fields”| Field | Type | Description |
|---|---|---|
type | string | Must be "WOMPI" |
currency | string | Must be "COP" |
wompi.redirectUrl | string | URL to redirect after payment |
wompi.customer.firstName | string | Payer’s first name |
wompi.customer.email | string | Payer’s email |
Example
Section titled “Example”{ "type": "WOMPI", "currency": "COP", "wompi": { "redirectUrl": "https://yourapp.com/return", "customer": { "firstName": "Luis", "email": "luis@example.com" } }}Response fields
Section titled “Response fields”| Field | Description |
|---|---|
url | Wompi-hosted checkout URL |
token | Payment session token |
expiresAt | Session expiration timestamp |
Redirect the user to wompi.url to complete their payment.
Object
Section titled “Object”Information on who pays the transaction
idstringUnique identifier for the internal service.
firstNamestringrequiredPayer's name
emailstringPayer's email
lastNamestringPayer's last name
phoneNumberstringPayer's phone number without prefix
phoneNumberPrefixstringPhone number prefix (e.g., +57)
documentTypestringDocumeny type of the entity (e.g., RUT, CURP, CURL). Go to the Supported Identity document types page for the complete list of supported values.
documentNumberstringThe document number associated with the documentType
addressobjectThe entity’s address information.
administrativeAreaLevel1stringThe first-level administrative division.
administrativeAreaLevel2stringThe second-level administrative division.
administrativeAreaLevel3stringThe third-level administrative division.
streetstringThe name of the street.
streetNumberstringThe street number.
optionalAddressstringAdditional address details.
countrystringCountry of operations for the entity, specified using the ISO 3166-1 alpha-3 standard (e.g., CHL, USA, MEX). Go to the countries page for the complete list of supported values.
zipcodestringZipcode f the address