Stripe is a popular payment processing platform known for its numerous benefits. It offers robust security features, encrypting sensitive data and communication while storing information in a separate hosting infrastructure. Stripe supports a wide range of payment methods, including credit cards, debit cards, bank transfers, mobile wallets, and card-based vouchers, ensuring flexibility for businesses and customers. It also allows extensive customization of the checkout process and supports recurring payments, making it ideal for subscription-based services. Stripe’s pricing is straightforward, with a flat rate of 2.9% + 30¢ per successful charge for volumes under $1 million per year. Setting up an account is quick and easy, and the platform integrates with hundreds of products. Notably, Stripe eliminates the need for PCI compliance, enhancing convenience for businesses, and is widely regarded as user-friendly. Additionally, Stripe serves as the default payment gateway for popular platforms like WooCommerce and Shopify. As a third-party payment aggregator, it pools transactions from various businesses to streamline processing.
Stripe is a popular payment processing platform known for its numerous benefits. It offers robust security features, encrypting sensitive data and communication while storing information in a separate hosting infrastructure. Stripe supports a wide range of payment methods, including credit cards, debit cards, bank transfers, mobile wallets, and card-based vouchers, ensuring flexibility for businesses and customers. It also allows extensive customization of the checkout process and supports recurring payments, making it ideal for subscription-based services. Stripe’s pricing is straightforward, with a flat rate of 2.9% + 30¢ per successful charge for volumes under $1 million per year. Setting up an account is quick and easy, and the platform integrates with hundreds of products. Notably, Stripe eliminates the need for PCI compliance, enhancing convenience for businesses, and is widely regarded as user-friendly. Additionally, Stripe serves as the default payment gateway for popular platforms like WooCommerce and Shopify. As a third-party payment aggregator, it pools transactions from various businesses to streamline processing.
Create a business account at stripe. Then create products (test or otherwise) and grab these necessary keys.
Once you have your products and these api keys in your .env within SaaS DNA, your will be capable of taking payments.
STRIPE_SECRET_KEY_TEST=sk_test_72L8BdTYKPQnvJrmm7pLgBwXazvsfyxyqRU9HJOGwUV84FoWp3mFyCmsr4Tu72dh5YTz9VRk2MjiLFQZTVpWa65CN11xH5KLqTX
NEXT_PUBLIC_STRIPE_PUBLIC_KEY_TEST=pk_test_72L8BdTYKPQnvJrmm7pLgBwXazvsfyxyqRU9HJOGwUV84FoWp3mFyCmsr4Tu72dh5YTz9VRk2MjiLFQZTVpWa65CN11xH5KLqTX
STRIPE_API_VERSION="2024-06-20"
STRIPE_TEST_MODE=true
Please note, you will need env variables for each product you create as well as success and cancel urls to redirect customers to.