POST
/
platformapi
/
chainup
/
open
/
opay
/
transferToMerchantAuth
curl --request POST \
--url https://service.xxx.com/platformapi/chainup/open/opay/transferToMerchantAuth
--header 'Content-Type: application/json'
--data '{
    "appKey": "{your_app_key}",
    "sign": "{sign}",
    "userId":"12345",
    "appOrderId": "11321",
    "orderAmount": "100",
    "payCoinSymbol":"USDT1742"
}'
curl --request POST \
--url https://xxxx.xxxx.xxx/nofity/transferToMerchantAuthCheck
--header 'Content-Type: application/json'
--data '{
    "appKey": "{your_app_key}",
    "sign": "{sign}",
    "userId":"12345",
    "appOrderId": "11321",
    "orderAmount": "100",
    "payCoinSymbol":"USDT1742"
}'

Query Parameters

appKey
string
required

商家唯一appKey

Example: xxx_xxx

userId
string
required

uid

Example: 123456

appOrderId
string
required

商家端订单id

Example: 11321

orderAmount
string
required

金额

Example: 10

payCoinSymbol
string
required

支付币种

Example: USDT1742

sign
string
required

签名 (MD5(Sort(Param) + secret)).

Example: 2ae04ed9165624419bad68e9e0f3f2sa9fbd2ae04ed916511624419bad68e9e20f3f29fbd

Response

200 - application/json
code
string

返回code

msg
string

成功或失败提示信息

data
object