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
Add a Booking Form to your Website
Overview The Booking Form allows your Customers to sign up for your Services. They fill out their info, pick out the Service they want and place their order. You can add your booking form to your [...]
Change Height of the Booking Form Widget
Here's how you can change the height of your booking form widget: Go to Settings -> Booking Form Widget In the Configure section, set the Height to the value you want. As you [...]
Pre-fill the Zip Code into Your Booking Form
Pre-fill the Zip Code 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. [...]