{
"appId": "your appid",
"sign": "sign by param",
"param": "{\"timestamp\":\"1677482490058\",\"subAuthId\":null,\"subMchId\":null,\"receiverType\":\"PAYCOOLS_MCH\",\"receiverAccount\":\"xxx\",\"receiverName\":\"xxx\",\"remarkName\":\"xxx\",\"relationType\":\"CUSTOM\",\"customRelation\":\"test\",\"relationProofUrl\":\"/money/merchant/split/payment/receiver/extern/xxx.png\"}"
}curl --location --request POST '/open-api/v1/splitPaymentReceiver/add' \
--header 'Content-Type: application/json' \
--data-raw '{
"appId": "your appid",
"sign": "sign by param",
"param": "{\"timestamp\":\"1677482490058\",\"subAuthId\":null,\"subMchId\":null,\"receiverType\":\"PAYCOOLS_MCH\",\"receiverAccount\":\"xxx\",\"receiverName\":\"xxx\",\"remarkName\":\"xxx\",\"relationType\":\"CUSTOM\",\"customRelation\":\"test\",\"relationProofUrl\":\"/money/merchant/split/payment/receiver/extern/xxx.png\"}"
}'{
"code": 10000,
"message": "Success",
"data": {
"bindNo": "SPR6544727914841",
"receiverType": "PAYCOOLS_MCH",
"receiverAccount": "xxx",
"receiverName": "xxx",
"remarkName": "test remark",
"relationType": "CUSTOM",
"customRelation": "test",
"relationProofUrl": "/money/merchant/split/payment/receiver/extern/xxx.png"
}
}