Updates AML settings.
Security
SecretApiKey or JWT
- Mock serverhttps://www.rebilly.com/_mock/catalog/all/aml-settings
- Sandbox serverhttps://api-sandbox.rebilly.com/organizations/{organizationId}/aml-settings
- Live serverhttps://api.rebilly.com/organizations/{organizationId}/aml-settings
- SecretApiKey
- JWT
curl -i -X PUT \
https://www.rebilly.com/_mock/catalog/all/aml-settings \
-H 'Content-Type: application/json' \
-H 'REB-APIKEY: YOUR_API_KEY_HERE' \
-d '{
"confidence": {
"dob": {
"exactMatch": {
"addressMatch": {
"matchingCountry": "weak",
"mismatchingCountry": "weak",
"noCountry": "weak"
},
"addressMismatch": {
"matchingCountry": "weak",
"mismatchingCountry": "weak",
"noCountry": "weak"
},
"noAddress": {
"matchingCountry": "weak",
"mismatchingCountry": "weak",
"noCountry": "weak"
}
},
"inexactMatch": {
"addressMatch": {
"matchingCountry": "weak",
"mismatchingCountry": "weak",
"noCountry": "weak"
},
"addressMismatch": {
"matchingCountry": "weak",
"mismatchingCountry": "weak",
"noCountry": "weak"
},
"noAddress": {
"matchingCountry": "weak",
"mismatchingCountry": "weak",
"noCountry": "weak"
}
}
},
"noDob": {
"exactMatch": {
"addressMatch": {
"matchingCountry": "weak",
"mismatchingCountry": "weak",
"noCountry": "weak"
},
"addressMismatch": {
"matchingCountry": "weak",
"mismatchingCountry": "weak",
"noCountry": "weak"
},
"noAddress": {
"matchingCountry": "weak",
"mismatchingCountry": "weak",
"noCountry": "weak"
}
},
"inexactMatch": {
"addressMatch": {
"matchingCountry": "weak",
"mismatchingCountry": "weak",
"noCountry": "weak"
},
"addressMismatch": {
"matchingCountry": "weak",
"mismatchingCountry": "weak",
"noCountry": "weak"
},
"noAddress": {
"matchingCountry": "weak",
"mismatchingCountry": "weak",
"noCountry": "weak"
}
},
"weakMatch": {
"addressMatch": {
"matchingCountry": "weak",
"mismatchingCountry": "weak",
"noCountry": "weak"
},
"addressMismatch": {
"matchingCountry": "weak",
"mismatchingCountry": "weak",
"noCountry": "weak"
},
"noAddress": {
"matchingCountry": "weak",
"mismatchingCountry": "weak",
"noCountry": "weak"
}
}
},
"yob": {
"exactMatch": {
"addressMatch": {
"matchingCountry": "weak",
"mismatchingCountry": "weak",
"noCountry": "weak"
},
"addressMismatch": {
"matchingCountry": "weak",
"mismatchingCountry": "weak",
"noCountry": "weak"
},
"noAddress": {
"matchingCountry": "weak",
"mismatchingCountry": "weak",
"noCountry": "weak"
}
},
"inexactMatch": {
"addressMatch": {
"matchingCountry": "weak",
"mismatchingCountry": "weak",
"noCountry": "weak"
},
"addressMismatch": {
"matchingCountry": "weak",
"mismatchingCountry": "weak",
"noCountry": "weak"
},
"noAddress": {
"matchingCountry": "weak",
"mismatchingCountry": "weak",
"noCountry": "weak"
}
}
},
"inexactYob": {
"exactMatch": {
"addressMatch": {
"matchingCountry": "weak",
"mismatchingCountry": "weak",
"noCountry": "weak"
},
"addressMismatch": {
"matchingCountry": "weak",
"mismatchingCountry": "weak",
"noCountry": "weak"
},
"noAddress": {
"matchingCountry": "weak",
"mismatchingCountry": "weak",
"noCountry": "weak"
}
},
"inexactMatch": {
"addressMatch": {
"matchingCountry": "weak",
"mismatchingCountry": "weak",
"noCountry": "weak"
},
"addressMismatch": {
"matchingCountry": "weak",
"mismatchingCountry": "weak",
"noCountry": "weak"
},
"noAddress": {
"matchingCountry": "weak",
"mismatchingCountry": "weak",
"noCountry": "weak"
}
}
}
},
"priority": {
"pep": {
"veryStrong": "p0",
"strong": "p0",
"medium": "p0",
"weak": "p0"
},
"enforcements": {
"veryStrong": "p0",
"strong": "p0",
"medium": "p0",
"weak": "p0"
},
"stateOwnedEnterprise": {
"veryStrong": "p0",
"strong": "p0",
"medium": "p0",
"weak": "p0"
},
"sanctions": {
"veryStrong": "p0",
"strong": "p0",
"medium": "p0",
"weak": "p0"
},
"adverseMedia": {
"veryStrong": "p0",
"strong": "p0",
"medium": "p0",
"weak": "p0"
}
}
}'AML settings updated.
Headers
Total number of rate limit tokens for this request within a rate limit period. For more information, see Rate limits.
Example:3600
Response
{ "confidence": { "dob": { … }, "noDob": { … }, "yob": { … }, "inexactYob": { … } }, "priority": { "pep": { … }, "enforcements": { … }, "stateOwnedEnterprise": { … }, "sanctions": { … }, "adverseMedia": { … } } }