Stripe.com is a powerful payment processor that is designed for developers and is by far one of the best payment systems I have ever worked with. This tutorial series is going to walk you through how to integrate payment forms, payment tracking, setting up recurring payment profiles, and more in WordPress with the Stripe API.
We will start simple by just building a minimal payment form that allows a user to enter their card information and make a payment to you. We will then get more advanced and work with tracking payments and creating subscriptions, as well as storing / updating credit card information.
- Stripe Integration Part 1 - Building the Settings and a Simple Payment Form
- Stripe Integration Part 2 - Recurring Payments
- Stripe Integration Part 3 - Variable Prices and Enhanced Plan Handling
- Stripe Integration Part 4 - Multiple Recurring Payment Options
- Stripe Integration Part 5 - Accepting Discount Codes
- Stripe Integration Part 6 - Payment Receipts
- Stripe Integration Part 7 - Creating and Storing Customers
- Stripe Integration Part 8 – Working with Invoices
- Stripe Integration Part 9 - The Stripe Button