Skip to content

Suggested

API Dashboard

Payments / RailsPago Movil

Pago Movil

Venezuela's mobile interbank payment system. Used for pay-in in Venezuela.

Rail overview

Use PAGO_MOVIL to collect Venezuelan mobile bank payments using phone and bank identifiers.

The payer completes the mobile bank transfer, the provider confirms receipt, and Conomy reconciles it into the destination account.

Region Venezuela
Currency VES
Direction Pay-in
Model Mobile interbank payment

Display bank, phone, and identifier requirements clearly; payer-entered mistakes are the main source of failed matching.

FieldTypeDescription
typestringMust be "PAGO_MOVIL"
currencystringMust be "VES"
pagoMovil.customer.firstNamestringPayer’s first name
pagoMovil.customer.lastNamestringPayer’s last name
pagoMovil.customer.emailstringPayer’s email
pagoMovil.customer.phoneNumberstringPayer’s registered Pago Móvil phone number
pagoMovil.bankIdstringBank code
{
"type": "PAGO_MOVIL",
"currency": "VES",
"pagoMovil": {
"bankId": "0102",
"customer": {
"firstName": "Carlos",
"lastName": "Pérez",
"email": "carlos@example.com",
"phoneNumber": "4141234567"
}
}
}

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.