PAGO_MOVIL

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

Pago Móvil is Venezuela's interbank mobile payment system, allowing users to transfer funds between banks using their phone number and ID. Widely adopted across Venezuelan banks.

Country: Venezuela | Currency: VES | Direction: Pay-in

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

{
  "type": "PAGO_MOVIL",
  "currency": "VES",
  "pagoMovil": {
    "bankId": "0102",
    "customer": {
      "firstName": "Carlos",
      "lastName": "Pérez",
      "email": "[email protected]",
      "phoneNumber": "4141234567"
    }
  }
}

Schema

The pago-movil object

Attributes
successUrlstringOptional

Redirect URL on successful payment.

failedUrlstringOptional

Redirect URL on failed payment.

The pago-movil object

Last updated