How to integrate Stripe
We use API keys to connect to payment gateways like Stripe, because we tokenize the card data in our platform, as well as pushing the info to Stripe. We don't use "Stripe Connect", because if Stripe ever shut you down, you lose all the saved card data, whereas with our integration, you maintain all the card data in your system, as well as inside Stripe.
1. Login to stripe.
2. In the search bar at the top of the account, type in API and click on "Developers > API Keys"
3. On the next screen, you'll see "Publishable" & "Secret" keys.
Click on "+ Create Secret Key" on the right side of the page.
4. A right sidebar will slide in with 2 options. Click the bottom one.
5. You should now be prompted to enter your 2FA code.
6. Copy the new "Private Key" and in our platform, go to Settings > Integrations > Payments.
7. Click "Enable" on Stripe.
8. Secret Key goes in the top "API Key" Field.
9. Publishable Key goes in the 2nd "Publishable Key" Field.