为希望获得类 Stripe 加密货币支付体验的开发者打造。
复制几行代码即可开始接受加密货币支付,无需复杂配置。
无需身份验证、无需材料、无需等待。注册即可立即开始收款。
支持 USDT(TRC20 与 ERC20)、ETH、BTC 和 SOL。一次集成,覆盖所有主流链。
每笔交易仅 0.8%。无月费、无隐藏费用、无意外支出。收款时才付费。
通过 HMAC-SHA256 签名的 Webhook 实时推送支付通知,失败时自动重试。
追踪支付、管理订单、配置 Webhook、查看数据分析,一站搞定。
三行代码,仅此而已。
// Create a payment order — that's all you need
const order = await fetch("https://chainpay.pro/api/v1/orders", {
method: "POST",
headers: {
"Authorization": "Bearer sk_live_your_key",
"Content-Type": "application/json"
},
body: JSON.stringify({
amount: "10.00",
currency: "USDT",
chain: "trc20"
})
})
// Redirect your customer to the checkout page
const { checkoutUrl } = await order.json()
window.location = checkoutUrl{
"orderId": "ord_a1b2c3d4e5f6g7h8",
"payAddress": "TXxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"cryptoAmount": "10.00",
"currency": "USDT",
"chain": "trc20",
"checkoutUrl": "https://chainpay.pro/pay/ord_a1b2c3d4",
"expiresAt": "2026-03-21T01:00:00Z"
}技术支持
一种方案,一个费率,没有意外。