#cristian_financialconnections-microdeposits

1 messages ¡ Page 1 of 1 (latest)

deep wharfBOT
dusty haloBOT
#

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.

deep wharfBOT
#

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

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

proven delta
#

cristian_financialconnections-microdeposits

#

@violet ravine can I ask you to provide a bit more details? You seem to have carefully looked and tried something, you say it works for SI but not PI, but you didn't say what your exact code is and what the problem is?

violet ravine
#

SI is being handled in the backend, using the API. I have more options to specify PaymentMethodOptions.

PI is being handled by Stripe's Element react component, that has an options param, but lacks the option to pass paymentMethodOptions

violet ravine
#

exactly that

#

but my component seems to be missing these options

#

in react-stripe.d.ts

#

StripeElementsOptionsMode

proven delta
#

gotcha, suppress the types error, that will just work

#

I'll flag internally that we are missing those types on the TS definitions

violet ravine
#

Yep, that did the trick, even with the type errors. Thank you Koopajah! have a nice weekend!

proven delta
#

Sure thing!

violet ravine
#

Interesting, then I'm using an outdated version. I'll update it here! Thanks