#mdubya_
1 messages · Page 1 of 1 (latest)
Hello mdubya_, we'll be with you shortly! 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.
• mdubya_, 2 days ago, 28 messages
• mdubya-setupintent-status, 4 days ago, 26 messages
HI 👋
It seems like you've asked a couple questions about setup intents previously.
What is your current question?
aye. just sorting out some workflow questions.
my platform is a single page check out. so i create a setupIntent, create the user both in my system and in stripe
i need to take that setupIntent, and convert it to a payment method
to attach to the users account
example: req_3wGl3HWi1CM7co
You do that by confirming the setup intent
oh is that it?
The API request you sent is a Setup Intent creation. now you need to use this setup intent to collect payment method information and have the customer confirm it.
You should read this documentation thoroughly. It explains how to do all of this: https://stripe.com/docs/payments/save-and-reuse
i have. many times. docs often offer conflicting or differing directions.
Can you point out the specific section you are confused about?
specifically. i think i was just referencing the wrong request response.
req_ZrMyta8OO6aRZj is the one i was supposed to send
was wondering why there wasnt a pm__ when i should have been getting one. this one is on me. looking at the wrong thing.
yes. im aware. like i said. i was looking at the wrong response. i now see that. sorry.
Got it. well it looks like you. have this set up correctly
yes. thanks.