Skip to main content

Setting Up Stripe Connect

D
Written by Dazza

If you're using Commission Only or Monthly + Commission, you need to set up Stripe Connect. This lets you process payments on behalf of your restaurants.

Step 1: Create a Stripe Connect Platform

  1. Go to stripe.com and create an account (or log into your existing one)

  2. In the Stripe Dashboard, go to Settings → Connect

  3. Complete the platform onboarding (business details, bank account, etc.)

  4. Copy your Publishable Key and Secret Key from Developers → API Keys

Step 2: Enter Your Keys

  1. In your reseller dashboard, go to Payment Models

  2. Paste your Stripe Publishable Key and Secret Key

  3. Click Save Keys

Step 3: Add Redirect URIs in Stripe

  1. In Stripe Dashboard → Settings → Connect → Redirects

Step 4: Set Up Webhooks

  1. In Stripe Dashboard → Developers → Webhooks → Add endpoint

  2. Select events: account.updated, invoice.paid, invoice.payment_failed, customer.subscription.deleted

  3. Check "Listen to events on Connected accounts"

Did this answer your question?