{
"timestamp": "string",
"oid_partner": "string",
"txn_seqno": "string",
"accp_txno": "string",
"partner_type": "string"
}curl --location 'https://accpapi.lianlianpay.com/v1/txn/query-commission-transfer-apply' \
--header 'Signature-Data;' \
--header 'Signature-Type: RSA' \
--header 'Content-Type: application/json;charset=utf-8' \
--data '{
"timestamp": "string",
"oid_partner": "string",
"txn_seqno": "string",
"accp_txno": "string",
"partner_type": "string"
}'{
"ret_code": "string",
"ret_msg": "string",
"oid_partner": "string",
"accounting_date": "string",
"finish_time": "string",
"accp_txno": "string",
"txn_status": "INIT",
"failure_reason": "string",
"orderInfo": {
"txn_seqno": "string",
"txn_time": "string",
"total_amount": "string",
"actual_amount": "string",
"fee_amount": "string",
"payer_user_id": "string",
"payee_acctno": "string",
"payee_acctname": "string",
"postscript": "string"
}
}