支払い作成
インターフェースアドレス (Interface address)
POST https://api.tokenpay.me/v1/payanother/paymentInterface parameters
名前
場所
タイプ
必須
説明
app_id
body
string
はい
アプリケーションID、例の値:8e4b8c2e7cxxxxxxxx1a1cbd3d59e0bd
mch_id
body
string
はい
加盟店ID、例の値:12345678
description
body
string
いいえ
説明、例の値:1234567890
out_trade_no
body
string
いいえ
加盟店注文番号(out_trade_no と transaction_id の少なくとも1つを渡す)
amount
body
string
はい
支払い金額
to_address
body
string
はい
受取アドレス
attach
body
string
いいえ
カスタムパラメータ。クエリAPIおよび支払い通知でそのまま返され、カスタムパラメータとして使用できます。実際には、支払いが完了した場合にのみこのフィールドが返されます。
Interface return
名前
タイプ
必須
説明
戻り値の例 (Return example)
コード例 (Example code)
最終更新