#Ian Kaplan-save-payment-method
1 messages · Page 1 of 1 (latest)
Hi there 👋 this is expected. You'll need to either attach the payment method to a customer prior to it being charged, or during the first payment.
This doc walks through how to do the latter:
https://stripe.com/docs/payments/save-during-payment
ok but i dont create the paymentIntent correctly
since i create the invoice and get the client secret off the invoice
is there a way to setup for future usage when creating the invoice?
I'd suggest trying to update the Payment Intent once it's created by the invoice. I'm not entirely certain whether that'll work though.
ok thanks ill try that