#samaratungajs

1 messages ยท Page 1 of 1 (latest)

high runeBOT
swift echo
#

๐Ÿ‘‹ happy to help

#

you won't receive the customer.subscription.created since you're creating a checkout session in payment mode

#

next you shouldn't be listening to payment_intent.* events for subscriptions but rather invoice.* events

thorny cave
#

Thanks i'll check that

swift echo
#

if you're already listening to payment_intent.* events, then you need to check whether the PaymentIntent has a non-empty invoice field and just ignore the event

sinful bay
#

Hi @swift echo in our usecase we want to checkout mixed content, like subscriptions + items in a single checkout session

is this not possible with stripe as for now?

high runeBOT
swift echo
#

actually it is possible