Postman collection (marketplace settlement)
Download and import the marketplace settlement collection plus an API environment aimed at https://api.banking.chuventures.com to walk merchants, Débito Inmediato funding, and payouts end to end.
What you get
Two JSON files ship with this portal. Import both into Postman (or a compatible client). Calls go to the hosted API at https://api.banking.chuventures.com — set your tenant x-api-key before running live requests.
| File | URL | Purpose |
|---|---|---|
| Marketplace settlement collection | /postman/vexpay-marketplace-settlement.postman_collection.json | Merchants → Débito collect → single or batch payout |
| API environment | /postman/vexpay-local.postman_environment.json | baseUrl https://api.banking.chuventures.com — replace apiKey with your tenant key |
Import
- Download both files
Use the download panel on this page, or open the /postman/*.json URLs and save them.
- Import into Postman
Postman → Import → select the collection JSON and the environment JSON.
- Select the environment
Top-right environment picker → VEXPay — API. Collection auth uses {{apiKey}} as x-api-key.
- Set your API key
Replace the placeholder apiKey (vk_live_replace_me) with your tenant key. baseUrl is already https://api.banking.chuventures.com.
Run order
- 0. Helpers
Optional: List banks and Get FX quote. Use 4-digit SIMF codes as banco / bankCode.
- 1. Merchants
Run List merchants first (auto-fills merchantId), or Get merchant by externalRef / Get merchant (partner) by externalRef when you already know the seller refs (`merchantExternalRef`, `merchantExternalRef2`). Create + verify payout methods only if you need a new seller or a second merchant for a real batch split. Details: /merchants-payouts#lookup-by-ref.
- 2. Collect (fund float)
Debit OTP → Débito Inmediato with monto 100.00 and a real bank OTP. Confirm COMPLETED via Get payment by externalRef or payment.completed. Walkthrough: /debito-inmediato.
- 3. Settle
Single payout smoke test (monto "10.00"), then optionally Batch split with montos that fit your available balance. Concepts: /marketplace-settlement.
Fees and available balance
| Local Dev setting | Happy-path value |
|---|---|
| feePercent | 2.5 |
| feeFixedUsd | 0.05 |
| reserveVes | 0 |
| Collect monto | 100.00 VES |
| Expected available after collect | About Bs 63–66 (≈ 100 − 0.05 × BCV) |
| Smoke payout | 10.00 VES |
Downloads
Download the collection and environment
Import both files into Postman. The environment targets https://api.banking.chuventures.com — replace apiKey with your tenant key.
GET /postman/vexpay-marketplace-settlement.postman_collection.json