Works with the tools you already use.
FloatPay integrates with all major South African e-commerce platforms and payment gateways. No rip-and-replace. Just add FloatPay to your existing stack.
Talk to our partnerships teamIntegration-ready platforms
FloatPay has pre-built plugins and apps for the most widely used South African e-commerce platforms. All integrations are self-service and free to install.
Install from the Shopify App Store. Appears automatically as a payment option at checkout. Configured in under 10 minutes.
Free WordPress plugin. Adds FloatPay as a WooCommerce payment gateway. Full order management within your WP dashboard.
Extension available for Magento 2.x. Supports both hosted and headless deployments. Full documentation provided.
Module for OpenCart 3.x and 4.x. Self-service installation. Tested across major South African hosting environments.
FloatPay is integration-ready with Wix eCommerce stores via our payment provider API. Setup assisted by our team.
Full REST API for custom-built storefronts, headless commerce, or in-house e-commerce platforms. Full OpenAPI documentation available.
Compatible payment gateways
FloatPay is compatible with leading South African payment gateways. These are noted as compatible infrastructure — not certified partner arrangements.
SA-based payment gateway. FloatPay runs alongside Peach Payments for card transactions.
South Africa's popular payment gateway. FloatPay integrates as an additional payment method alongside PayFast.
Instant EFT provider. FloatPay uses EFT banking rails for debit collection, compatible with Ozow merchant infrastructure.
Headless API for custom builds
Build FloatPay into any frontend or mobile app with our REST API. JSON responses, OAuth 2.0 authentication, and full Rand-denominated transaction support.
- RESTful JSON API — standard HTTPS endpoints
- Webhook events for payment status updates
- Sandbox environment for testing
- Full OpenAPI 3.0 documentation
POST /v1/checkout/session
{
"merchant_id": "fp_m_abc123",
"amount": 99600,
"currency": "ZAR",
"consumer_phone": "+27821234567",
"return_url": "https://yourstore.co.za/thank-you",
"order_ref": "ORD-20250618-001"
}
Response 201 Created:
{
"session_id": "fps_xxxxxxxxxxxx",
"checkout_url": "https://checkout.floatpay.org/...",
"instalments": [
{ "due": "today", "amount": 24900 },
{ "due": "+30 days","amount": 24900 },
{ "due": "+60 days","amount": 24900 },
{ "due": "+90 days","amount": 24900 }
]
}
All amounts in minor currency units (cents). Currency: ZAR only.
Apply to become a FloatPay partner
Are you a payment gateway, loyalty platform, or e-commerce service provider? Apply for a referral or integration partnership.