암호화폐 결제에서 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"
}사용 기술
하나의 플랜. 하나의 요율. 예상치 못한 청구 없음.