Checkout
Accept USDC anywhere — web, app, POS, or QR. Gas is always covered by Woldy, so customers pay in one tap with no friction.
Simple USDC acceptance with one unified vault and programmable settlement. Keep custody. Cut fees. Increase conversion.
Aggregate every checkout in one programmable vault so customers finish faster and you stay in control.
More conversions for your business. Immediate access to your funds.
Move USDC as you wish. Pay partners, suppliers, or contractors directly from your treasury in seconds.
Transparent on-chain records. No hidden holds. No guesswork.
Minimal tiles without heavy graphics.
Accept USDC anywhere — web, app, POS, or QR. Gas is always covered by Woldy, so customers pay in one tap with no friction.
Move funds instantly without banks or FX. Pay suppliers and contractors in stablecoins, while keeping custody in your vault.
Set your own rules: instant, daily, or threshold-based. Route payouts to multiple wallets automatically and stay in control.
Pay partners worldwide at scale — no FX costs, no banking delays. Transparent, on-chain, and available in seconds.
Woldy API is built by developers, for developers. Clean REST, real-time webhooks, and open SDKs — so you can integrate crypto payments in minutes, not weeks. No black boxes, just transparent smart contracts and clear docs.
type Payment = {
amount: number
currency: "USDC"
to: string
}
async function createPayment(p: Payment) {
const res = await fetch(
"https://api.woldy.xyz/payments",
{
method: "POST",
headers: {
"Content-Type": "application/json",
Authorization: "Bearer " + process.env.WOLDY_API_KEY,
},
body: JSON.stringify(p),
}
)
if (!res.ok) {
throw new Error("Failed to create payment")
}
return res.json()
}
await createPayment({
amount: 42,
currency: "USDC",
to: "0xmerchant...",
})No setup fees • No monthly fees • Cancel anytime