#dpelkey98
1 messages · Page 1 of 1 (latest)
Hello there
You would not create mandates within Stripe for cards, no.
If you want to do something like this you would track it on your end
So the best I can do is save the card as off-session, attach to a customer, and hope for the best when charging? (Of course it is disclosed to the user when adding a card how it will be used)
Or even a method of allowing a customer to confirm a payment intent without placing a hold on the funds?
You should use a SetupIntent to properly set up the card for future use if you aren't charging it immediately.
No way to confirm a PaymentIntent without an authorization, whether you are capturing immediately or later on.
Yeah, that's how I'm saving them now. If that's my best option then will make it work. Thanks!