#rohit-stripe-checkout
1 messages · Page 1 of 1 (latest)
Subscription mode. I got the subscription webhook and hence created in DB .
But I didn't get charge succeed webhook
This is in production!
I have following event types created in production
payment_method.updated
invoice.payment_action_required
customer.updated
customer.subscription.updated
charge.succeeded
customer.subscription.deleted
customer.subscription.created
Customer is created
Subscription is created
Invoice is generated
correct in that case, an Invoice will be created for $0, but no Charge
Yes invoice is created.
I see
So charge.succeeded won't be initiated if there is 0$
correct there won't be any Charge Event for a $0 Invoice