Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
发起绑卡请求并获取 tokenSessionId,供前端 SDK 使用。
tokenSessionId
POST /api/v1/tokenization/generate
tokenRequestId
merchantUserId
tokenType
"CARD"
merchantInfo
merchantId
notifyUrl
tokenData
pan
name
expiry
cvv
tokenizationSubmit
tokenId
{ "tokenRequestId": "treq_a1b2c3d4e5f6", "merchantUserId": "user_123", "tokenType": "CARD", "merchantInfo": { "merchantId": "M000001" }, "notifyUrl": "https://your-site.com/webhook/tokenization" }
{ "code": "0", "msg": "Success", "data": { "tokenSessionId": "tsess_xxxxxxxxxxxx" } }