Skip to main content
Endpoint, parameters, response, and code samples for listing or retrieving one or more external dedicated wallets.

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 list wallets or get wallet(s) operation for the exact path, method (typically GET), query/path parameters, and response body.

Base URL and headers

EnvironmentBase URL
Productionhttps://api.payvessel.com
Sandboxhttps://sandbox.payvessel.com
HeaderRequiredDescription
api-keyYesYour Payvessel public API key
api-secretYesBearer YOUR_SECRET_KEY

Example (generic)

After you have the path from Swagger (e.g. GET /pms/api/.../wallets or .../wallet/{id}):
curl -X GET "https://api.payvessel.com/pms/api/.../wallets" \
  -H "api-key: YOUR_API_KEY" \
  -H "api-secret: Bearer YOUR_SECRET"
Replace the path and any query parameters with the values from the Swagger definition. Response shape is documented there. For the conceptual guide, see Get Wallets (guide).