Integrating Payments in Majna eCommerce
Majna eCommerce supports integrations with popular payment gateways, including Stripe and Square. Follow the steps below to obtain the required keys and IDs for each payment provider.
Stripe Integration
To integrate Stripe payments in Majna eCommerce, you'll need to obtain the Publishable Key, Secret Key, and Webhook Secret.
-
Create a Stripe Account: If you don't have one already, sign up for a new Stripe account at stripe.com.
-
Obtain the Publishable Key and Secret Key:
- Log in to your Stripe dashboard.
- Navigate to the "Developers" section, then click on "API keys".
- You will see two sets of keys: "Publishable key" and "Secret key". Copy both of these keys.
-
Obtain the Webhook Secret:
- In the Stripe dashboard, go to the "Developers" section and click on "Webhooks".
- Click on the "Add endpoint" button.
- Enter the URL for your Majna eCommerce site's webhook endpoint (e.g.,
https://your-majna-site.com/webhook/stripe
). - Select the events you want to listen for (at a minimum, enable "payment_intent.succeeded" and "payment_method.attached").
- Copy the "Signing secret" value. This is your Webhook Secret.
Once you have the Publishable Key, Secret Key, and Webhook Secret, you can proceed to configure them in the Majna Admin Panel in the Settings Page you will find the Payments tab.
Square Integration
To integrate Square payments in Majna eCommerce, you'll need to obtain the Application ID, Access Token, and Location ID.
-
Create a Square Account: If you don't have one already, sign up for a new Square account at square.com.
-
Obtain the Application ID and Access Token:
- Log in to your Square Dashboard.
- Navigate to the "Developer" section, then click on "Applications".
- Click on the "Create API application" button.
- Fill out the application form and click "Create application".
- Copy the "Application ID" and the "Access Token" values.
-
Obtain the Location ID:
- In the Square Dashboard, go to the "Locations" section.
- Copy the "Location ID" value for the location you want to use for Majna eCommerce.
With the Application ID, Access Token, and Location ID, you can proceed to configure the Square integration in the Majna Admin Panel in the Settings Page you will find the Payments tab.
Remember to keep your API keys, secrets, and IDs secure, as they provide access to your payment processing. Refer to the Majna eCommerce documentation for detailed instructions on how to configure the Stripe and Square integrations in your admin panel.
Mollie Integration
To integrate Mollie payments in Majna eCommerce, you'll need to obtain the Api Key and Webhook URL.
-
Create a Mollie Account: If you don't have one already, sign up for a new Mollie account at mollie.com.
-
Obtain the Api Key:
- Log in to your Mollie dashboard.
- Navigate to the "Developers" section, you will find it when you click on more button in the top header.
- Now you will see 'Live API key' and 'Test API key'. Copy the 'Live API key'.
- Now go to Majna Admin Panel and paste the 'Live API key' in the Api key and in Webhook URL paste the webhook url of your Majna API (Read Preinstallation Section), for example,
https://your-api-subdomain.majna.com/payments/mollie/webhook
. - Click on the 'Save Changes' button.