Hosted checkout
Generate branded payment links in seconds and let customers pay through a clean, conversion-focused checkout experience.
- Payment links
- Success and cancel URLs
- Branded merchant pages
FluxPay gives merchants and builders a polished checkout layer for Conflux eSpace - with hosted checkout, embeddable components, payment verification, and webhook-driven order automation.
FluxPay combines a polished merchant-facing product with reusable infrastructure that developers can drop into apps, dashboards, and automated payment flows.
Generate branded payment links in seconds and let customers pay through a clean, conversion-focused checkout experience.
Create payments, embed checkout, verify webhooks, and manage payment state with a simple API-first toolkit.
Track payment status from created to confirmed and notify merchant systems as soon as settlement is verified.
Give developers a short path from API key to a live payment flow.
import { CheckoutClient } from "fluxpay-checkout-sdk";
const client = new CheckoutClient({
apiKey: process.env.FLUXPAY_API_KEY!,
});
const payment = await client.payments.create({
amount: "25.00",
currency: "USDT0",
customerEmail: "billing@customer.com",
merchantOrderId: "order_2048",
expiresInMinutes: 30,
});
console.log(payment.checkoutUrl);Merchants can use FluxPay without learning blockchain plumbing.
A clear 3-step flow that merchants and developers can understand immediately.
Merchant creates a USDT0 payment request from the dashboard or API.
The customer opens the checkout page, connects a wallet, and completes payment.
FluxPay verifies settlement, updates status, and sends webhooks for fulfillment.
Transparent plans with monthly billing and clear feature tiers.
Answers to common integration and operations questions.
FluxPay helps apps and merchants accept USDT0 on Conflux through hosted checkout, payment links, embeddable components, and developer APIs.
It is designed for merchants, SaaS products, digital stores, service businesses, and developers who want a clean stablecoin checkout workflow.
Teams can create a checkout link in minutes, then expand to webhooks and dashboard workflows as they scale.
Launch faster with hosted checkout, merchant workflows, and developer-friendly APIs designed for modern stablecoin payments.