#Kobweb

1 messages ยท Page 1 of 1 (latest)

zinc foxBOT
sick lion
#

Hello ๐Ÿ‘‹
What have you tried so far?

past leaf
#

For the moment, i use that :

const invoices = await this.stripe.invoices.list({
  customer: myUser.stripeCustomerId,
  limit: 100
})
#

And i don't know how to know if it's linked to an incomplete subscription or not

sick lion
past leaf
#

Ok thanks it works !

sick lion
#

NP! ๐Ÿ™‚ Happy to help