curl --location --request POST 'http://dev-cn.your-api-server.com/v3/alipay/trade/wap/pay' \
--header 'authorization: ALIPAY-SHA256withRSA app_id=$appid,timestamp=$now,nonce=$uuid,expired_seconds=600,sign=$sign' \
--header 'alipay-request-id: $requestid' \
--header 'Content-Type: application/json' \
--data-raw '{
"notify_url":"http://api.test.alipay.net/atinterface/receive_notify.htm",
"out_trade_no":"70501111111S001111119",
"total_amount":9.00,
"subject":"大乐透",
"product_code":"QUICK_WAP_WAY",
"auth_token":"appopenBb64d181d0146481ab6a762c00714cC27",
"body":"Iphone6 16G",
"quit_url":"http://www.taobao.com/product/113714.html",
"goods_detail":[
{
"goods_id":"apple-01",
"alipay_goods_id":"20010001",
"goods_name":"ipad",
"quantity":"1、1.50",
"price":2000,
"goods_category":"34543238",
"categories_tree":"124868003|126232002|126252004",
"body":"特价手机",
"show_url":"http://www.alipay.com/xxx.jpg",
"out_item_id":"outItem_01",
"out_sku_id":"outSku_01"
}
],
"time_expire":"2016-12-31 10:05:00",
"timeout_express":"90m",
"settle_info":{
"settle_detail_infos":[
{
"trans_in_type":"cardAliasNo",
"trans_in":"A0001",
"summary_dimension":"A0001",
"settle_entity_id":"2088xxxxx;ST_0001",
"settle_entity_type":"SecondMerchant",
"amount":0.1,
"actual_amount":0.1
}
],
"settle_period_time":"7d"
},
"extend_params":{
"sys_service_provider_id":"2088511833207846",
"hb_fq_num":"3",
"hb_fq_seller_percent":"100",
"industry_reflux_info":"{\\\"scene_code\\\":\\\"metro_tradeorder\\\",\\\"channel\\\":\\\"xxxx\\\",\\\"scene_data\\\":{\\\"asset_name\\\":\\\"ALIPAY\\\"}}",
"specified_seller_name":"XXX的跨境小铺",
"card_type":"S0JP0000",
"royalty_freeze":"true",
"trade_component_order_id":"2023060801502300000008810000005657"
},
"business_params":"{\"mc_create_trade_ip\":\"127.0.0.1\"}",
"passback_params":"merchantBizType%3d3C%26merchantBizNo%3d2016010101111",
"enable_pay_channels":"pcredit,moneyFund,debitCardExpress",
"disable_pay_channels":"pcredit,moneyFund,debitCardExpress",
"specified_channel":"pcredit",
"merchant_order_no":"20161008001",
"ext_user_info":{
"name":"李明",
"mobile":"16587658765",
"cert_type":"IDENTITY_CARD",
"cert_no":"362334768769238881",
"min_age":"18",
"need_check_info":"F",
"identity_hash":"27bfcd1dee4f22c8fe8a2374af9b660419d1361b1c207e9b41a754a113f38fcc"
},
"query_options":[
"hyb_amount",
"enterprise_pay_info"
]
}'