RecipesGenerate Postman Collection
Generate Postman Collection
Describe your integration flow in plain language and get a ready-to-import Postman collection with all the requests pre-configured.
Describe the integration flow you need — which payment rails, countries, and operations — and the generator will build a Postman Collection v2.1 with all requests ordered, headers pre-configured, and test scripts to chain tokens and IDs between steps.
Building your Postman collection…
Could not generate collection
What you get
Section titled “What you get”The generated collection includes:
- Setup folder —
POST /authwith a test script that savesaccess_tokento your environment automatically - Step folders — one folder per logical step of the flow, in the correct order
- Pre-configured headers —
x-api-key,Authorization: Bearer {{accessToken}},conomyhq-api-version - Realistic request bodies — required fields filled with example values based on the OpenAPI schema
- Chaining scripts — test scripts that save IDs (
identityId,paymentId, etc.) so later requests can reference them - Collection variables —
baseUrl,apiKey,clientId,clientSecret,accessTokenready to fill in
How to use
Section titled “How to use”- Import the
.jsonfile into Postman via File → Import - Create a new Environment in Postman and fill in:
apiKey— yourx-api-keyfrom the Sandbox DashboardclientIdandclientSecret— from Settings → API KeysbaseUrl— already set tohttps://api.conomyhq.com/sandbox
- Run Get Access Token first — the test script saves the token automatically
- Run the remaining requests in order
- Keep the flow description concise and specific. Mentioning the country and rail helps (e.g. “PSE Colombia”, “ETPAY Chile”, “SPEI Mexico”).
- The generator uses the same docs index as Ask AI, so it works best for flows that are documented in the API Reference and Recipes.
- Generation takes ~25 seconds — the model builds the full request sequence from scratch each time.