MAXFIMAXFIdeveloper hub
API reference

API reference

Base URL: https://maxfi-api.exezine.az. All endpoints expect Authorization: Bearer sk_test_… (or sk_live_…) and respond with JSON. Rate limit: 100 req/60s per key. Bodies max 1 MB.

MethodPathDescription
POST/v2/paymentsDirect charge — when you control the card UI (PCI scope: SAQ D).
POST/v2/payments/checkoutHosted checkout session — recommended. SAQ A scope.
GET/v2/payments/checkout/{id}Get a checkout session by id — poll-friendly.
GET/v2/payments/{id}Get any payment by id, order_id, session id, or connector ref.
POST/v2/payments/{id}/captureCapture a previously authorised hold (two-phase flows).
POST/v2/payments/{id}/refundFull or partial refund — chains across multiple calls.
POST/v2/payments/{id}/cancelCancel an authorisation or pending payment.
GET/v2/paymentsPaginated list of merchant payments with filters.
POST/v2/payoutsSend funds out — card-to-card, IBAN, SBP.
GET/v2/healthService status — public, no auth.

Conventions