Stripe is used by a lot of businesses as their preferred payment service provider. We have integrated Stripe with Beezer platform to allow our members to monitise their apps.
To accept payments in your app, you need to setup your Stripe account. Please visit this link to signup/register with Stripe.
Once you setup your Stripe account, you'll have to generate Stripe API Keys, which are needed for accepting payments via your app.
To generate the Stripe API Keys (Secret Key and Publishable Key), please follow the steps given below:
STEP 1: Log in to your Stripe dashboard.
STEP 2: Go to API keys in the left hand side menu.
STEP 3: Your secret and publishable keys should be visible on this page. Before using the generated secret keys, you will need to use the toggle switch that says “Viewing test data”. You have to set it to ”Viewing live data” to start accepting payments.
STEP 4: Now click on Reveal live key token button.
Paste the Secret and Publishable Keys in a notepad, which can be used later to setup your Stripe account under Business Tools -> Component Name -> Settings section of the respective components like Food Ordering or Booking. Below are examples for the Food Orders component and Booking component Stripe settings:
Note: You need to enable Stripe Connect to start accepting and giving payments to sellers. Stripe connect can be enabled by referring to this article.
Make sure to click Save button and Publish your app from your Beezer Dashboard to reflect the changes in your Beezer app.