Developer guide
API reference
Browse documentation

Payments built for Venezuela

One tenant-scoped API for C2P, VPOS, Pago Móvil verification, reconciliation, and signed webhooks.

What you can build

FlowBest forCore endpoint
C2PBank-authorized customer paymentsPOST /v1/payments/c2p
VPOSCard-present-style online collectionPOST /v1/payments/vpos
Pago MóvilTransfer reference verificationPOST /v1/payments/pago-movil/verify
Débito inmediatoVES debit with bank OTPPOST /v1/payments/debit
Merchants & payoutsVerify Pago Móvil destinations, then pay out VESPOST /v1/merchants · POST /v1/payouts
Marketplace settlementCollect, retain a fee, pay seller or split batchSee /marketplace-settlement
E-commerce pluginsAccept VEXPay in WooCommerce or Shopify without writing payment codeSee /integrations
Postman collectionImportable happy-path for collect + payout against the hosted APISee /postman
Pricing plansStarter, Growth, and Volume fee + reserve packagesSee /pricing

The integration model

  1. Authenticate

    Use your tenant x-api-key from a trusted server.

  2. Load banks

    Build customer bank selectors from GET /v1/banks.

  3. Quote the BCV rate

    Call GET /v1/quote for the authoritative BCV rate and the median across available BCV sources.

  4. Create and reconcile

    Persist payment IDs, receive signed events, and use lookups to resolve uncertainty.