#david-llop-_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/1334546980839493662
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- david-llop-_code, 1 hour ago, 36 messages
- david-llop-_code, 6 days ago, 19 messages
Hey there
I just tested the
Charge the saved payment method laterflow, and it worked, but I want to test the flow where I need to redirect tonext_actionurl, is there anyway I can test that in localhost
WHat part of this are you stuck on in test mode?
If you're using a flow that requires manually redirecting, you can do that
and in test mode localhost should be valid for return URLs on payments
Are you encountering errors or not sure how to test a flow?
I¡m not sure how to test it
I mean, what I did is to use the Stripe SDK in PHP
and I can see the result in stripe dashboard's website
I need to leave now, office is closing 😦 Sorry about wasting your time. If you could point me in the right direction to where to find how to test a next_action outcome would be awesome 🙏
If you use the test card that requires 3ds on all payment attempts, even after being set up, you can set it up to save for later, then try a payment server side to see a required action.
https://docs.stripe.com/testing#authentication-and-setup
4000002760003184
When you confirm the payment off session the first time, it will be declined as requires_authentication
You can then try confirming again without off_session=true, and providing a return_url
This will give you a next_action to redirect to a URL for 3ds