注文クローズ
インターフェースアドレス (Interface address)
POST https://api.tokenpay.me/v1/transaction/closeInterface 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
名前
タイプ
説明
説明
戻り値の例 (Return example)
コード例 (Example code)
最終更新