MAXFI Developer Hub
Everything you need to integrate MAXFI — payments, payouts, KYC. One API, every method, every connector. Built on the same SDKs you'd expect from Stripe, with deterministic test mode and a built-in AI assistant.
First payment in 4 minutes — copy a curl, redirect a customer, get a webhook.
sk_live_ vs sk_test_, publishable keys for the browser, key rotation.
PCI-friendly. Card form on our domain. Branded with your logo, colours, locale.
Signed events, 8 retries, replay-safe. Full event catalogue with sample payloads.
How challenge URLs flow back to you, polling-friendly status, common pitfalls.
HTTP codes, error_code catalogue, retry strategy, idempotency rules.
Architecture in 30 seconds
Your server calls our v2 REST API with a sk_live_ / sk_test_ key. We route the payment through the right acquirer for the merchant + currency, host the card collection page on our PCI-scoped domain, handle 3DS, and POST signed webhooks back to your server. Your customer never sees the acquirer name.
Same SDK, same endpoints, same envelope across cards, BNPL, payouts and crypto. Add a new payment method by enabling it in your dashboard — no code change.