curl --request PUT \
--url https://sigmacdd.sabipay.com/api/v1/cdd-request/{id}/corporate-persons/{personId}/matches \
--header 'Content-Type: application/json' \
--header 'apiKey: <api-key>' \
--header 'apiSecret: <api-key>' \
--data '
{
"type": "pep",
"status": "found",
"index": 0
}
'{
"message": "CDD corporate person screening data updated successfully",
"data": {
"_id": "6a4b7cfc92c5399eacf1ddc4"
}
}Customer Due Diligence
Update Corporate Request Match
PUT api/v1/cdd-request/{id}/corporate-persons/{personId}/matches
curl --request PUT \
--url https://sigmacdd.sabipay.com/api/v1/cdd-request/{id}/corporate-persons/{personId}/matches \
--header 'Content-Type: application/json' \
--header 'apiKey: <api-key>' \
--header 'apiSecret: <api-key>' \
--data '
{
"type": "pep",
"status": "found",
"index": 0
}
'{
"message": "CDD corporate person screening data updated successfully",
"data": {
"_id": "6a4b7cfc92c5399eacf1ddc4"
}
}Body
application/json