#alper-yilmaz_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/1268846351752499200
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
We have enabled raw card data feature
After confirming payment intent we get a redirect url https://hooks.stripe.com/3d_secure_2/hosted
Is there any url for 3d_secure_2 accepts post form methods?
I don't think there's a way to customize that. Why can't you handle GET endpoints?
Because we have other payment providers all of them using post methods
So Stripe does not have any post method allowed endpoints for 3d_secure_2?
https://hooks.stripe.com/3d_secure_2/hosted does not allow post method
No, unfortunately
So we have to use GET method for https://hooks.stripe.com/3d_secure_2/hosted right?
Correct. You have to redirect the customer to that page.
Thank you
Happy to help.