#devz_setup-future-payments
1 messages ยท Page 1 of 1 (latest)
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.
- devz_best-practices, 1 day ago, 38 messages
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can 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/1250062337587675162
๐ Have more to share? Add details, code, screenshots, videos, etc. below.
hi there!
When you create the SetupIntent, set the customer property, this way the payment method will be automatically attached to that customer.
Yeah
But how i attach the details of the payment methos
For example credit card details ?
I explained just above: just set customer: cus_xxx when creating the SetupIntent, and that's it.
I dont understand
What you explained is to attach an card to the customer
BUt where do i put the details ?
credit card number etc
so your goal is to save a card number so you can use it later with a SetupIntent? if so, everythign is explained in this guide: https://docs.stripe.com/payments/save-and-reuse?platform=web&ui=elements&lang=node
thats it
i'll try it
thanks .D
๐
Btw
The customer id
Is the id stripe gives to that customer
right ?
correct
thx