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.
Display bank, phone, and identifier requirements clearly; payer-entered mistakes are the main source of failed matching.
Required fields
Section titled “Required fields”| Field | Type | Description |
|---|---|---|
type | string | Must be "PAGO_MOVIL" |
currency | string | Must be "VES" |
pagoMovil.customer.firstName | string | Payer’s first name |
pagoMovil.customer.lastName | string | Payer’s last name |
pagoMovil.customer.email | string | Payer’s email |
pagoMovil.customer.phoneNumber | string | Payer’s registered Pago Móvil phone number |
pagoMovil.bankId | string | Bank code |
Example
Section titled “Example”{ "type": "PAGO_MOVIL", "currency": "VES", "pagoMovil": { "bankId": "0102", "customer": { "firstName": "Carlos", "lastName": "Pérez", "email": "carlos@example.com", "phoneNumber": "4141234567" } }}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
Redirect URL on successful payment.
Redirect URL on failed payment.