#rohit-stripe-checkout

1 messages · Page 1 of 1 (latest)

dreamy ocean
#

hello, is this for a Checkout in mode: payment? or mode: subscription?

safe niche
#

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

dreamy ocean
#

correct in that case, an Invoice will be created for $0, but no Charge

safe niche
#

Yes invoice is created.

#

I see

#

So charge.succeeded won't be initiated if there is 0$

dreamy ocean
#

correct there won't be any Charge Event for a $0 Invoice