/
AML list possibly matched
Security
SecretApiKey or JWT
Payload of customer-related webhook event.
ID of the customer resource.
Example:"cus_0YV7DDSDD1C8DA64KHH2W33CPF"
Type of event that triggered the webhook.
Enum:"aml-list-possibly-matched""customer-created""customer-merged""customer-one-time-password-requested""customer-redirected-offsite""customer-returned""customer-updated"
- Mock serverhttps://www.rebilly.com/_mock/catalog/all/aml-list-possibly-matched
- Sandbox serverhttps://api-sandbox.rebilly.com/organizations/{organizationId}/aml-list-possibly-matched
- Live serverhttps://api.rebilly.com/organizations/{organizationId}/aml-list-possibly-matched
- SecretApiKey
- JWT
{ "customerId": "cus_0YV7DDSDD1C8DA64KHH2W33CPF", "eventType": "aml-list-possibly-matched", "_embedded": { "customer": { … } }, "_links": [ { … } ] }