Test/Demo Credit Card to Test the Booking Form
If you’d like to use test/demo credit cards to test out the booking form you can do so by entering in your Stripe account’s test keys.
Step 1: Copy your the Test Keys from your Stripe Account
- Log in to your Stripe account
- Click the API link in the left menu
- Copy the values for Test Secret Key and Test Publishable Key
Step 2: Enter your Stripe Test Keys into Launch27
- Login to Launch27
- Go to Settings -> Stripe tab
- Choose the Stripe API Keys option
- Paste the Test Secret Key you copied from Stripe into the Live Secret Key field
- Paste the Test Publishable Key you copied from Stripe into the Live Publishable Key field
- Click Apply Changes
IMPORTANT: This will put your booking form into a TEST mode that will prevent you from accepting real credit cards. Please make sure to undo these changes by replacing the Live Secret Key and Live Publishable Key with the LIVE keys from your Stripe account.
Step 3: Use one of Stripe’s Test cards
You can find several kinds of test credit cards on Stripe’s site:
https://stripe.com/docs/testing
You can pick a card and enter in any expiration date and CVC code into the Booking Form:
- Card Number from Stripe: 4242424242424242
- Expiration Date (any future date): 12/2020
- CVC: 123
The charges will show up in your Stripe account’s Test environment:
Related articles
How to Pre-Select Values on the Booking Form
Pre-Select Values – Overview You can pre-select the Service and Frequency on your booking form. This would be useful if you want to share a link for a specific service you offer. Once the [...]
Set Default Frequency When Booking Form Loads
Default Frequency – Overview You can set a specific Frequency on your booking form to be chosen by default when the form loads. This is useful if you want to encourage clients to choose a [...]
Link Existing Stripe Customer to a Customer Record
Link Existing Stripe Customer to a Customer Record If you have an existing customer in your Stripe account that you want to link to a Customer record in your site, do the following: Step 1: Get [...]