Create Payout
Interface address
POST https://api.tokenpay.me/v1/payanother/paymentInterface parameters
Name
Location
Type
Required
Description
app_id
body
string
Yes
Application ID, example value: 8e4b8c2e7cxxxxxxxx1a1cbd3d59e0bd
mch_id
body
string
Yes
Merchant ID, example value: 12345678
description
body
string
No
Description, example value: 1234567890
out_trade_no
body
string
No
Merchant order number(out_trade_no and transaction_id pass at least one)
amount
body
string
Yes
Payout amount
chain
body
string
Yes
Owned public chain, example value: TRON、ETHEREUM、BSC. View supported public chains
to_address
body
string
Yes
Collection address
attach
body
string
No
Custom parameter. It returns as-is in the query API and payment notifications and can be used as a custom parameter. In practice, this field is returned only when the payment is complete.
Interface return
Name
Time
Required
Description
msg
string
true
Statements
request_id
string
true
Example retrun
Example code
Last updated