API-first from the ground up.

FluxPay's REST API gives you full control over payment flows, webhook events, and merchant management. Built for developers who don't like surprises.

API Endpoints

Method Endpoint
POST /v1/charges
GET /v1/charges/{id}
POST /v1/refunds
GET /v1/merchants/{id}
POST /v1/webhooks
GET /v1/settlements

Integration features

RESTful JSON API

Standard HTTP verbs, predictable response formats

Webhook events

Real-time push notifications for charge.completed, charge.failed, dispute.created, settlement.processed

Idempotency keys

Safely retry requests without risk of duplicate charges

Sandbox environment

Full test environment with simulated card responses

API versioning

Backward-compatible versioning so upgrades don't break your integration

SDKs

Node.js, Python, PHP (coming soon)