Webflow sync, pageviews & more.
NEW

How can I test transactions on my Webflow Ecommerce site before launching, specifically with regards to UK card numbers and potential issues with Stripe's test card numbers?

TL;DR
  • Enable Stripe Test Mode in Webflow and publish to the staging domain to run safe test transactions.
  • Use UK-specific Stripe test cards and billing addresses to simulate realistic UK orders, and verify Stripe settings like currency and authentication flows.

To test transactions on your Webflow Ecommerce site, especially for UK card numbers, you can use Stripe’s built-in test mode and test card numbers directly within Webflow's staging environment.

1. Enable Test Mode in Webflow

  • Go to Project SettingsEcommerce tab → Payments section.
  • Toggle Stripe to Test Mode. This connects your site to Stripe’s test environment.
  • Make sure your site is published to the .webflow.io staging domain to run safe, non-live test transactions.

2. Use Stripe UK Test Card Numbers

  • Stripe supports region-specific test card numbers, including UK-based numbers.

  • For UK address validation and region-specific logic, use the following card:

  • Card Number: 4000 0566 5566 5556 (UK Visa test card)

  • Any future expiry date

  • Any CVC

  • Postcode: Use realistic UK postcodes like "SW1A 1AA"

  • If testing address verification, use a UK billing address:

  • Name: Test User

  • Address Line: 10 Downing Street

  • City: London

  • Postcode: SW1A 2AA

  • Country: United Kingdom

3. Verify Stripe Settings

  • Log into your Stripe Dashboard and ensure your business is set to GBP under Settings > Payments > Currencies if you're testing UK-specific flows.
  • Check that your Stripe test account is enabled and active.

4. Common Issues with Stripe Test Cards

  • ZIP/Postcode Mismatch Errors: For UK cards, make sure the postcode you enter matches a valid UK format. Stripe may simulate postcode verification even in test mode.
  • Insufficient Funds Errors: Use failing test cards like 4000 0000 0000 9995 to confirm how your site handles failed transactions.
  • 3D Secure Tests: Use cards like 4000 0027 6000 3184 to simulate authentication flows required for SCA (Strong Customer Authentication) in the UK and EU.

5. Submit a Test Order

  • Browse your webflow.io staging site, add a product to cart, and go through checkout using a Stripe UK test card.
  • You’ll see confirmation emails, dashboard logs, and Stripe test transactions appear as if it were a real order.

Summary

To test UK-based Ecommerce transactions in Webflow, enable Stripe Test Mode, use UK-specific Stripe test cards, and verify your checkout flow on the staging domain. Stripe supports UK cards and addresses for comprehensive pre-launch testing.

Rate this answer

Other Webflow Questions