Configure Stripe for Payment Processing
You should have a good payment processor that enables your team to quickly and easily charge and bill customers that you are migrating.
We highly recommend Stripe.com.
Create a Stripe Account
Create an account with Stripe and verify your business.
Remove Postal-Payment Options
Go to Settings > Business > Public Details and remove the Customer Support Address.
This is important so that customers do not mail you checks.
Enable Digital Payment Options
Enable Bank Transfer payments
Enable Credit Card payments
Change Default Invoicing Terms
Go to Settings > Billing > Invoices and set Default Payment Terms to 0 Days.
This is important because it helps communicate that payment is due before you start work and not sometime later.
Create a Data Migration Product
Go to Product Catalog > Add Product and add a $1 Data Migration product.
By making the product $1, it makes it easy for you to offer custom pricing per-project - just change the quantity.
Related Articles
Configure PgAdmin 4
Configure PgAdmin 4 In order to backup and restore databases using PgAdmin 4 you must ensure the Binary Path setting points to where several critical DLLs are saved on your hard drive. Below is the path that is typically correct, but it may vary for ...
How to Configure SQL Server RAM Limits
This article will guide you through setting up RAM limits for Microsoft SQL Server to ensure optimal performance while leaving sufficient resources for the operating system and other applications. Launch SQL Server Management Studio (SSMS) Click Open ...
Installing Proxifier
This article will help you configure Proxifier. Please ensure you have already installed and configured Fiddler. Configure Fiddler as a Proxy Server Go to Profile > Proxy Servers > Add Create a proxy server with the following values: Address: ...
Installing Postgres SQL
The following instructions describe how to install PostgresSQL. You will need to complete the following two tasks Install PostgresSql Configure PgAdmin 4 Install PostgresSQL Go to this link and download the most recent version at the top of the list: ...
Adding a New Virtual Disk to a VM
In this article we will guide you through adding a new virtual disk to a VM. In your Host computer, go to your VMs folder. Create a folder with the name of the VM you want to add the virtual disk to. (In this example, the VM I will add the disk to is ...