{
"appId": "your appid",
"sign": "sign by param",
"param": "{\"timestamp\":\"1677482490058\"}"
}curl --location --request POST '/open-api/v1/splitPaymentReceiver/list' \
--header 'Content-Type: application/json' \
--data-raw '{
"appId": "your appid",
"sign": "sign by param",
"param": "{\"timestamp\":\"1677482490058\"}"
}'{
"code": 10000,
"message": "Success",
"data": [
{
"bindNo": "SPR6393329486424",
"receiverAccount": "test receiverAccount",
"receiverName": "test receiverName",
"remarkName": "test remarkName",
"relationType": "HEADQUARTER",
"relationProofUrl": "idpay_new/merchant/split/payment/receiver/xxx.png"
},
{
"bindNo": "SPR6399254769418",
"receiverType": "PAYCOOLS_MCH",
"receiverAccount": "test receiverAccount",
"receiverName": "test receiverName",
"remarkName": "test remarkName",
"relationType": "CUSTOM",
"customRelation": "test customRelation",
"relationProofUrl": "idpay_new/merchant/split/payment/receiver/xxx.png"
}
]
}