Javascript – ASP.NET 8 MVC Project – Embedded Stripe payment not working
I'm following Stripe's online docs to create an embedded payment form for connected accounts. https://docs.stripe.com/connect/direct-charges?platform=web&ui=embedded-form&client=html#mount-checkout My test API key is set correctly in Program.cs This endpoint in my controller is mostly straight from Stripe's API guide, and it happily returns…