#alex6743_docs
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/1361745941908164648
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- alex6743_best-practices, 1 day ago, 7 messages
- alex6743_code, 3 days ago, 22 messages
- alex6743_code, 4 days ago, 27 messages
I ask because we need customers to be able to save more than one payment and to also be able to delete saved payments
I don't know the timeline on that; I'd recommend reaching out to Support for info about this.
We wish we could help, but you need to talk to Stripe support
We can only help on Discord if all of the following are true:
- ๐งโ๐ป You must be a developer
- ๐ ๏ธ Your question must be about building a Stripe integration
- โ๏ธ Your question must be technical/developer focused
- โฑ๏ธ You must be available to respond in realtime
- ๐ฅ You must be comfortable receiving help in public (this is a public server)
If any of those aren't true please contact Stripe support.
If all of those are true we may have misunderstood your question; please provide more details below.
Note that using an inappropriate button or submitting inappropriate information is a violation of our rules. You will be removed from this server if you repeatedly create invalid threads.
That's okay. Thank you.
We're evaluating a few credit card processors for online payments and noticed this feature's missing with Stripe
You can absolutely build this functionality, but it's not included in Checkout.
Is there documentation on this? And will it require storing the payment information on our systems?
One off purchases
Only add/save a new card during a purchase, or can do at any time?
We'd hope to add/save outside of purchases too
Ok cool. ๐
Save without payment: https://docs.stripe.com/payments/save-and-reuse
Save during payment: https://docs.stripe.com/payments/checkout/save-during-payment?payment-ui=stripe-hosted
List a Customer's payment methods via API: https://docs.stripe.com/api/payment_methods/customer_list
Thanks, @west acorn . I've been working through those articles. It doesn't appear it's currently possible to show more than one saved pay type during purchase or delete any of them.