curl --location --request POST 'http://dev-cn.your-api-server.com/v3/alipay/trade/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":"20150320010101001",
"total_amount":88.88,
"subject":"Iphone6 16G",
"product_code":"GENERAL_WITHHOLDING",
"agreement_params":{
"agreement_no":"20170322450983769228",
"auth_confirm_no":"423979",
"apply_token":"MDEDUCT0068292ca377d1d44b65fa24ec9cd89132f"
},
"seller_id":"2088102146225135",
"goods_detail":[
{
"goods_id":"apple-01",
"goods_name":"ipad",
"quantity":1,
"price":2000,
"goods_category":"34543238",
"categories_tree":"124868003|126232002|126252004",
"show_url":"http://www.alipay.com/xxx.jpg"
}
],
"extend_params":{
"sys_service_provider_id":"2088511833207846",
"specified_seller_name":"XXX的跨境小铺",
"card_type":"S0JP0000"
},
"promo_params":{
"actual_order_time":"2018-09-25 22:47:33"
},
"pay_params":{
"async_type":"NORMAL_ASYNC"
},
"query_options":[
"voucher_detail_list"
]
}'
{
"trade_no":"2013112011001004330000121536",
"out_trade_no":"6823789339978248",
"buyer_logon_id":"159****5620",
"total_amount":120.88,
"receipt_amount":"88.88",
"buyer_pay_amount":8.88,
"point_amount":8.12,
"invoice_amount":12.50,
"gmt_payment":"2014-11-27 15:45:57",
"fund_bill_list":[
{
"fund_channel":"ALIPAYACCOUNT",
"amount":10,
"real_amount":11.21
}
],
"store_name":"证大五道口店",
"discount_goods_detail":"[{\"goods_id\":\"STANDARD1026181538\",\"goods_name\":\"雪碧\",\"discount_amount\":\"100.00\",\"voucher_id\":\"2015102600073002039000002D5O\"}]",
"buyer_user_id":"2088101117955611",
"async_payment_mode":"SYNC_DIRECT_PAY",
"voucher_detail_list":[
{
"id":"2015102600073002039000002D5O",
"name":"XX超市5折优惠",
"type":"ALIPAY_FIX_VOUCHER",
"amount":10.00,
"merchant_contribute":9.00,
"other_contribute":1.00,
"memo":"学生专用优惠",
"template_id":"20171030000730015359000EMZP0",
"purchase_buyer_contribute":2.01,
"purchase_merchant_contribute":1.03,
"purchase_ant_contribute":0.82
}
],
"advance_amount":"88.8",
"charge_flags":"industry_special_00",
"mdiscount_amount":"88.88",
"discount_amount":"88.88"
}