Building a Pricing Table
The List Products endpoint allows you to dynamically retrieve and display available pricing packages on your site or app. This is ideal for creating a pricing table that reflects the products you've configured in your Fusion dashboard — including product names, prices, and status.
By integrating this flow, you can present users with real-time subscription options and let them select a package before starting the checkout process.

Code Example
The following example demonstrates how to use the Fusion Payments API to display a list of active subscription products. It fetches product data from the List Products endpoint and renders each plan with its name, description, and formatted price. This lightweight, client-side implementation helps you quickly create a dynamic pricing table based on the products you've configured in your Fusion dashboard.
What made this section unhelpful for you?
On this page
- Building a Pricing Table