#wasserbr_mx-installmentsmore
1 messages ยท Page 1 of 1 (latest)
๐ 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/1296594215496843305
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello!
As far as I know we don't have a React Native guide for that flow specifically. You would need to adapt that guide to React Native yourself.
That said, what's your goal? What are you trying to build?
@tidal tartan You there?
No React Native, this one https://docs.stripe.com/sdks/stripejs-react
Right, I understand you want to use React Native, but we don't have docs specific to React Native + those installment payments. Can you tell me more about what you're trying to build, though, so I can perhaps suggest an alternative approach? Why do you want to use the Direct API version of that integration specifically?
wasserbr_mx-installmentsmore
๐ @tidal tartan I feel like we talked about this in a past thread and you were using PaymentElement and I explained this was in beta right?
Yes, that is correct
However Stripe Support resolve to me the same doc
No beta access
However the signal I'm gettins is use plain all StripeJS
ugh I'm sorry. The only viable path is to use PaymentElement. It makes no sense to force you to rewrite your entire integration just to use that feature and regret it later
My advice is to pause and push back on support and ask them for access to that beta
True, however Iโm loosing more time with this back and forth than have done it from the beginning with stripejs
Support took a week to answer
Or there is another way to speed things up with support?
not that I know of. Anyways I'm happy to help but do you have a clear and detailed question? You sahred the right doc, it explains everything so what exact part is blocking you?
Okay, what does tht mean. What have you tried, what exact error do you get, what is your exact code, etc.
From this doc the first step is to collect cart details https://docs.stripe.com/payments/meses-sin-intereses/accept-a-payment?platform=web&ui=direct-api however what we can not figure out is doing it with strpiejs react
Gotcha so my advice is pause and integrate https://docs.stripe.com/payments/card-element end to end first. This has a guide for React. Once that works you can then add the "MX installments" extra thing
Alright so, what would be the next step from this doc? From were should I start in this doc https://docs.stripe.com/payments/meses-sin-intereses/accept-a-payment?platform=web&ui=direct-api ?
read what I said above. Please pause, ignore that MX installment part entirely
And then make CardElement work first end to end without installment. This will already take you a while
I have a working CardElement, end to end
Okay so now you can carefully read https://docs.stripe.com/payments/meses-sin-intereses/accept-a-payment?platform=web&ui=direct-api and apply the new parts you haven't done yet to support showing the plan(s) available and let the end customer control this. It's all in JS and isn't something React specific
sure and I am really sorry, it should have been as easy as turning on a setting on your Stripe account to have it appear in PaymentElement ๐ฆ