#b33fb0n3_returning-customers

1 messages ยท Page 1 of 1 (latest)

solemn oakBOT
plush thornBOT
#

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.

solemn oakBOT
#

๐Ÿ‘‹ 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/1238500094559518801

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

arctic frost
#

Hi there ๐Ÿ‘‹ not yet, but we're working on it. We have an active beta ongoing to allow you to show saved payment methods within a Payment Element integration. If that sounds like something you'd be interested in trying, then you can take a look at our announcement here for contact information:
#๐Ÿ”Šannouncements message

#

You can build what you're describing though, likely using Elements for a large chunk of it but definitely requiring some custom work as well.

tender orchid
arctic frost
#

Gotcha, what about them?

tender orchid
arctic frost
#

I'm still not really sure what you're looking for guidance on.

A Payment Element can be pre-populated using defaultValues:
https://docs.stripe.com/js/elements_object/create_payment_element#payment_element_create-options-defaultValues

You wouldn't use the Payment Element for returning customers, instead you would directly charge their already saved payment method. Similar to what we show here, but maybe adapated a bit depending on what exactly you're trying to do:
https://docs.stripe.com/payments/save-and-reuse?platform=web&ui=elements#charge-saved-payment-method

Creating Customer objects is done by making a request from your backend:
https://docs.stripe.com/api/customers/create

Learn how to save payment details and charge your customers later.

solemn oakBOT
#

b33fb0n3_returning-customers