#mclowrider_api

1 messages ยท Page 1 of 1 (latest)

placid sundialBOT
#

๐Ÿ‘‹ 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/1370428073748467843

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

olive marsh
amber junco
#

Ok. Does that mean we cant checkout it with ideal in test mode programmatically?

olive marsh
#

Essentially yes, but you can test card-based redirects - which function the same way.

#

...Or perhaps you can't test card-based redirects programmatically. ๐Ÿค”

#

Though you could potentially use a headless browser as well, but that will be a bit brittle, as when things change with whatever Stripe frontend components you're using, it may break.

amber junco
#

On the confirming the payment intent, its aasking for a mandate_data whch cannot be created through the API. Its readonly

olive marsh
#

Can you share the Request ID?

amber junco
#

req_fr3TD6IIyVHn8y

olive marsh
#

The mandate is generated during the browser-based confirmation/authentication step.

amber junco
#

And there's no way to do to that in test mode without a bwroser I presume ๐Ÿค”

olive marsh
#

You could use a headless browser.

#

...as an example.

#

I set up some headless browser testing over a decade ago and haven't done it since, so I'm not really up on what the most current tools are.

amber junco
#

In test mode the ideal checkout show a page that allows you to decline/authorize the payment

#

That page must generate the mandate under the hood.

olive marsh
#

It does, yes.

amber junco
#

And as you said, that ability is not exposed test mode on purpose it seems

olive marsh
#

Ya, this has been the case for some parts of the payments process since 3D Secure / SCA was mandated in Europe in the late 2010s.

amber junco
#

That makes sense for live mode. Thought there would have been a workaround for test mode

olive marsh
#

There kind of is, which is using a headless browser - but the process does require using the browser.

amber junco
#

Basically, we are trying to simulate creating a subscription using ideal and seeing it create a seps_debit payment method in a test outside the browser

#

But its not possible.

#

Thanks for your help, though. Really appreciate your patience

olive marsh
#

You're very welcome - and I'm sorry there isn't a better way to solve this!

amber junco
#

No worries. Hopefully, there might be at some point ๐Ÿ™‚ . Just trying to eliminate any manual testing