Hosted Checkout
Give customers a fast, secure payment page with live quotes, QR codes and payment status updates.
Accept crypto payments, create invoices, automate subscriptions, manage wallets and send payouts — all through a secure API-first platform.
Built for the assets and networks your customers use
Launch faster with hosted tools, or build custom payment flows using our APIs and webhooks.
Give customers a fast, secure payment page with live quotes, QR codes and payment status updates.
Create reusable or one-time payment links without writing code.
Create branded invoices, track partial payments and issue receipts automatically.
Manage recurring billing plans, approvals, renewals and customer entitlements.
Offer balances, internal transfers, receive addresses and account-based payment flows.
Review, approve and automate merchant withdrawals with configurable controls.
From one-time checkout to recurring subscriptions and API-driven account funding, TrustBill adapts to how your business works.
Accept payments with hosted checkout and payment links.
Automate recurring charges and customer access.
Manage merchant balances, fees and payouts.
Activate services automatically after confirmed payment.
Use one consistent API to create payments, manage external customers, track transactions and automate fulfilment.
const payment = await fetch(
'https://api.trustbill.net/api/v1/payment-orders',
{
method: 'POST',
headers: {
'X-API-KEY': process.env.TRUSTBILL_API_KEY,
'Content-Type': 'application/json'
},
body: JSON.stringify({
externalId: 'ORDER-1048',
externalCustomerId: 'CUSTOMER-290',
asset: 'USDT-TRC20',
amount: '120.00'
})
}
);
Sensitive system data and signing material are protected with dedicated security controls.
Separate admin, finance, developer, support and read-only permissions.
Track important administrative, merchant and payment actions.
Configurable limits, payout review, emergency stops and balance protection.
Transaction, network and service fees can vary by payment method, network and merchant configuration.
Manage payments, customers, invoices, products and payouts.
View balances, receive funds and make internal payments.
Explore APIs, integration flows and technical guides.
Test events and inspect webhook delivery behaviour.