AML list possibly matchedWebhook

SecurityAPI Key: SecretApiKey or HTTP: JWT
Request
Request Body schema: application/json

Customer webhook request body resource.

customerId
string (CustomerId) <= 50 characters

ID of the customer resource.

eventType
string

Type of webhook event.

Enum: "aml-list-possibly-matched" "customer-created" "customer-merged" "customer-one-time-password-requested" "customer-redirected-offsite" "customer-returned" "customer-updated"
object

Embedded objects.

Array of objects

Related links.

Request samples
application/json
{ "customerId": "cus_0YV7DDSDD1C8DA64KHH2W33CPF", "eventType": "aml-list-possibly-matched", "_embedded": { }, "_links": [ ] }
Responses

2xx

Returns any 2xx status to indicate that data is received.