Wallets (External Dedicated Wallet)
Use the External Dedicated Wallet API to manage wallets for your users: create wallets, check balances, list wallets, and retrieve transaction statements. This supports payout flows and wallet-based operations.Create wallet
API reference: create wallet
Wallet balance
API reference: wallet balance
Get wallets
API reference: get wallets
Wallet statement
API reference: wallet statement
API reference (Swagger)
All External Dedicated Wallet endpoints, request/response schemas, and try-it-out requests are in the Payvessel PMS Swagger: External Dedicated Wallet — Swagger Use the Swagger UI to:- See the exact path, method, and parameters for each operation
- View request and response body schemas
- Test calls with your sandbox credentials
Base URL and authentication
| Environment | Base URL |
|---|---|
| Production | https://api.payvessel.com |
| Sandbox | https://sandbox.payvessel.com |
- api-key — Your Payvessel public API key
- api-secret —
Bearer YOUR_SECRET_KEY
Common operations
| Operation | Purpose |
|---|---|
| Create wallet | Register a new external dedicated wallet for a user or entity |
| Wallet balance | Get the current balance of a wallet |
| Get wallets | List or fetch one or more wallets (e.g. by customer or business) |
| Wallet statement | Retrieve transaction history or statement for a wallet |
