curl --location --request POST 'http://dev-cn.your-api-server.com/v3/alipay/trade/app/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_MSECURITY_PAY",
"body":"Iphone6 16G",
"goods_detail":[
{
"goods_id":"apple-01",
"alipay_goods_id":"20010001",
"goods_name":"ipad",
"quantity":1,
"price":2000,
"goods_category":"34543238",
"categories_tree":"124868003|126232002|126252004",
"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",
"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"
},
"passback_params":"merchantBizType%3d3C%26merchantBizNo%3d2016010101111",
"agreement_sign_params":{
"product_code":"GENERAL_WITHHOLDING",
"personal_product_code":"CYCLE_PAY_AUTH_P",
"sign_scene":"INDUSTRY|DIGITAL_MEDIA",
"external_agreement_no":"test20190701",
"external_logon_id":"13888888888",
"access_params":{
"channel":"ALIPAYAPP"
},
"sub_merchant":{
"sub_merchant_id":"2088123412341234",
"sub_merchant_name":"滴滴出行",
"sub_merchant_service_name":"滴滴出行免密支付",
"sub_merchant_service_description":"免密付车费,单次最高500"
},
"period_rule_params":{
"period_type":"DAY",
"period":3,
"execute_time":"2019-01-23",
"single_amount":10.99,
"total_amount":600,
"total_payments":12
},
"sign_notify_url":"http://www.merchant.com/receiveSignNotify",
"recommend_sort_channel_params":[
{
"inst_id":"INST_ALIPAY",
"asset_type_code":"ALICREDIT"
}
]
},
"enable_pay_channels":"pcredit,moneyFund,debitCardExpress",
"specified_channel":"pcredit",
"disable_pay_channels":"pcredit,moneyFund,debitCardExpress",
"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",
"medical_insurance_info",
"credit_pay_mode"
]
}'