Download
We maintain a ready-to-use Postman collection with all public endpoints of the NTX Pay México API.Download (.json)
Postman Collection v2.1
Environments
Sandbox and Production
Import into Postman
- Open Postman
- File → Import
- Select the downloaded
.jsonfile - Also import the environments zip and pick Sandbox to start testing
Configure Environment Variables
The environment expects 3 variables:| Variable | Description | Example |
|---|---|---|
clientId | OAuth client_id of your account | qr-93-550e8400 |
clientSecret | OAuth client_secret | a1b2c3d4... |
certificatePem | X.509 certificate in a single line (no line breaks, with literal \n) | -----BEGIN CERTIFICATE-----\n... |
Suggested Flow
The collection is organized in typical usage order:- Auth → Generate Token — run this first. The response auto-saves
access_tokento an environment variable. - Balance → Get Balance — confirm the token works.
- SPEI → Cash-In — create a simulated charge.
- Transactions → List — check status.
Available Folders
Auth— JWT generationSignup— account creationBalance— balance querySPEI— cash-in, cash-out, transaction by external IDOXXO— cash-inTransactions— listWebhooks Config— list, create, delete
Alternatives
Prefer a different tool?- Insomnia: import the same
.json(Postman v2.1 compatible) - OpenAPI / Bruno: use our
openapi.jsondirectly - cURL: every endpoint page in this documentation has a ready-to-copy cURL example