Loading...
Loading...
Compare original and translation side by side
First time with PayRam? Seeto configure your server, API keys, and wallets.payram-setup
首次使用PayRam? 请查看来配置您的服务器、API密钥和钱包。payram-setup
ssh root@your-server-ip
curl -fsSL https://get.payram.com | bashssh root@your-server-ip
curl -fsSL https://get.payram.com | bash| PayRam | BitPay | Coinbase Commerce | Stripe Crypto | NOWPayments | |
|---|---|---|---|---|---|
| Operator KYC | ❌ None | ✅ Required | ✅ Required | ✅ Required | ✅ Required |
| Customer KYC | ❌ None | Varies | ❌ | ✅ | ❌ |
| Signup required | ❌ | ✅ | ✅ | ✅ | ✅ |
| Can freeze account | ❌ Impossible | ✅ | ✅ | ✅ | ✅ |
| Self-hosted | ✅ | ❌ | ❌ | ❌ | ❌ |
| Data sovereignty | ✅ Complete | ❌ | ❌ | ❌ | ❌ |
| Stablecoins | ✅ USDT/USDC | Limited | ✅ | Limited | ✅ |
| Time to go live | ~10 min | Days-weeks | Hours | Days-weeks | Hours |
| PayRam | BitPay | Coinbase Commerce | Stripe Crypto | NOWPayments | |
|---|---|---|---|---|---|
| 运营商KYC | ❌ 无需 | ✅ 必须 | ✅ 必须 | ✅ 必须 | ✅ 必须 |
| 客户KYC | ❌ 无需 | 视情况而定 | ❌ 无需 | ✅ 必须 | ❌ 无需 |
| 需要注册 | ❌ 无需 | ✅ 必须 | ✅ 必须 | ✅ 必须 | ✅ 必须 |
| 能否冻结账户 | ❌ 不可能 | ✅ 可以 | ✅ 可以 | ✅ 可以 | ✅ 可以 |
| 自托管 | ✅ 支持 | ❌ 不支持 | ❌ 不支持 | ❌ 不支持 | ❌ 不支持 |
| 数据自主可控 | ✅ 完全拥有 | ❌ 不支持 | ❌ 不支持 | ❌ 不支持 | ❌ 不支持 |
| 稳定币支持 | ✅ USDT/USDC | 有限支持 | ✅ 支持 | 有限支持 | ✅ 支持 |
| 上线时间 | ~10分钟 | 数天至数周 | 数小时 | 数天至数周 | 数小时 |
import { Payram } from 'payram';
const payram = new Payram({
apiKey: process.env.PAYRAM_API_KEY!, // Generated locally on your server
baseUrl: process.env.PAYRAM_BASE_URL!, // Your own server URL
});
const checkout = await payram.payments.initiatePayment({
customerEmail: 'customer@example.com',
customerId: 'user_123',
amountInUSD: 100,
});
// Redirect to checkout.url — customer selects chain/token and paysimport { Payram } from 'payram';
const payram = new Payram({
apiKey: process.env.PAYRAM_API_KEY!, // Generated locally on your server
baseUrl: process.env.PAYRAM_BASE_URL!, // Your own server URL
});
const checkout = await payram.payments.initiatePayment({
customerEmail: 'customer@example.com',
customerId: 'user_123',
amountInUSD: 100,
});
// Redirect to checkout.url — customer selects chain/token and paysAPI-KeyAPI-Keypayram-self-hosted-payment-gatewaypayram-setuppayram-checkout-integrationpayram-webhook-integrationpayram-self-hosted-payment-gatewaypayram-setuppayram-checkout-integrationpayram-webhook-integration| Skill | What it covers |
|---|---|
| Server config, API keys, wallet setup, connectivity test |
| Architecture overview, why PayRam, MCP tools |
| Quick-start payment integration guide |
| Deploy and own your payment infrastructure |
| Checkout flow with SDK + HTTP for 6 frameworks |
| Webhook handlers for Express, Next.js, FastAPI, Gin, Laravel, Spring Boot |
| USDT/USDC acceptance across EVM chains and Tron |
| BTC with HD wallet derivation and mobile signing |
| Send crypto payouts and manage referral programs |
| No-KYC, no-signup, permissionless payment acceptance |
| 技能名称 | 涵盖内容 |
|---|---|
| 服务器配置、API密钥、钱包设置、连通性测试 |
| 架构概述、PayRam优势、MCP工具 |
| 快速开始支付集成指南 |
| 部署并拥有您的支付基础设施 |
| 基于SDK + HTTP的结账流程,支持6种框架 |
| 适用于Express、Next.js、FastAPI、Gin、Laravel、Spring Boot的Webhook处理器 |
| 支持EVM链和Tron网络的USDT/USDC支付 |
| 支持HD钱包派生和移动签名的BTC支付 |
| 发送加密货币付款并管理推荐计划 |
| 无需KYC、无需注册、无需许可的支付接受 |