Full API reference (Swagger)
Request/response schemas and try-it-out are in the Payvessel PMS Swagger under External Dedicated Wallet: External Dedicated Wallet — Swagger Locate the statement or transaction history operation for the exact path, method (typicallyGET), query parameters (e.g. date range, pagination), and response body.
Base URL and headers
| Environment | Base URL |
|---|---|
| Production | https://api.payvessel.com |
| Sandbox | https://sandbox.payvessel.com |
| Header | Required | Description |
|---|---|---|
api-key | Yes | Your Payvessel public API key |
api-secret | Yes | Bearer YOUR_SECRET_KEY |
Example (generic)
After you have the path from Swagger (e.g.GET /pms/api/.../wallet/{id}/statement):
WALLET_ID, and query parameters with the values from the Swagger definition. Response shape (e.g. list of transactions) is documented there.
For the conceptual guide, see Wallet Statement (guide).