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 |
The integration model
- Authenticate
Use your tenant x-api-key from a trusted server.
- Load banks
Build customer bank selectors from GET /v1/banks.
- Create and reconcile
Persist payment IDs, receive signed events, and use lookups to resolve uncertainty.