メインコンテンツへスキップ

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はいアンバインドするトークン ID

リクエスト例

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

レスポンス例

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