Instant invoices
Create payment links, hosted payment pages, and order-specific wallet addresses in seconds.
Accept Bitcoin, stablecoins, and multi-chain payments with clean APIs, direct wallet settlement, and merchant tools made for real online businesses.
Give customers familiar crypto options while keeping your settlement and reporting simple.
CodePayments brings invoices, wallets, settlements, webhooks, and risk controls into one polished payment layer.
Create payment links, hosted payment pages, and order-specific wallet addresses in seconds.
Show fiat totals, receive crypto, and keep settlement reports clean for finance teams.
Route payments across popular networks while giving buyers familiar currency choices.
Track confirmations, expired invoices, refunds, and settlement events with retry logic.
Monitor payment behavior with approval rules, address checks, and account-level permissions.
Measure volume, conversion, settlement speed, and top currencies from one live dashboard.
A merchant-friendly flow for teams that want fast setup, developer control, and clear settlement records.
Set up the merchant profile, wallet rules, team permissions, and preferred settlement currency.
Use payment links, API keys, or plugins to connect CodePayments with your store or app.
Monitor confirmations, webhook events, wallet sweeps, refunds, and reports from one dashboard.
Ship with payment links first, then move deeper with API keys, webhooks, metadata, and order-level reconciliation.
const payment = await codepayments.payments.create({
amount: 42800,
currency: "USD",
order_id: "CP-2048",
customer: {
email: "buyer@example.com"
},
settlement: "merchant_wallet"
});
return payment.hosted_url;