Customer updated
Webhook

Request

Security
SecretApiKey or JWT
Bodyapplication/json

Payload of customer-related webhook event.

customerIdstring, <= 50 characters(CustomerId)

ID of the customer resource.

Example:"cus_0YV7DDSDD1C8DA64KHH2W33CPF"
eventTypestring

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"
_embeddedobject

Embedded objects related to the customer event.

Payload
{ "customerId": "cus_0YV7DDSDD1C8DA64KHH2W33CPF", "eventType": "aml-list-possibly-matched", "_embedded": { "customer": {} }, "_links": [ {} ] }

Responses

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