#shurd-3ds-automation
1 messages · Page 1 of 1 (latest)
@chilly jetty that's impossible
shurd-3ds-automation
You'll need to "mock" our API here. Don't hit Stripe, just skip Stripe and give your code fake responses that mirror what we would have done
but there's no way to pretend 3DS happened from a server/unit test
When I open the test URL provided back in the stripe SDK, I get this page. Clicking the "Complete Authentication" triggers a simple POST https://hooks.stripe.com/3d_secure/complete/acct_***/tdsrc_***. There's no way to get these values and trigger this ourselves in a automated manner?
correct that's impossible
I mean, I could get the page HTML and scrape the URL out so it's not impossible. I was just hoping for an easier way.
Have you actually tried that? I'd be surprised if that worked