This Stripe method is deprecated: Please use our newest integration for connecting to Stripe.
Stripe recently made some changes in how they handle integrations like FoxyCart's that communicate directly with their API and securely include the customer's credit card details as part of the API request. Stripe is recommending that users make use of their tokenization integration options, so that the merchants don't have to handle credit card numbers at all. As you are making use of FoxyCart for your store, we (as a PCI DSS Level 1 Service Provider) securely handle the customer's payment details for you, meaning you don't have to handle them either.
Depending on when your account was created, you may receive an email from Stripe noting that you need to enable either tokenization or “Unsafe Processing”, or you might see an error message like this in FoxyCart when attempting to process a transaction:
Sending credit card numbers directly to the Stripe API is generally unsafe. To continue processing use Stripe.js, the Stripe mobile bindings, or Stripe Elements. For more information, see https://dashboard.stripe.com/account/integration/settings.
If you see either of those things, you'll need to enable “Unsafe Processing” within your Stripe account. To do that, follow these steps:
The language around this option is quite concerning, but rest assured that FoxyCart is securely handling the customer payment data, and the approach we take for our Stripe integration is exactly how we approach our other gateway integrations too.
We are also looking at ways that we can work with Stripe's other recommended options to remove the need to enable this option in Stripe when using FoxyCart.
Stripe is continually expanding the countries that they support. The good news is, FoxyCart's existing Stripe integration should support any new countries that they do add support for. For a list of the countries that Stripe currently support, see this page on their site.
Contact stripe for info. Know more? Feel free to edit this page with info.
You can use 4111 1111 1111 1111 to simulate successful card validations in test mode (this number fails in production of course).
Technically, any card number that passes the Luhn Check will validate successfully in test mode – this includes real credit card numbers. You might not want to use real card numbers while testing though, to avoid accidentally checking them into your codebase.
The following are also true in test mode:
To simulate the 'Card Declined' error use this special card number - 4000000000000002.
Contact stripe for info. Know more? Feel free to edit this page with info.
Put your Stripe “Secret API Key” in “API ID” box when setting up FoxyCart.
If you have tips, experience, or helpful notes related to this gateway that would benefit others, please add them below, including your name and the date. We reserve the right to edit or remove comments that don't add value to this page.