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
Stripe FAQs
Will Stripe work in my Country? Please check out this list of countries that are supported by Stripe. Do I need to add Stripe code to my site? No you do not need to add any code from Stripe into [...]
How to link an 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 the Customer's ID from Stripe Log in to your [...]
Pre-fill the Zip Code into your Booking Form
If you want to pre-fill the Zip Code into your booking form, you can do so by adding a querystring parameter (i.e. “?zip=myzipcode” ) to your booking form link. For example, my [...]