Skip to content

Suggested

API Dashboard

Payments / RailsPSE

PSE

Colombian online bank transfer gateway. Used for pay-in in Colombia.

Rail overview

Use PSE for Colombian account-to-account pay-ins across participating banks.

The payer authorizes through their bank, the provider confirms the transaction, and Conomy applies the funds to the destination account.

Region Colombia
Currency COP
Direction Pay-in
Model Online bank transfer gateway

Use PSE for broad Colombian bank coverage and treat redirect completion separately from final settlement.

FieldTypeDescription
typestringMust be "PSE"
currencystringMust be "COP"
pse.bankIdstringBank code selected by the user
pse.customer.firstNamestringPayer’s first name
pse.customer.lastNamestringPayer’s last name
pse.customer.documentNumberstringColombian ID number
pse.customer.documentTypestringDocument type (e.g., "CC", "CE", "NIT")
pse.customer.phoneNumberstringPayer’s phone number
pse.customer.emailstringPayer’s email
{
"type": "PSE",
"currency": "COP",
"pse": {
"bankId": "1007",
"customer": {
"firstName": "Andrés",
"lastName": "Martínez",
"documentType": "CC",
"documentNumber": "1020304050",
"phoneNumber": "3001234567",
"email": "andres@example.com"
}
}
}
FieldDescription
urlBank redirect URL — send the user here
tokenPSE session token

The bankId list can be retrieved from the financial institutions page.

Bank identifier for PSE transfer.

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.