{
"mch_id":"201304121000001004",
"txn_seqno":"2017041316593411",
"txn_time":"20170317165929",
"order_amount":"0.02",
"acct_name":"全渠道",
"card_no":"621626*********0018",
"flag_card":"0",
"info_order":"test测试10.00?",
"memo":"代付",
"notify_url":"http://10.20.41.35:8080/tradepayapi/receiveNotify.htm"
}curl --location 'https://openapi.lianlianpay.com/mch/v1/ipay/payment' \
--header 'Signature-Data;' \
--header 'Signature-Type: RSA' \
--header 'mch_id: 2020042200284052' \
--header 'sp_no;' \
--header 'timestamp: 20221109111509' \
--header 'Content-Type: application/json;charset=utf-8' \
--data '{
"mch_id":"201304121000001004",
"txn_seqno":"2017041316593411",
"txn_time":"20170317165929",
"order_amount":"0.02",
"acct_name":"全渠道",
"card_no":"621626*********0018",
"flag_card":"0",
"info_order":"test测试10.00?",
"memo":"代付",
"notify_url":"http://10.20.41.35:8080/tradepayapi/receiveNotify.htm"
}'{
"ret_code": "0000",
"ret_msg": "交易成功",
"mch_id": "",
"txn_seqno": "",
"platform_txno": ""
}