#bokehdan_save-paymentmethod
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1220792572189081821
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi ๐
How are you collecting the payment method information?
You said you don't want to send an Invoice, are you using Stripe Billing in some fashion?
Also the guide you linked in flagged as deprecated. We recommend you use Payment Intents instead.
https://docs.stripe.com/payments/place-a-hold-on-a-payment-method
Hi!
So we're thinking of showing the stripe payment form for the user, but wanted to know if we need to create an invoice prior (which is $0) or can we simply use the form and it will create a new user (if their email address does not exist in our Stripe customers list)
Oka first, why are you creating an "Invoice" at all, especially for $0?
We assumed that was the approach needed ๐
Based on what?
Are you using Stripe Billing? https://docs.stripe.com/billing
That is totally different from plain Payments
No I am not
What are you actually trying to do?
Are you trying to save a Payment Method for later use? Or authorize a set charge for a Customer before capturing it?
correct, save a Payment Method for later use
Okay that is also very different from pre-authorizing
It helps if you can be very explicit because it's easy to go down the wrong path (there are a lot of options ๐ )
ok my bad, I automatically say pre-auth card but understand it can mean a different thing
So, for saving a Payment Method, we have a canonical integration guide that covers both the Web and iOS
Sure thing! Happy to shed what ๐ก I can ๐