Platform initiates payments to third parties

Brief description:

  • Platform initiates payments to third parties

Request URL:

  • Payment URLs reserved by third parties on the platform

Request Method:

  • POST

Parameters:

Parameter NameRequiredTypeDescription
appidYESstringPlatform merchant ID
out_trade_noYESstringOrder Number
total_feeYESintAmount paid, in cents
notify_urlYESstringThe address of the asynchronous callback to the platform after a successful third-party payment
return_urlYESstringThe address of the synchronized callback to the platform after a successful third-party payment
goods_listYESarray
goods_list.goods_nameYESstringProduct Name
goods_list.goods_noYESstringItem number
goods_list.codeYESstringFreight Lane Number
goods_list.box_idYESstringContainer ID
goods_list.priceYESnumberCommodity price ,Unit: cents
goods_list.goods_numYESnumberNumber of products
signYESstringSignature

请求示例

{
    "appid": "10000003",
    "out_trade_no": "1234567891588004363972",
    "total_fee": "200",
    "notify_url": "http://local.vem.cn/api/payment/third/notify",
    "return_url": "http://local.vem.cn/api/payment/third/return",
    "goods_list": [{
        "goods_name": "Coke",
        "goods_no": "1000019",
        "code": "001",
        "box_id": "1",
        "price": "2",
        "goods_num": "1"
    }],
    "sign": ""