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.
| Environment | Base URL | Purpose |
|---|---|---|
| Sandbox | https://vas-sandbox-api.pagamio.tech/api/v1 | Development and testing. |
| Production | https://vas-api.pagamio.tech/api/v1 | Live 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 path | Full sandbox URL |
|---|---|
/auth/token | https://vas-sandbox-api.pagamio.tech/api/v1/auth/token |
/purchase | https://vas-sandbox-api.pagamio.tech/api/v1/purchase |
/transactions | https://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