{
"timestamp": "string",
"oid_partner": "string",
"risk_item": "string",
"notify_url": "string",
"orderInfo": {
"txn_seqno": "string",
"txn_time": "string",
"total_amount": "string",
"actual_amount": "string"
},
"commiBizInfo": {
"relation_id": "string",
"payer_user_id": "string"
},
"transBizInfo": {
"payee_type": "string",
"payee_acctno": "string",
"payee_acctname": "string",
"payee_phone": "string",
"payee_idcard": "string",
"txn_purpose": "string",
"postscript": "string"
}
}curl --location 'https://accpapi.lianlianpay.com/v1/txn/commission-transfer-apply' \
--header 'Signature-Data;' \
--header 'Signature-Type: RSA' \
--header 'Content-Type: application/json;charset=utf-8' \
--data '{
"timestamp": "string",
"oid_partner": "string",
"risk_item": "string",
"notify_url": "string",
"orderInfo": {
"txn_seqno": "string",
"txn_time": "string",
"total_amount": "string",
"actual_amount": "string"
},
"commiBizInfo": {
"relation_id": "string",
"payer_user_id": "string"
},
"transBizInfo": {
"payee_type": "string",
"payee_acctno": "string",
"payee_acctname": "string",
"payee_phone": "string",
"payee_idcard": "string",
"txn_purpose": "string",
"postscript": "string"
}
}'{
"ret_code": "string",
"ret_msg": "string",
"txn_status": "INIT",
"oid_partner": "string",
"txn_seqno": "string",
"total_amount": "string",
"actual_amount": "string",
"fee_amount": "string",
"accp_txno": "string",
"payer_user_id": "string",
"payee_acctno": "string",
"payee_acctname": "string",
"payee_phone": "string",
"payee_idcard": "string",
"postscript": "string"
}