Customers & payment methods
Stripe webhook event
customer.created
A new customer object was created.
Quick answer
You create a customer in Stripe.
| Event type | customer.created |
|---|---|
| Category | Customers & payment methods |
| When it fires | You create a customer in Stripe. |
| Recovery-relevant? | No |
When it fires
You create a customer in Stripe.
What to do with it
Sync the customer to your database.
Stop building webhook handlers
SubRevival consumes the failed-payment events for you and runs the full recovery stack, no endpoint to build, secure, or maintain. 5-minute Stripe OAuth, $19/mo flat.
Start Recovering RevenueFAQ
What does the Stripe customer.created webhook event mean?
A new customer object was created.
When does customer.created fire?
You create a customer in Stripe.
What should I do when I receive a customer.created event?
Sync the customer to your database.
Related events
customer.updatedcustomer.deletedcustomer.source.expiringpayment_method.attachedpayment_method.detachedAll events
Source: official Stripe events documentation.