Skip to content

Suggested

API Dashboard

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.

Examples
Generation takes ~25 seconds

The generated collection includes:

  • Setup folderPOST /auth with a test script that saves access_token to your environment automatically
  • Step folders — one folder per logical step of the flow, in the correct order
  • Pre-configured headersx-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 variablesbaseUrl, apiKey, clientId, clientSecret, accessToken ready to fill in
  1. Import the .json file into Postman via File → Import
  2. Create a new Environment in Postman and fill in:
    • apiKey — your x-api-key from the Sandbox Dashboard
    • clientId and clientSecret — from Settings → API Keys
    • baseUrl — already set to https://api.conomyhq.com/sandbox
  3. Run Get Access Token first — the test script saves the token automatically
  4. 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.