Payments built for Venezuela
One tenant-scoped API for C2P, VPOS, Pago Móvil verification, reconciliation, and signed webhooks.
What you can build
| Flow | Best for | Core endpoint |
|---|---|---|
| C2P | Bank-authorized customer payments | POST /v1/payments/c2p |
| VPOS | Card-present-style online collection | POST /v1/payments/vpos |
| Pago Móvil | Transfer reference verification | POST /v1/payments/pago-movil/verify |
| Débito inmediato | VES debit with bank OTP | POST /v1/payments/debit |
| Merchants & payouts | Verify Pago Móvil destinations, then pay out VES | POST /v1/merchants · POST /v1/payouts |
| Marketplace settlement | Collect, retain a fee, pay seller or split batch | See /marketplace-settlement |
| E-commerce plugins | Accept VEXPay in WooCommerce or Shopify without writing payment code | See /integrations |
| Postman collection | Importable happy-path for collect + payout against the hosted API | See /postman |
| Pricing plans | Starter, Growth, and Volume fee + reserve packages | See /pricing |
The integration model
- Authenticate
Use your tenant x-api-key from a trusted server.
- Load banks
Build customer bank selectors from GET /v1/banks.
- Quote the BCV rate
Call GET /v1/quote for the authoritative BCV rate and the median across available BCV sources.
- Create and reconcile
Persist payment IDs, receive signed events, and use lookups to resolve uncertainty.