Found the issue, I was confused about the minimum payment amount and how it worked.
Default is set to what looks like $1million (1M): https://docs.aspnetzero.com/en/aspnet-core-mvc/latest/Features-Mvc-Core-Subscription
I changed this to "50", which is Stripe's minimum accepted payment amount (for testing), and the transaction completed and activated the account.
I am still confused about how to handle the Tax/VATNo for the US users that are not businesses, but I will ask this in a new/different thread.
Thanks.
Found the Stripe fix on the github: https://github.com/aspnetzero/aspnet-zero-core/pull/4753/files/5e80799f97a0b3854f417f32a092559cc1a13c8a
That helps.
Looks like it was fixed in 12.0.1. I migrated to update version and it is working. Thanks.
@ismcagdas
You are right, it appears my screenshots only showed up for me using WYSIWYG editor. Let me clean them up with actual images and test in another browser.
As for the blog post, absolutly I would like that, if it will help someone else. Let me get the format cleaned up with the images.
Thanks.