Skip to main content

Base URLs & Environments

The Pagamio VAS API is served from two environments. Use the sandbox for development and integration testing; switch to production only with credentials issued for production use.

EnvironmentBase URLPurpose
Sandboxhttps://vas-sandbox-api.pagamio.tech/api/v1Development and testing.
Productionhttps://vas-api.pagamio.tech/api/v1Live transactions with real value.

Versioning

All endpoints are prefixed with /api/v1. The version segment is part of the base URL. If a new major version is released, the /api/v2 prefix will be introduced and /api/v1 will continue to operate during a deprecation window.

Endpoint Path Conventions

Throughout this documentation, paths are written relative to the base URL:

Documented pathFull sandbox URL
/auth/tokenhttps://vas-sandbox-api.pagamio.tech/api/v1/auth/token
/purchasehttps://vas-sandbox-api.pagamio.tech/api/v1/purchase
/transactionshttps://vas-sandbox-api.pagamio.tech/api/v1/transactions

Credentials

Sandbox and production credentials are separate. A sandbox token will not authenticate against production and vice versa.


Last updated: April 2026