Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
创建和查询支付
POST /v1/gateway/api/payment-intents
amount
token
USDC_SOL
USDT_BSC
USDC_BASE
chain
SOLANA
ETHEREUM
BASE
POLYGON
BSC
ARBITRUM
OPTIMISM
XDC
customerEmail
successUrl
cancelUrl
metadata
// 201 { "intent": { "id": "9b1f2c…", "status": "PENDING", "amount": "25", "token": "USDC_SOL", "chain": "SOLANA", "walletAddress": "7xKXtg2CW…", "expiresAt": "2026-07-04T12:30:00.000Z" }, "checkoutUrl": "/pay/9b1f2c…" }
GET /v1/gateway/api/payment-intents/:id
PENDING
CONFIRMED
EXPIRED
CANCELLED
GET /v1/gateway/public/checkout/:id