Basic Configuration - Configuring Stripe Redirection and OAuth

Basic Configuration - Configuring Stripe Redirection and OAuth

Configuring Stripe Redirection and OAuth

If you're continuing from the previous chapters, you will already still be in the Connect Settings page. If not, you can go here:




You will need to allow OAuth for Stripe KYC management. This can be found in Integration > OAuth Settings.

Please enable OAuth for Express accounts.

The next step would be to configure the Stripe Redirection that is used after Vendors set up their KYC through their Profile creation. This can just be added through the Stripe account in the same Connect Settings area, Integration > Redirects > + Add URI





Here you need to add your own URL for your marketplace backend in this format:

http(s)://{admin-project-host}/{admin_url}/omnyfy_vendor/vendor/index

EG:

Admin URL is https://admin.marketplacedemo.com/backend
The redirect URL will be https://admin.marketplacedemo.com/backend/omnyfy_vendor/vendor/index

This will redirect vendors back to this URL after they complete their KYC. This is important as this will determine if your account is linked to the marketplace or not.


    • Related Articles

    • Basic Configuration - Stripe linking for Vendor Payout

      Vendor Payout Linking Once you have done that, you will need to now configure the Client ID. To get the Client ID information, you will need to go to Stripe and ensure your account is activated. If not, you can only connect with Test Mode. Within ...
    • Basic Configuration - Stripe Webhooks for Subscriptions

      Webhook Configurations for Subscriptions The subscription webhook is primarily used for vendor subscription plans that require payment. To find out how to set these up, please visit Creating a Subscription product in Stripe for Vendor Subscriptions. ...
    • Basic Configuration - Sharing your Stripe Account Access

      Once your Stripe account is set up and verified, you can share your stripe account with Omnyfy and we can assist in setting up and configuring your marketplace. Log in to your Marketplace Stripe account. From the top right section, click on the cog ...
    • Basic Configuration - Theme Configuration

      Configuring the theme Ensure that you have already configured to use Smartwave Porto (or whichever you are using under the Content > Design > Configuration). You can revisit this from Step 3 - Basic Configuration - Setting the Theme. In our example, ...
    • Basic Configuration - Stripe Webhooks for Payouts

      Webhook Configurations for Payouts Next, you will be managing the endpoints from the Connect applications. In Stripe, go to Developers > Webhooks > Add Endpoint Here you will need to add the following: Endpoint URL Specific Events ...