M
MAXFIdeveloper hub
APIDownload spec

Download the API

Hand the whole API to an IDE, an LLM, a partner team, or your auditor. Same source, three formats. Updated on every Gateway release.

Use with Postman / Insomnia

  1. Right-click ImportFrom URL in Postman.
  2. Paste https://dev.exezine.az/api/openapi.json.
  3. Postman creates a collection named MAXFI Payments API with every endpoint, schema and example pre-filled.
  4. Add a collection-level Authorization = Bearer {{MAXFI_KEY}} variable; set MAXFI_KEY in your Postman environment to your sk_test_ key.

Use with an LLM / AI coding assistant

Download maxfi-api.md and prepend it to your prompt. The whole API fits comfortably in any modern context window. The assistant will then write endpoint calls with correct field names, methods, and idempotency patterns — first try.