For the complete documentation index, see llms.txt. This page is also available as Markdown.

注文クローズ

ヒント (TIP)

ユーザーが手動で注文をキャンセルするか、加盟店が注文をキャンセルするために使用します。

インターフェースアドレス (Interface address)

POST https://api.tokenpay.me/v1/transaction/close

Interface parameters

名前
場所
タイプ
必須
説明

app_id

header

string

はい

アプリID、例の値:8e4b8c2e7cxxxxxxxx1a1cbd3d59e0bd

mch_id

body

string

はい

加盟店ID、例の値:12345678

transaction_id

body

string

いいえ

プラットフォーム注文番号、例の値:2a1cfa6568xxxxxxxx3050957024c559

パラメーター例 (Parameters example)

{
  "app_id": "8e4b8c2e7cxxxxxxxx1a1cbd3d59e0bd",
  "mch_id": "12345678",
  "transaction_id": "2a1cfa6568xxxxxxxx3050957024c559"
}

Interface return

名前
タイプ
説明
説明

code

integer

なし

msg

string

ステータス説明

なし

request_id

string

リクエストID

なし

戻り値の例 (Return example)

コード例 (Example code)

最終更新