#monobot - Modify Subscription
1 messages · Page 1 of 1 (latest)
It will trigger an invoice. If your customer and the subscription are set up for it, you can go all the way through to a charge. But there are a number of steps that occur.
You can listen for payment_intent.succeeded, and/or charge.succeeded. Both will get fired since invoices create payment intents and payment intents create charges.
Also invoice.paid & invoice.payment_succeeded
understood, many thanks!