#Fork-PaymentIntent
1 messages · Page 1 of 1 (latest)
Mostly correct. For requires_payment_method you would want to bring back your customer online to let them try different PaymentMethod
It could simply be their card has been declined by their issuer bank, and that could be various reasons. Letting your finance team to invest could be overwhelming
Brilliant thanks 🙏
Would that requires_payment_method failed payment show in their Customer Portal so they can add another payment method?
Or should I create a Payment Link on the fly (with one line item for total amount) and email that out?
Context: We retrieve payment methods on signup with SetupIntent, but billing run is still done in our manual process so we're just charging via Stripe API
No I don't think it would show in Customer Portal. But we will send an email to your customer if you enable a setting: https://stripe.com/docs/billing/subscriptions/overview#emails
A failed payment notification prompting customers to update their payment information.