#Fork-PaymentIntent

1 messages · Page 1 of 1 (latest)

unreal drum
#

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

inner canyon
#

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

unreal drum