=== Plugin Name === Contributors: presspay Donate link: http://atomicbroadcast.net/ Tags: webstore, payment, stripe Requires at least: 3.0.1 Tested up to: 3.5.1 Stable tag: 1.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Press Pay is a fast and easy way to turn your WordPress Blog into a Web Store. With a simple short code, you can process credit cards through Stripe. == Description == Press Pay is a fast and easy way to turn your WordPress Blog into a Web Store. After signing up for an account with Stripe, insert a shortcode into any Page or Post and you'll be given a payment button which pops up a credit card form when pressed. Your customers enter their credit card information in the form and Stripe processes the sale. Simple, Easy, Straightforward. == Installation == This section describes how to install the Press Pay and get it working. 1. Upload `press-pay.php` to the `/wp-content/plugins/` directory 2. Activate press-pay through the 'Plugins' menu in WordPress 3. Sign up for an account with Stripe at http://stripe.com 4. Enter your Stripe Keys in `/wp-admin/options-general.php?page=stripe-settings` 5. Place `[presspay amount="2000" product_id="007" description="Wonder Widget"]` in your pages or posts. == Frequently Asked Questions == = Do I need a Stripe account to use Press Pay? = Yes. You must sign up for an account with Stripe as they will be processing credit card transactions for you. Press Pay is created on top of Stripes API. You should read and understand Stripe's terms of service because you will be working with them to manage refunds and disputes. == Screenshots == 1. Place a payment button on any page or post. 2. Lightbox for customers to enter their credit card information. 3. Confirmation email that is sent to you every time you make a sale. 4. Receipt that is sent to the customer when they purchase a product. == Changelog == = 1.2 = Fix bugs with screenshots. = 1.1 = Updated documentation. = 1.0 = * Initial release of Press Pay.