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. Then go to Settings in the Connect section.

    The Connect page.
  3. On the Settings page find the Integration section and copy the Live mode client ID.

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

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

    Stripe redirect URI.
  6. 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 Developers tab in the upper right corner, then find the Publishable key and Secret key fields and copy their values.

    Publishable key and Secret key.
  2. Paste these keys into the corresponding fields of the Stripe Connect payment method settings.