Connecting your Stripe account with Almabase requires two stages:
Obtaining the publishable and secret keys from Stripe
Connecting Stripe to Almabase with the keys obtained
Obtaining Publishable and Secret Keys from Stripe Dashboard
Step 1: Log Into Stripe Dashboard
Sign in to your Stripe Dashboard.
Ensure you are on the correct account.
Make sure "View test mode" is toggled off.
Step 2: Access API Keys
Step 3: Copy API Keys
On the 'API keys' page, copy your 'Publishable Key'.
Click on "Reveal live key" to see your 'Secret Key'.
Copy and save the 'Secret Key' for later use.
Note: Accessing the 'Secret Key' may require verification of your Stripe credentials.
Part 2: Connecting Stripe to Almabase
Step 1: Navigate to Payment Gateway Settings
In Almabase admin navigation, go to 'Settings'.
Select 'Payment gateway'.
Click '+ Add Almapay Payment Account'.
Step 2: Configure Stripe Account
Choose 'Stripe' as the type of payment gateway.
Name the payment account as desired.
Enter the obtained keys in the metadata box using the format:
{
"publishable_key": "pk_live_REJNF35029595asfksdbf",
"secret_key": "sk_live_szfRJKBFe79483HKeetyt"
}Replace the placeholders with your actual Stripe keys.
Check the "Active" box.
Select 'Save' to complete the setup.
Additional Information:
Stripe supports monthly recurring payments.
It also provides options for Google Pay and Apple Pay.
Please write to us through the Intercom Chat Bubble💬 if you have any queries or concerns😄.