Change Payment Provider
SaaSBold provides robust payment integration options, including Stripe, LemonSqueezy, and Paddle. This documentation section will guide you through switching between these payment providers.
Last updated
SaaSBold provides robust payment integration options, including Stripe, LemonSqueezy, and Paddle. This documentation section will guide you through switching between these payment providers.
Last updated
SaaSBold offers different payment integrations to handle transactions. Currently, it supports Stripe, LemonSqueezy, and Paddle. The integration is reflected on the home and user billing pages.
Home page
User Billing page.
To change the payment provider on the home page:
Locate the Pricing Component: Open the pricing component file in the components/Home/Pricing/index.tsx
.
Switch Providers: Uncomment your preferred provider's import statement and comment out the existing one.
Uncomment the provider you want to use and comment out the other.
The process for changing the payment provider on the billing page is similar to the home page:
Locate the Pricing Component: Open the user billing pricing component file located in the components/User/Billing/index.tsx
.
Switch Providers: Uncomment your preferred provider's import statement and comment on the existing one.
Make sure to configure your Payment provider.
Ensure that you properly configure the chosen payment provider. Each provider requires specific setup steps detailed in their respective guides within this documentation. Follow these guides to configure API keys, webhook endpoints, and other necessary settings to enable seamless transactions.
Test Thoroughly: After switching the provider, test the payment process thoroughly to ensure everything works correctly.
Monitor Transactions: Monitor the initial transactions to catch any potential issues early.
By following these steps, you can easily switch between different payment providers in SaaSBold, providing flexibility and ensuring that your payment processes align with your business needs.