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