<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>WPWife &#187; wordpress credit card plugin</title>
	<atom:link href="http://www.wpwife.com/category/wordpress-credit-card-plugin/feed" rel="self" type="application/rss+xml" />
	<link>http://www.wpwife.com</link>
	<description>WPHelp: fix and optimise WP themes&#38;plugins</description>
	<lastBuildDate>Fri, 21 Nov 2025 12:00:00 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.38</generator>
	<item>
		<title>How to Easily Accept Credit Card Payments on Your WordPress Site</title>
		<link>http://www.wpwife.com/tutorials/how-to-easily-accept-credit-card-payments-on-your-wordpress-site</link>
		<comments>http://www.wpwife.com/tutorials/how-to-easily-accept-credit-card-payments-on-your-wordpress-site#comments</comments>
		<pubDate>Tue, 08 May 2018 12:53:09 +0000</pubDate>
		<dc:creator><![CDATA[Editorial Staff]]></dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[wordpress credit card payments]]></category>
		<category><![CDATA[wordpress credit card plugin]]></category>
		<category><![CDATA[wordpress payment gateway]]></category>
		<category><![CDATA[wordpress stripe plugin]]></category>

		<guid isPermaLink="false">http://www.wpbeginner.com/?p=52575</guid>
		<description><![CDATA[
<p>Do you want to learn how to accept credit card payments on your WordPress site? By default, WordPress does not come with credit card payment options, but there are plenty of plugins and tools that can help solve that. In this article, we will show&#8230;&#160;<strong><a href="http://www.wpbeginner.com/wp-tutorials/how-to-easily-accept-credit-card-payments-on-your-wordpress-site/">Read More &#187;</a></strong></p>
<p>The post <a rel="nofollow" href="http://www.wpbeginner.com/wp-tutorials/how-to-easily-accept-credit-card-payments-on-your-wordpress-site/">How to Easily Accept Credit Card Payments on Your WordPress Site</a> appeared first on <a rel="nofollow" href="http://www.wpbeginner.com/">WPBeginner</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>Do you want to learn how to accept credit card payments on your WordPress site? By default, WordPress does not come with credit card payment options, but there are plenty of plugins and tools that can help solve that. In this article, we will show you how to easily accept credit card payments on your WordPress site. </p>
<p><img title="Accept credit card payments in WordPress" src="http://cdn3.wpbeginner.com/wp-content/uploads/2018/05/ccpaymentswp.png" alt="Accept credit card payments in WordPress" width="550" height="340" class="alignnone size-full wp-image-52599" /></p>
<p><strong>Note:</strong> You will need to <a href="http://www.wpbeginner.com/wp-tutorials/how-to-add-free-ssl-in-wordpress-with-lets-encrypt/" title="How to Add Free SSL in WordPress with Let’s Encrypt">enable HTTPS / SSL</a> on your website to accept credit card payments. </p>
<h4>Accepting Credit Card Payments in WordPress without Shopping Cart</h4>
<p>Often users don&#8217;t want to setup a full-fledged shopping cart to accept credit card payments. This makes a lot of sense specially if you&#8217;re only selling a single product or accepting payments for consulting / services. </p>
<p>In this case, all you need is an online order form with a credit card payment option.</p>
<p>Here is how you can easily accept credit card payments without adding a shopping cart to your website. </p>
<p>First thing you need to do is install and activate the <a href="https://wpforms.com/" title="WPForms" >WPForms</a> plugin. For more details, see our step by step guide on <a href="http://www.wpbeginner.com/beginners-guide/step-by-step-guide-to-install-a-wordpress-plugin-for-beginners/" title="Step by Step Guide to Install a WordPress Plugin for Beginners">how to install a WordPress plugin</a>.</p>
<p>WPForms is the most beginner friendly WordPress form builder plugin. While they have a <a href="https://wordpress.org/plugins/wpforms-lite/"  title="WPForms Lite">Lite version</a> that&#8217;s free, you will need their PRO plan to access the payment add-ons. </p>
<p>Upon activation, you need to visit <strong>WPForms &raquo; Settings</strong> page to enter your license key. You can find this information in your WPForms account area. </p>
<p><img title="Enter your license key" src="http://cdn3.wpbeginner.com/wp-content/uploads/2018/05/wpforms-license.png" alt="Enter your license key" width="550" height="317" class="alignnone size-full wp-image-52579" /></p>
<p>Next, you need to head over to <strong>WPForms &raquo; Addons</strong> page and locate the Stripe addon. Go ahead and click on the &#8216;Install Addon&#8217; button and then click on the &#8216;Activate&#8217; button. </p>
<p><img title="Install Stripe addon for WPForms" src="http://cdn3.wpbeginner.com/wp-content/uploads/2018/05/install-addon.gif" alt="Install Stripe addon for WPForms" width="550" height="309" class="alignnone size-full wp-image-52580" /></p>
<p><a href="https://stripe.com/"  title="Stripe" rel="nofollow">Stripe</a> is a credit-card processing platform that makes it easy for businesses to accept credit card payments on their website. WPForms makes it easy to connect your WordPress website to Stripe.</p>
<p>Once the Stripe addon is activated, we need to connect WPForms to your Stripe account. To do that, head over to <strong>WPForms &raquo; Settings</strong> page and click on the &#8216;Payments&#8217; tab. </p>
<p><img title="WPForms payments settings" src="http://cdn3.wpbeginner.com/wp-content/uploads/2018/05/wpforms-payments.png" alt="WPForms payments settings" width="550" height="372" class="alignnone size-full wp-image-52581" /></p>
<p>You will need to enter your Stripe API keys. You can find this information in your account settings on Stripe&#8217;s website. </p>
<p>Don&#8217;t forget to click on the &#8216;Save Settings&#8217; button to store your changes after entering the API keys. </p>
<p>WPForms is now ready to accept credit card payments. Let&#8217;s create an online billing or order form that you can add to your website for accepting credit card payments. </p>
<p>Head over to <strong>WPForms &raquo; Add New</strong> page. From here you need to provide a title for your form and then select &#8216;Billing / Order Form&#8217; template. </p>
<p><img title="Creating a billing form" src="http://cdn2.wpbeginner.com/wp-content/uploads/2018/05/billingformtemplate.png" alt="Creating a billing form" width="550" height="378" class="alignnone size-full wp-image-52582" /></p>
<p>WPForms will pre-load the form builder with a billing/order form template with commonly used fields. You can point and click to edit any form field. You can also add new fields from the left column. </p>
<p><img title="Editing order form" src="http://cdn4.wpbeginner.com/wp-content/uploads/2018/05/editorderform.png" alt="Editing order form" width="550" height="346" class="alignnone size-full wp-image-52583" /></p>
<p>Next, you need to scroll down to the Payment Fields section in the left column. From here you can add payment related form fields. </p>
<p>WPForms allows you to add multiple items as well as single items that users can order. You can click on the item field to change item details and pricing. </p>
<p><img title="Add credit card field" src="http://cdn4.wpbeginner.com/wp-content/uploads/2018/05/addcreditcardfield.png" alt="Add credit card field" width="550" height="281" class="alignnone size-full wp-image-52584" /></p>
<p>After editing item details, go ahead and click to add the credit card field to your form. </p>
<p>Now that your form is setup, let&#8217;s enable payments for this form. To do that, you need to click on the Payments tab on the left and then select Stripe. </p>
<p><img title="Enable Stripe payments" src="http://cdn3.wpbeginner.com/wp-content/uploads/2018/05/enablepayment.png" alt="Enable Stripe payments" width="550" height="349" class="alignnone size-full wp-image-52585" /></p>
<p>You will need to click on the checkbox next to &#8216;Enable Stripe payments&#8217; option and provide a description of the payment. Optionally, you can send an email receipt to your users by selecting the email field from the drop-down menu. </p>
<p>Next, you may want to receive an email notification for new orders and purchases. You can also send a confirmation email to notify the user that you have received their order. </p>
<p>Let&#8217;s setup notifications for your billing form. </p>
<p>You need to start with clicking the &#8216;Settings&#8217; tab on the left and then select &#8216;Notifications&#8217;. You will notice that WPForms has already created a notification that sends an email to your WordPress admin email address when a new order is placed. </p>
<p><img title="Notification settings" src="http://cdn3.wpbeginner.com/wp-content/uploads/2018/05/notifications.png" alt="Notification settings" width="550" height="302" class="alignnone size-full wp-image-52586" /></p>
<p>You can edit this notification message. For example, you can provide additional email addresses, change email copy, subject, and more. </p>
<p>If you want to send a separate notification to your users, then click on the &#8216;Add New Notification&#8217; button. </p>
<p>You will be asked to provide a name for the new notification. Let&#8217;s call it &#8216;Customer Notification&#8217;. After that you will see the notification fields that you can edit. </p>
<p><img title="Creating new notification email" src="http://cdn4.wpbeginner.com/wp-content/uploads/2018/05/newnotification.png" alt="Creating new notification email" width="550" height="353" class="alignnone size-full wp-image-52587" /></p>
<p>You need to click on the &#8216;Show Smart Tags&#8217; link next to &#8216;Send to email address&#8217; option and select the &#8216;Email&#8217; field. This allows WPForms to use the email address that your customer provided when submitting the form. </p>
<p><img title="Editing new notification email" src="http://cdn.wpbeginner.com/wp-content/uploads/2018/05/newnotification-1.png" alt="Editing new notification email" width="550" height="353" class="alignnone size-full wp-image-52588" /></p>
<p>You can edit rest of the notification email by providing a subject line and message. You can also use smart tags to use the form fields submitted by the user to add item details, user&#8217;s name, and other personalized information. </p>
<p>Once you are done, you can click on the save button at the top and exit the form builder. </p>
<p><img title="Save and exit form builder" src="http://cdn.wpbeginner.com/wp-content/uploads/2018/05/exitformbuilder.png" alt="Save and exit form builder" width="550" height="341" class="alignnone size-full wp-image-52589" /></p>
<p>Your online credit card payment form is now ready, and you can add it to any WordPress page on your site. </p>
<p>Simply edit a page or create a new one, and then click on the &#8216;Add Form&#8217; button above the page editor. </p>
<p><img title="Add your credit card payment form to a WordPress page" src="http://cdn4.wpbeginner.com/wp-content/uploads/2018/05/addform.png" alt="Add your credit card payment form to a WordPress page" width="550" height="321" class="alignnone size-full wp-image-52590" /></p>
<p>This will bring up a popup where you can select the order form and click on the add form button to continue. WPForms will now enter the required shortcode to your post edit area. </p>
<p>You can now save or publish your page and click on the preview button to see your form in action. </p>
<p><img title="Payment form page preview" src="http://cdn.wpbeginner.com/wp-content/uploads/2018/05/orderpage.jpg" alt="Payment form page preview" width="550" height="357" class="alignnone size-full wp-image-52591" /></p>
<p><strong>Note:</strong> Don&#8217;t forget to test your form to make sure everything is working fine. If you are unable to send or receive email notifications, then follow the instructions in our guide on <a href="http://www.wpbeginner.com/wp-tutorials/how-to-fix-wordpress-not-sending-email-issue/" title="How to Fix WordPress Not Sending Email Issue">how to fix WordPress not sending email issue</a>. </p>
<p>WPForms is the simplest way to accept credit card payments in WordPress, and it is the easiest way to create just about any type of form in WordPress. This is why it ranks #1 in our list of the <a href="http://www.wpbeginner.com/plugins/5-best-contact-form-plugins-for-wordpress-compared/" title="5 Best Contact Form Plugins for WordPress Compared">best WordPress contact form plugin</a>. WPForms has over 1 million active installs and a 4.9 out of 5 star rating average. </p>
<p>If you don&#8217;t want to use Stripe, then you can also use PayPal to accept credit card payments using the WPForms PayPal addon.</p>
<p>However a simple payment form isn&#8217;t a perfect solution for everyone. Based on use-case, you may need a different solution for accepting credit card payments on your website. Here are some other ways to accept credit card payments in WordPress. </p>
<h4>Accepting Credit Card Payments in an Online Store</h4>
<p>If you want to add a shopping cart and sell multiple items, then you will need an eCommerce plugin like: <a title="WooCommerce" href="http://www.wpbeginner.com/refer/woocommerce/" rel="nofollow" >WooCommerce</a>. It is the best <a href="http://www.wpbeginner.com/plugins/best-wordpress-ecommerce-plugins-compared/" title="5 Best WordPress Ecommerce Plugins Compared – 2018">WordPress eCommerce plugin</a> on the market. WooCommerce makes it easy to sell things online and accept credit card payments. </p>
<p><img title="WooCommerce payment settings" src="http://cdn3.wpbeginner.com/wp-content/uploads/2018/05/woopayment.png" alt="WooCommerce payment settings" width="520" height="299" class="alignnone size-full wp-image-52597" /></p>
<p>For complete step by step instructions, see our guide on <a href="http://www.wpbeginner.com/wp-tutorials/how-to-start-an-online-store/" title="How to Start an Online Store in 2018 (Step by Step)">how to start an online store</a> for beginners. </p>
<h4>Accept Credit Card Payments on a Membership Website</h4>
<p>If you want to build a membership website to sell membership subscriptions and paid content, then we recommend using <a title="MemberPress" href="http://www.wpbeginner.com/refer/memberpress/" rel="nofollow" >MemberPress</a>. It is the most powerful <a href="http://www.wpbeginner.com/plugins/5-best-wordpress-membership-plugins-compared/" title="5 Best WordPress Membership Plugins (Compared) – 2018">WordPress membership plugin</a> that easily integrates with Stripe, PayPal, or Authorize.net to accept credit card payments on your website. </p>
<p><img title="MemberPress payments" src="http://cdn2.wpbeginner.com/wp-content/uploads/2018/05/mp-payments.png" alt="MemberPress payments" width="550" height="329" class="alignnone size-full wp-image-52596" /></p>
<p>Here is a complete guide on <a href="http://www.wpbeginner.com/wp-tutorials/ultimate-guide-to-creating-a-wordpress-membership-site/" title="Ultimate Guide to Creating a WordPress Membership Site">how to create a membership website</a> with step by step instructions. </p>
<h4>Accept Payments by Selling Online Courses</h4>
<p>If you want to sell online courses, then we recommend using <a title="LearnDash" href="http://www.wpbeginner.com/refer/learndash/" rel="nofollow" >LearnDash</a>. It is the best <a href="http://www.wpbeginner.com/plugins/best-wordpress-lms-plugins-compared/" title="5 Best WordPress LMS Plugins Compared (Pros and Cons)">LMS plugin for WordPress</a> and allows you to process credit card payments on your website. </p>
<p><img title="LearnDash Stripe settings" src="http://cdn.wpbeginner.com/wp-content/uploads/2018/05/learndash-stripe.png" alt="LearnDash Stripe settings" width="550" height="321" class="alignnone size-full wp-image-52594" /></p>
<p>For details, see our guide on how to <a href="http://www.wpbeginner.com/plugins/how-to-create-an-online-course-with-wordpress-using-learndash-review/" title="How to Create an Online Course with WordPress using LearnDash (Review)">how to sell online courses with WordPress</a> with step by step instructions. </p>
<p>We hope this article helped you learn how to accept and process credit card payments in WordPress. You may also want to see our list of the <a href="http://www.wpbeginner.com/showcase/24-must-have-wordpress-plugins-for-business-websites/" title="24 Must Have WordPress Plugins for Business Websites in 2018">must have WordPress plugins for business websites</a>.</p>
<p>If you liked this article, then please subscribe to our <a href="http://youtube.com/wpbeginner?sub_confirmation=1" title="WPBeginner on YouTube"  rel="nofollow">YouTube Channel</a> for WordPress video tutorials. You can also find us on <a href="http://twitter.com/wpbeginner" title="WPBeginner on Twitter"  rel="nofollow">Twitter</a> and <a href="https://www.facebook.com/wpbeginner" title="WPBeginner on Facebook"  rel="nofollow">Facebook</a>.</p>
<p>The post <a rel="nofollow" href="http://www.wpbeginner.com/wp-tutorials/how-to-easily-accept-credit-card-payments-on-your-wordpress-site/">How to Easily Accept Credit Card Payments on Your WordPress Site</a> appeared first on <a rel="nofollow" href="http://www.wpbeginner.com/">WPBeginner</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wpwife.com/tutorials/how-to-easily-accept-credit-card-payments-on-your-wordpress-site/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="" length="0" type="" />
		</item>
	</channel>
</rss>
