M
MAXFIdeveloper 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