- Customer one-time-password requested
Retrieve customers
Create a customer
Retrieve a customer
Upsert a customer
Merge and delete a customer
Retrieve a customer's lead source
Create a customer's lead source
Delete a customer's lead source
Retrieve customer credit balance
Create a compliance screening report
Retrieve a customer's lifetime summary metrics
Customer created
Customer merged
Customer tax number validated
Customer updated
Experian check performed
Lead source changed
Customer one-time-passwor...
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/customer-one-time-password-requested
- Sandbox serverhttps://api-sandbox.rebilly.com/organizations/{organizationId}/customer-one-time-password-requested
- Live serverhttps://api.rebilly.com/organizations/{organizationId}/customer-one-time-password-requested
- SecretApiKey
- JWT
{ "customerId": "cus_0YV7DDSDD1C8DA64KHH2W33CPF", "eventType": "aml-list-possibly-matched", "_embedded": { "customer": { … } }, "_links": [ { … } ] }