# Connecting Stripe to Your SellAll Dashboard

This guide outlines the process of integrating Stripe with your SellAll dashboard, enabling you to incorporate Stripe payments into your store's checkout.

# Initial Setup

  1. Access your Stripe Dashboard and navigate to Developers > API Keys.
  2. Generate a new Secret Key by clicking "Create Secret Key".
  3. Copy and securely store this API key for later use.

# Webhook Configuration

  1. Visit the Payment Settings page in your SellAll dashboard in Payment Methods.
  2. Locate the Stripe card and click "Connect".
  3. Copy the webhook URL provided on this page.
  4. Return to your Stripe Dashboard and go to Developers > Webhooks.
  5. Add a new webhook endpoint using the URL you copied from SellAll.
  6. Select the following events for the webhook:
checkout.session.completed
charge.succeeded
charge.failed
charge.dispute.created
  1. After creating the webhook, click "Reveal Signing Secret" and copy it.

# Finalizing the Connection

  1. On the SellAll Payment Settings page, you'll find fields for the API Key and Webhook Signing Secret.
  2. Enter the API Key you saved earlier into the designated field.
  3. Paste the Webhook Signing Secret you just copied into its respective field.
  4. Save your changes to complete the integration.

Your SellAll store should now be successfully connected to Stripe, allowing you to process payments through this platform.