#ssgernie_best-practices
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. Thank you for your patience!
âąď¸ We automatically close idle threads, which makes them read-only. Make sure you stick around to chat in realtime! If this thread is closed and you have another question you'll need to start a new thread.
đ 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/1214316675902734366
đ Have more to share? You can add more detail below, including code, screenshots, videos, etc.
Are you writing your own API code here, or is this more of a configuration on your squarespace account?
I was hoping to just do it though the configuration, but if I have to write it myself then I can see what that will entail.
If it is a lot of work we might have to move over to shopify and use their iDEAL integration instead but I would like to avoid it and stay with stripe if possible
I also considered creating the products in stripe and using a stripe embedded form to get the same effect if that will work
But I am not familiar with creating products in stripe and if that will work with iDEAL
Gotcha, for that I would reccommend talking to Squarespace's support. This server and our support team really only know about working directly with Stripe, but Squarespace will know about how you can work with their system.
Payment links could definitely be a lightweight way for you to take payments. These docs outline how to get set up with them https://docs.stripe.com/payment-links
Ya, I understand it is not your product that is causing the problem... but their support is not as forthcoming with actually supportive answers.
That is how we got into this situation in the first place. They told us to just choose stripe if we want iDEAL support, but after a lot of searching it seems they don't support your API fully
I will take a look at that doc and create another thread if I need any more help with that
Thanks for the help, and you can close this if there is no other documentation you can send me
Gotcha, I think that payment link doc should be what you need here, and our support team can help you with enabling iDEAL on those Payment Links if you are having trouble setting that up.
The only other docs that are coming to mind are our docs on iDEAL, but those are about our low-code solution, Checkout, and our solution for building custom pages, Elements. https://docs.stripe.com/payments/ideal
Can I add addition fields to the payment links? I have a product with options for color and I would like to capture that data when they customer uses it
And is there any way to have people add multiple things before paying, like a cart system using payment links?
Ah, unfortunately payment links can't handle carts. They are for selling a lot of the same thing over and over again. For a dynamic card you would need to use Checkout https://docs.stripe.com/payments/accept-a-payment?platform=web
Regarding step 1: set up stripe, how would I accomplish that with squarespace
I'm not sure I have any serverside access
Unfortunately I am not sure, that would be a question for squarespace's support. It is sounding like it would probably be best to use their solution at this point, to use Checkout here, you would need to build logic on your server for building and handling carts. Squarespace likely has something pre-built for this or at least plugins that can help you here