For the complete documentation index, see llms.txt. This page is also available as Markdown.

usePlans

When you need a list of available Stripe plans, you can use the usePlans hook to fetch a list of plans formatted for the UI.

const plans = usePlans();

Last updated