Skip to content

Suggested

API Dashboard

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.

Region Colombia
Currency COP
Direction Pay-in
Model Hosted checkout gateway

Use it when conversion matters more than exposing a single bank-specific rail in your own UI.

FieldTypeDescription
typestringMust be "WOMPI"
currencystringMust be "COP"
wompi.redirectUrlstringURL to redirect after payment
wompi.customer.firstNamestringPayer’s first name
wompi.customer.emailstringPayer’s email
{
"type": "WOMPI",
"currency": "COP",
"wompi": {
"redirectUrl": "https://yourapp.com/return",
"customer": {
"firstName": "Luis",
"email": "luis@example.com"
}
}
}
FieldDescription
urlWompi-hosted checkout URL
tokenPayment session token
expiresAtSession expiration timestamp

Redirect the user to wompi.url to complete their 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.