#compiler-subscription-nextaction
1 messages · Page 1 of 1 (latest)
Hey @broken latch it's possible for Subscription creation to trigger this if a payment is attempted upfront yes. Usually we recommend payment_behavior: 'default_incomplete'
compiler-subscription-nextaction
Sorry, my question is a bit different. I will clarify more.
In your documentation https://stripe.com/docs/billing/subscriptions/overview#requires-action, it says I need to
- Monitor for the invoice.payment_action_required event notification with webhooks. This indicates that authentication is required.
- Notify your customer that they must authenticate. ```
instead of monitoring it with webhook, can i just call create subscription endpoint with `latest_invoice.payment_intent` to get the payment_action_required information?
@bleak swift tagging for visibility