I recently saw and example of implementing Stripe on Azure into a website. Most of the UI elements were provided “out-of-the-box” and the developer just needed to provide the style. The developer would go into the Stripe control panel to configure things like subscription types, amounts, payment options, etc, and Stripe provided all the output such as a page with the subscription options. The developer was also responsible for connecting to additional web-hooks for more functionality.
Is there any type of integration like that available here or we do need to build all UI components and workflow from scratch?
This is for a website and not a phone app.
Thanks.