#mdubya_

1 messages · Page 1 of 1 (latest)

buoyant frostBOT
#

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

snow mauve
#

HI 👋

It seems like you've asked a couple questions about setup intents previously.

#

What is your current question?

lofty parcel
#

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

snow mauve
#

You do that by confirming the setup intent

lofty parcel
#

oh is that it?

snow mauve
#

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.

lofty parcel
#

i have. many times. docs often offer conflicting or differing directions.

snow mauve
#

Can you point out the specific section you are confused about?

lofty parcel
#

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.

snow mauve
#

There is a pm

#

payment_method: "pm_1O5xCVKuX1YoCvmrGRBHhKtt",

lofty parcel
#

yes. im aware. like i said. i was looking at the wrong response. i now see that. sorry.

snow mauve
#

Got it. well it looks like you. have this set up correctly

lofty parcel
#

yes. thanks.