#maria_code
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/1366486958469152808
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
hi
Hello
How exactly are you integrated with Stripe?
Are you using Stripe Checkout, PaymentLinks or the APIs directly?
And when you say you've attempted everything, can you outline the steps you've taken?
i am using stripe checkout, but stripe does not automatically store clients credit cards and i need to have them stored in case of late fee and whatnot whent they purchase a sign up from my website
i tried to create them as a customer using make.com and zappier but i cant really figure it out how to integrate their info to make them as a customer on stripe automatically
is there any way i can have help?
Sounds like you're integrated via a third-party platform? Typically, the platform you're integrated through should have guidance around what you can do to save the customers payment methods
im using wix intergrating strip
stripe
i thought once the customer submit a payment from integrated with stripe, stripe would automatically store their credit card info
form*
We don't do that by default. The API request to Stripe needs to have specific parameter in order to tell us to store the payment method. For example - https://docs.stripe.com/payments/accept-a-payment?platform=web&ui=stripe-hosted#save-payment-method-details
Since you're integrated via a third-party platform, they make this request on your behalf. So I'd recommend talking to Wix and see if they have specific guidance on how you can enable saving payment methods in your integration.
i see, and is it possible to use make.com to create a customer on stripe and store their credit card info from 123form build using coding?
That's not something my team / Stripe would know as we'
don't know anything about make.com
or 123form
You'd need to ask them to see if they offer Stripe integration
It might be possible but like I said above, we don't know anything about make.com or 123form so I can't say if this is something we'd support 100%. You can give it a try and see if that works
i see, and for the code to use from the lin you sent me, i copy that to wix velo? or i guess its better to hire an expert?
The code I sent is something wix would need to support from their end. So you should talk to them first and see if they support this already. If not, you should hire a developer, yes.