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.

    The Stripe website.
  2. Select Settings on the sidebar of the Stripe dashboard.

    The Stripe dashboard.
  3. A new page will open. Go to Settings in the Connect section.

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

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

    Stripe client ID in Multi-Vendor.
  6. Copy both Redirect URIs from the Stripe Connect payment method settings in Multi-Vendor, go back to the Stripe dashboard and insert the URIs into the corresponding field.

    Stripe redirect URI.

Getting Publishable Key and Secret Key

  1. Choose Settings and then select API keys on the sidebar of the Stripe dashboard.

    Stripe API section.
  2. On the API keys page find the Publishable key and Secret key fields and copy their values.

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

    Publishable key and Secret key in Multi-Vendor.