Testing Orders
Each Checkout has a Test URL that is accessible at all times. Making test orders on this URL will emulate the buyer experience at checkout without affecting the reporting of orders and transactions in your store. If you utilize a coupon code for a Test Order, it does not count against the usage limitations set for that code.
The FastSpring Terms of Service do not allow load testing, attempts to breach security, or intentional interference with the FastSpring Service.
Enter your personal email address for test orders to receive the associated customer notifications.
Web Checkouts
After you configure your web checkout and add at least one product to the homepage, you can test the checkout experience. Test checkouts display the following information for each product:
- Name
- Icon
- Description
- Discounts
- Product Offers
Test an Order
To access the test checkout, click Save and Preview in the checkout’s Settings page, or enter .test. in your store URL between your store name and onfastspring.com. You can also access it from the Links button in the Web Checkouts page.
After you access the test checkout, follow the steps below to place a test order:
- Navigate to Checkouts > Web Checkouts.Click Test on the checkout you would like to test. Save the credit card information to make your test order.
- Test a successful transaction: copy and paste the Card Number and CVV Code shown in the Success row.
- Test a declined transaction: copy and paste the Card Number and CVV Code shown in the Failure row.
- In a new window, open the test checkout.
- Add one or more products to your cart. Optionally, apply an existing coupon code to the order. When you check out, select Credit / Debit Card.
- Paste the credit card test information to test a successful or declined transaction. Enter any date in the future for an expiration date.
- Enter your information for all other fields. Enter your personal email address to receive the associated customer notifications. Click Pay to submit the test order.
FastSpring will emulate the customer experience you have configured. This includes fulfillments, customer notifications, and redirecting to a custom page after checkout.
Test an Order on a Popup Checkout
For new popup checkouts that you have not added to the website, follow the steps below to place a test order.
- Navigate to Checkouts > Popup. On the applicable checkout, click Test. Save the following credit card information for your test order:
- Test a successful transaction: copy and paste the Card Number and CVV Code shown in the Success row.
- Test a declined transaction: copy and paste the Card Number and CVV Code shown in the Failure row.
- In a separate tab, navigate to Checkouts > Popup Checkouts. Select Preview.
- Enter the test credit card information and any expiration date in the future.
- Enter your information for all other fields. Enter your personal email address to receive the associated customer notifications. Click Pay to submit the test order.
Test an Order on Your Website
If you have added the popup checkout to your website, you can place test orders from your website. However, if you modify the checkout, they will be visible to the public. Because of this, we recommend copying the checkout and placing test orders on the copy.
Otherwise, follow the instructions below to test directly on your website:
- In the JavaScript library on your website, adjust the checkout’s URL by interesting .test. in between the store name and onfastspring.com.
- Click any link configured on your website to open the popup checkout.
- Use the test order information above to place an order.
<script
id="fsc-api"
src="https://sbl.onfastspring.com/sbl/0.9.2/fastspring-builder.min.js"
type="text/javascript"
data-storefront="yourexamplestore.test.onfastspring.com/popup">;
</script>
Test an Order on the Product Configuration Page
You can place test orders when configuring a product.
- On a product detail page, click Checkout Links.
- Select the Web Storefront or Popup Storefront radio button.
- Next to the Test label, select the checkout URL you want to test the order. Click Open.
- Use the credit card information from the Checkout Links popup to place a test order.
- Enter your information for all other fields. Enter your personal email address to receive the associated customer notifications. Click Pay to submit the test order.
Updated 29 days ago