Stripe to QuickBooks Integration

Let's get your integration set up

1
Welcome
2
Database Setup
3
Create Tables
4
Admin Account
5
Stripe Configuration
6
QuickBooks Configuration
7
Complete Setup

Welcome to Setup

This setup wizard will guide you through configuring your Stripe to QuickBooks integration.

You'll need the following information ready:

You'll need the following database details:

  • Host: Usually 'localhost' or your server's IP address
  • Database Name: The name of the database you created for this application
  • Username: Database user with full privileges to the database
  • Password: The password for the database user

Note: The database must already exist before setup. This wizard will create the necessary tables.

The Base URL is automatically detected from your current URL:

https://automationv.com/stripe-app

This URL should point to the root directory of your application.

You'll need your Stripe Secret API Key:

  1. Log in to your Stripe Dashboard
  2. Go to DevelopersAPI keys
  3. Copy your Secret Key (starts with sk_test_ or sk_live_)
Important: For production, use your live keys (starting with sk_live_). For testing, use test keys (starting with sk_test_).

You'll need your QuickBooks OAuth 2.0 credentials:

  1. Go to the QuickBooks Developer Portal
  2. Create or select your app
  3. Find your Client ID and Client Secret
  4. Make sure to add the redirect URI to your app's allowed redirect URIs

The redirect URI will be shown to you in the QuickBooks configuration step.

Note: You'll need to authenticate with QuickBooks after setup to complete the connection.