Checkout infrastructure for Conflux

Accept USDT0 on Conflux with payment links, widgets, and APIs.

FluxPay gives merchants and builders a polished checkout layer for Conflux eSpace - with hosted checkout, embeddable components, payment verification, and webhook-driven order automation.

Hosted checkoutUSDT0 integrationWebhook confirmationsMerchant dashboard
Instant merchant eventpayment.succeededPOST /webhooks/merchant
Hosted checkout example
E
Example Store
Example checkout - Order #EX-1024
Ready to pay
Total due

25.00

USDT0
NetworkConflux eSpace
SettlementOnchain verified
Payment typeHosted checkout
Expiry29m 12s
MerchantExample Store
WebhookConfigured
Customer receivesInstant confirmation
Secure checkout, status tracking, and post-payment automation.
Simple developer callCreate a checkout linkclient.payments.create()
Merchants
SaaS Apps
Invoices
Bots
Digital Stores

Built for merchants and builders

FluxPay combines a polished merchant-facing product with reusable infrastructure that developers can drop into apps, dashboards, and automated payment flows.

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

Developer SDKs

Create payments, embed checkout, verify webhooks, and manage payment state with a simple API-first toolkit.

  • JavaScript SDK
  • React components
  • Webhook verification

Onchain confirmation

Track payment status from created to confirmed and notify merchant systems as soon as settlement is verified.

  • Payment lifecycle status
  • Transaction hash records
  • Webhook delivery logs

Create checkout in a few lines

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);

Merchant story

Merchants can use FluxPay without learning blockchain plumbing.

  • Create a payment in the dashboard or via API.
  • Share a checkout link or embed a widget.
  • Receive status updates and webhooks after payment confirmation.
  • Unlock products, mark invoices paid, or activate subscriptions automatically.

How it works

A clear 3-step flow that merchants and developers can understand immediately.

1

Create a payment

Merchant creates a USDT0 payment request from the dashboard or API.

2

Customer pays

The customer opens the checkout page, connects a wallet, and completes payment.

3

Merchant gets notified

FluxPay verifies settlement, updates status, and sends webhooks for fulfillment.

Pricing

Transparent plans with monthly billing and clear feature tiers.

Starter

Launch quickly

$0/ month
Best for early pilots
  • Hosted checkout
  • Basic dashboard
  • Test mode
Growth

For active merchants

$29/ month
Billed monthly
  • Custom branding
  • Webhooks and event logs
  • Advanced analytics
Enterprise

Scale with your stack

Custom
Contact sales for volume pricing
  • Priority support
  • Dedicated environments
  • Custom integrations

FAQ

Answers to common integration and operations questions.

What does FluxPay help with?

FluxPay helps apps and merchants accept USDT0 on Conflux through hosted checkout, payment links, embeddable components, and developer APIs.

Who is it for?

It is designed for merchants, SaaS products, digital stores, service businesses, and developers who want a clean stablecoin checkout workflow.

How fast can I integrate?

Teams can create a checkout link in minutes, then expand to webhooks and dashboard workflows as they scale.

Build the payment layer your Conflux app actually needs.

Launch faster with hosted checkout, merchant workflows, and developer-friendly APIs designed for modern stablecoin payments.