#vibelizard_api

1 messages · Page 1 of 1 (latest)

earnest nightBOT
#

👋 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/1217473088204308512

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

fossil pathBOT
fluid sandal
#

Stripe acct id: acct_1740fFKhVBWG4doE

#

Customer id: cus_PjKhg48kM8gBEm

#

Payment Method: pm_1Ots1dKhVBWG4doE6wp70o5w

#

Let me know if any other info is needed!

weary carbon
#

I don't think the payment method was set up correctly to be used for future charges
Can you clarify what you're trying to do?

#

i.e. what's your ideal flow?

fluid sandal
#

We have an integration with Stripe to salesforce where customers redirect to Stripe Checkout to enter their payment method info. The PM is getting created through Stripe checkout. Then webhooks create the PM information in salesforce, ideally that payment method can be charged again through the payment intents API

#

the last step is where we are hitting the error.

weary carbon
#

My team is not familiar with how salesforce integration is built exactly so can't say what you need to modify here

fluid sandal
#

Does Stripe Checkout not set that parameter automatically to off_session? All we are doing in this case is redirecting to Stripe Checkout.

weary carbon
#

It does not.

fluid sandal
#

Got it- is that configurable or no?

weary carbon
fossil pathBOT
fluid sandal
sullen quartz
#

Yep that is the parameter that hanzo linked to earlier. If you are writing the code that makes this API call, setting that parameter will tell Checkout to save the payment method that the user puts in.

fluid sandal
#

Ok thanks guys that answers my question