#dvd_api
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/1243049922585038899
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi there, I can only support if you have a direct integration with Stripe. If you have questions related to a 3rd-party plugin, I'd suggest you to reach out to the plugin developer directly.
We are using stripe as our primary and only payment method
Since Shopify doesn't allow ACH payments
Shopify said the only way that's possible is with Shopify extension and stripe.js
Thanks for waiting! I'm unable to find the request ID you shared. Could you share what error you're facing when integrating with StripeJS directly?
I'm able to initialize stripe in my Shopify ui extension
But when I run stripe.redirectToCheckout
I get the error
Typeerror: c.redirecttochrckout is not a function
stripe.redirectToCheckout has been deprecated and shouldn't be used. I'd recommend following the latest integration guide using Checkout Session here: https://docs.stripe.com/payments/accept-a-payment?platform=web&ui=stripe-hosted
Do you have a guide on how I would integrate this to my Shopify ui extension
Or reference
This channel is for direct technical integration with Stripe. I'm afraid we don't know how Shopify extension works or where the guide is
Most of the "guides" tell to use redirectchrckout
So its no longer supported or works correct @pliant knot ?
stripe.redirectToCheckout is deprecated and not recommended, but it would still work if you're using StripeJS that is imported directly from Stripe (not via third party library or plugin)
Can you clarify what you mean imported directly from stripe vs third party