Skip to content

Suggested

API Dashboard

Payments / RailsNequi

Nequi

Bancolombia's digital wallet. Used for pay-in and pay-out in Colombia.

Rail overview

Use NEQUI when collecting from Colombian users who prefer wallet-based payment over bank transfer.

Conomy creates the payment instruction and waits for the wallet provider confirmation before the payment can settle.

Region Colombia
Currency COP
Direction Pay-in
Model Mobile wallet

Keep customer phone and document data consistent with the wallet profile to reduce rejected payments.

FieldTypeDescription
typestringMust be "NEQUI"
currencystringMust be "COP"
nequi.customer.phoneNumberstringNequi phone number (digits only)
nequi.customer.emailstringCustomer’s email
{
"type": "NEQUI",
"currency": "COP",
"nequi": {
"customer": {
"phoneNumber": "3001234567",
"email": "usuario@example.com"
}
}
}

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.