跳转到主要内容

Documentation Index

Fetch the complete documentation index at: https://waffo.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

POST /api/v1/tokenization/remove

请求参数

参数类型必填说明
merchantInfoObject商户信息(含 merchantId
tokenIdString要解绑的 Token ID

请求示例

{
  "merchantInfo": { "merchantId": "M000001" },
  "tokenId": "tok_xxxxxxxxxxxx"
}

响应示例

{
  "code": "0",
  "msg": "Success",
  "data": null
}