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

Merchant AppKey

Example: xxx_xxx

userId
string
required

uid

Example: 123456

appOrderId
string
required

Merchant-side order id, unique across the board.

Example: 11321

orderAmount
string
required

Order amount.

Example: 10

payCoinSymbol
string
required

Payment currency

Example: USDT1742

sign
string
required

Signature

Example: 2ae04ed9165624419bad68e9e0f3f2sa9fbd2ae04ed916511624419bad68e9e20f3f29fbd

Response

200 - application/json
code
string

返回code

msg
string

成功或失败提示信息

data
object