#ghadgraft - Subscription Invoice

1 messages · Page 1 of 1 (latest)

stiff lily
#

👋 Thanks for reaching out

#
  • If you are canceling the subscription on your own so you need to cancel/void the invoice also
    https://stripe.com/docs/api/invoices/void
  • If you want to cancel the invoice after the subscription was canceled due to a failed payment, you need to listen to the webhook invoice.payment_failed and cancel the invoice with the void API (same API above)