Hi,
I see this has been closed.
Can you please advice what was the result of your evaluation?
Regards, Vikas
Hi Team,
Apparantly Stipe integration will stop working after 14 Sep due to SCA regulations. Got following email from Stripe.
What is the impact on Asp Zero?
We wanted to remind you about required changes to your Stripe integration. Upcoming industry-wide regulation will require Strong Customer Authentication (SCA) on many European payments starting 14 September. Unless you take action, payments that aren't authenticated may be declined by your customers' banks.
Our information shows your business will be impacted by SCA, and that you still need to make changes to your Stripe integration to get ready for these new requirements. As this change may require additional software development, we strongly recommend that you start updating your integration as soon as possible.
Visit the Dashboard to plan and start implementing the changes you'll need to make before 14 September._
Hi @ismcagdas
I could see charge.succeeded in the webhooks log when a payment was done. I could not find invoice.payment_succeeded.
Can you please re-confirm?
Regards, Vikas
Hi,
Stripe is recommending to limit the number of Event types.
Can you please advice on the Event types that AspZero relies on?
Regards, Vikas
Thanks for reply.
The issue was that I wanted to map the App to app.domian.com and derive the tenancy name from subdomain.
Any pointer on what strategy should be used for that?
Regards, Vikas
Hi,
I have published the public website and app on Azure successfully. Both seems to have the same IP.
I want to link both to a single root domain - domain.com
Do you have any guide on how to do this?
I have mapped the public website to domain, however not sure how to map the mvc application.
Regards, Vikas
@ismcagdas
When adding this "https://yoursitename.azurewebsites.net/Stripe/WebHooks" as endpoint in Stripe directly, it does not work and throws http 302.
Is there a way to investigate further if the azure website is getting a hit?
Thanks.
webhookrelay.com has to be used for Azure hosted app as well?
I assumed it was required for localhost only.
Hi,
I have enabled stripe integration. My app is in Azure App service.
I was successfully able to upgrade the Tenant from Subscriptions after using dummy credit card.
However, in Stripe, the webhooks show as pending.
My webhook URL is like this - https://apname/Stripe/WebHooks
I am using v6.7 with ASP MVC jQuery and followed this guide
Is the Webhook path correct?
Regards, Vikas