{
"type": "object",
"properties": {
"mch_id": {
"description": "商户号",
"type": "string"
},
"out_payee_id": {
"description": "商户侧收款人唯一id",
"type": "string"
}
},
"required": [
"mch_id",
"out_payee_id"
],
"x-apifox-orders": [
"mch_id",
"out_payee_id"
]
}curl --location 'https://openapi.lianlianpay.com/mch/v1/global-payout/beneficiary/cancel' \
--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 '{
"type": "object",
"properties": {
"mch_id": {
"description": "商户号",
"type": "string"
},
"out_payee_id": {
"description": "商户侧收款人唯一id",
"type": "string"
}
},
"required": [
"mch_id",
"out_payee_id"
],
"x-apifox-orders": [
"mch_id",
"out_payee_id"
]
}'{
"ret_code": "string",
"ret_msg": "string"
}