Stripe Setup Guide

This guide will help you set up Stripe via API Key and Webhook secret for the SellAuth platform.

To be able to use Stripe, you have to setup the API Key and Webhook secret. By following the steps below, you will be able to configure Stripe for your account.

  1. Open the API Keys page on Stripe: https://dashboard.stripe.com/apikeys

  2. Generate a new secret key by clicking "Create secret key". Enter any name you wish.

  3. Copy the secret key and paste it in "API Key" field in SellAuth's Payment Processor settings.

  4. Open the Webhooks page on Stripe: https://dashboard.stripe.com/webhooks

  5. Create a new webhook by clicking on "Add endpoint".

  6. Enter the following URL in the "Endpoint URL" field: https://sellauth.com/invoice/stripe/webhook

  7. Click on Select events and write checkout.session.completed in the search field.

  8. Tick the checkbox for the event and click on "Add events".

  9. Click on "Add endpoint".

  10. Click on "Reveal" under "Signing secret" and copy the secret. Paste it in the "Webhook Secret" field in SellAuth's Payment Processor settings.

  11. Save the SellAuth settings and start accepting payments with Stripe!

Last updated