Business Logic Components


Business Logic Components are specialized React components designed to handle complex, stateful operations related to subscription and invoice management. These components encapsulate entire user flows, such as paying overdue invoices or resuming a canceled subscription, making it easy to integrate advanced functionalities into your application with minimal setup.

They are built on top of the core library features and often interact with the Payment Service API to perform actions and reflect state changes.

Next Steps#

After integrating these business logic components, you might want to display historical data to your users. Proceed to the History Components section to learn how to list invoices, payments, and credit transactions.