How To: Get Credentials for Stripe Connect Payments

When you create a payment method that uses Stripe Connect Payments, you’ll need to get Client ID, Publishable key, and Secret key from the Stripe website. In turn you’ll have to copy the value of the Redirect URIs field from Multi-Vendor to the field with the same name on the Stripe dashboard.

Note

You can also refer to Stripe documentation to learn more about getting these credentials.

Getting Client ID and Defining Redirect URI

  1. Log in to your Stripe account or create a new one at the Stripe website.

  2. Select Settings in the upper right corner of the Stripe dashboard.

    The settings page.
  3. In the Product settings section, click Connect.

    The Connect page.
  4. Find and click Onboarding options button.

    The onboarding options page.
  5. In the OAuth tab copy the Live client ID.

    Stripe client ID.
  6. Paste this ID to the corresponding field of the Stripe Connect payment method settings.

    Stripe client ID in Multi-Vendor.
  7. Copy both Redirect URIs from the Stripe Connect payment method settings in Multi-Vendor.

    Stripe redirect URI.
  8. Go back to the Stripe dashboard and insert the URIs into the corresponding field.

    Stripe redirect URI.

Getting Publishable Key and Secret Key

  1. Open the workbench at the bottom of the page, then find the Publishable key and Secret key fields and copy their values.

    Open the workbench at the bottom of the page.
  2. Paste these keys into the corresponding fields of the Stripe Connect payment method settings.

    Publishable key and Secret key.

Big CS-Cart Update is Here Experience the New Admin Panel with Dark Theme