Add Credit Card Processing

How to add Stripe as a Payment Type

Stripe is an amazing credit card processor that is very affordable (2.5%), has no minimums, and is very quick to process transactions.

To set up Stripe, get an account at: https://stripe.com/, setup is simple and should only take a few minutes.

Once your account is set up, you just need to activate your API keys.

API keys let Stripe communicate with your Manage Comics website. One of the nice things about using Stripe is that you will not be saving any credit card information on your website, which means you’re not liable for any fraudulent charges or extra compliance rules.

Step 1: Make sure that you are on the live site, and not a test site (the little toggle button will be grey as shown below).

Step 2: Navigate to Developers > API Keys

Step 3: Generate your keys.  You’ll need to copy the pk_key_xxxxx number, and the sk_key_xxxx number for the next step.

Step 4: In the Manage Comics store settings screen, navigate to Payment Types, enter your Stripe Key (sk_key_xxx), and your Stripe Public Key (pk_key_xxx).

BOOM! Now your store can accept credit cards!