dnaMollie

Mollie Payment Gateway

Create a Mollie Account:

  1. If you don't already have a Mollie account, go to Mollie's website arrow-up-rightand sign up for an account.

  2. You'll need to provide information about your business.

Log In to Your Mollie Dashboard:

  1. Once you have a Mollie account, log in to your Mollie dashboard.

Access Your API Credentials:

To obtain your API credentials (Secret ID), you'll need to create an API key from your Mollie dashboard. Here's how to do it:

  1. In your Mollie dashboard, navigate to the "Developers" section.

  2. In the Developers section, click on "API keys."

  3. Click the "Create API Key" button to generate a new API key.

  4. Give your API key a name for reference (Eg:, "My Laravel App").

  5. After you've generated the API key, you'll see your "API key" (Secret ID).

  6. This is the credential you'll need for integration. Keep it secure and do not share it publicly.

  1. Status: This field determines whether the Strip payment option will be visible to customers on the frontend checkout page.

  2. Secret: For security reasons, never expose your Secret Id on the front-end. Store it securely on your server-side code to interact with Strip's APIs.

Last updated