{"id":146,"date":"2010-03-01T00:59:50","date_gmt":"2010-03-01T07:59:50","guid":{"rendered":"http:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/?p=146"},"modified":"2025-12-13T16:21:06","modified_gmt":"2025-12-13T23:21:06","slug":"how-to-use-a-simple-paypal-payment-button-to-accept-membership-payment","status":"publish","type":"post","link":"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/how-to-use-a-simple-paypal-payment-button-to-accept-membership-payment-146","title":{"rendered":"How to Use a Simple PayPal Payment Button to Accept Membership Payment"},"content":{"rendered":"\n<p class=\"has-background\" style=\"background-color:#fdf5e1\">Please use the <a href=\"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/creating-paypal-buy-now-button-membership-payment-1612\"><strong>new instructions to create a PayPal button<\/strong><\/a> or use integrations with our <a href=\"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/membership-payments-using-the-wp-express-checkout-plugin-1987\"><strong>WP Express Checkout plugin<\/strong><\/a> or <a href=\"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/wp-emember-and-wp-estore-integration-for-membership-payment-60\"><strong>WP eStore plugin<\/strong><\/a>.<\/p>\n\n\n<p>A lot of people use the <a href=\"https:\/\/www.tipsandtricks-hq.com\/wordpress-estore-plugin-complete-solution-to-sell-digital-products-from-your-wordpress-blog-securely-1059\" target=\"_blank\" rel=\"noopener\">WP eStore<\/a> plugin to create payment buttons for membership as it has a range of benefits but you can use a PayPal payment button (&#8220;Buy Now&#8221; or &#8220;Subscribe&#8221;)\u00a0that you create in your PayPal account to accept payment for your premium members too.<\/p>\n<h2>Buy Now Type Button or Subscription Type Button?<\/h2>\n<ul>\n<li><a href=\"http:\/\/www.tipsandtricks-hq.com\/forum\/topic\/membership-payment-difference-between-buy-now-and-subscription-buttons\" target=\"_blank\" rel=\"noopener\">Difference between &#8220;Buy Now&#8221; and &#8220;Subscription&#8221; type buttons for membership payment<\/a><\/li>\n<\/ul>\n<h2>Video Tutorial Showing PayPal Button Integration<\/h2>\n<p><iframe loading=\"lazy\" title=\"PayPal Button and WP eMember Integration\" width=\"500\" height=\"281\" src=\"https:\/\/www.youtube.com\/embed\/I2oTErYH6Zo?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe><\/p>\n<h3>Setup Preparation<\/h3>\n<p>To create a membership payment button using PayPal, you will need two pieces of information:<\/p>\n<ul>\n<li>The URL of the IPN handling script<\/li>\n<li>The ID of the membership level that you are creating this payment button for<\/li>\n<\/ul>\n<p>The above two pieces of information will go in the &#8220;advanced variables&#8221; field of your PayPal button. WP eMember has a settings menu that will allow you to generate the advanced variables code easily so you can copy and paste it into your PayPal button.<\/p>\n<p><strong>Step 1)<\/strong> Go to the following area of your WP Admin dashboard:<\/p>\n<pre>eMember Settings -&gt; Gateway Settings -&gt; Direct PayPal Integration settings\n<\/pre>\n<p><strong>Step 2)<\/strong> You can find the ID of a membership level (example: 4) in the &#8220;Membership Level&#8221; menu of the WP eMember plugin.<\/p>\n<p>Enter the Membership level ID in the appropriate box then hit the &#8220;Generate Code&#8221; button to generate the advanced variables code that you need to use in your PayPal button.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-751\" title=\"advanced-variables-for-paypal-button\" src=\"http:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/wp-content\/uploads\/2010\/03\/advanced-variables-for-paypal-button.jpg\" alt=\"\" width=\"520\" height=\"185\" srcset=\"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/wp-content\/uploads\/2010\/03\/advanced-variables-for-paypal-button.jpg 520w, https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/wp-content\/uploads\/2010\/03\/advanced-variables-for-paypal-button-300x106.jpg 300w\" sizes=\"auto, (max-width: 520px) 100vw, 520px\" \/><\/p>\n<p>The advanced variables code it generates for your site should look something like the following (you will need to copy this code so you can use it in your PayPal button):<\/p>\n<pre>notify_url=http:\/\/www.your-domain.com\/?emember_paypal_ipn=1\ncustom=subsc_ref=4<\/pre>\n<h3>Specifying the &#8220;Advanced Variables&#8221; Code in the PayPal button<\/h3>\n<p>When you create your button on PayPal from the &#8220;Merchant Services&#8221; menu, you will be able to specify some advanced variables in &#8220;Step 3&#8221;.<\/p>\n<div id=\"attachment_147\" style=\"width: 454px\" class=\"wp-caption alignnone\"><a href=\"http:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/wp-content\/uploads\/2010\/03\/paypal_add_extra_variable.gif\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-147\" class=\"size-full wp-image-147\" title=\"paypal_add_extra_variable\" src=\"http:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/wp-content\/uploads\/2010\/03\/paypal_add_extra_variable.gif\" alt=\"Specify advanced variables\" width=\"444\" height=\"176\" srcset=\"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/wp-content\/uploads\/2010\/03\/paypal_add_extra_variable.gif 444w, https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/wp-content\/uploads\/2010\/03\/paypal_add_extra_variable-300x118.gif 300w\" sizes=\"auto, (max-width: 444px) 100vw, 444px\" \/><\/a><p id=\"caption-attachment-147\" class=\"wp-caption-text\">Specify advanced variables<\/p><\/div>\n<ul>\n<li>Check the add advanced variables checkbox<\/li>\n<li>Copy and Paste the text from the notepad saved earlier into the textarea.<\/li>\n<\/ul>\n<p>Now, you can copy the button code that PayPal gives you and paste it in your &#8220;Membership Payment&#8221; page. When someone makes a payment using this button it will automatically create a membership for the membership level that is specified in the button.<\/p>\n<h2>Your PayPal Profile Settings<\/h2>\n<p>Make sure that the Instant Payment Notification (IPN) is enabled in your PayPal profile (this is enabled by default). You can enable it by going to the profile menu in your PayPal account.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-715\" title=\"paypal-ipn-settings-screenshot\" src=\"http:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/wp-content\/uploads\/2010\/03\/paypal-ipn-settings-screenshot.png\" alt=\"\" width=\"554\" height=\"109\" srcset=\"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/wp-content\/uploads\/2010\/03\/paypal-ipn-settings-screenshot.png 554w, https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/wp-content\/uploads\/2010\/03\/paypal-ipn-settings-screenshot-300x59.png 300w\" sizes=\"auto, (max-width: 554px) 100vw, 554px\" \/><\/p>\n<p>If the IPN is disabled in your PayPal Profile then PayPal won&#8217;t send any payment notification to eMember after payment. This will cause the registration process to not work as usual and your users who pay you won&#8217;t get any email form eMember.<\/p>\n<h2>Creating a Thank You Page<\/h2>\n<p>You should create a generic thank you page for your membership site. Use this page as your return page in the PayPal button (so the user goes to this\u00a0page after the payment).<\/p>\n<p>Explain what the user\u00a0can expect next in this &#8220;Thank You&#8221; page.\u00a0Instruct your users to check their email and click on the link to complete the paid membership registration.<\/p>\n<p>The following is an example of the type of message you should put on your thank you page:<\/p>\n<pre>You will receive an email shortly which will contain the details of this transaction.\n\nYou will also receive an email containing a special link. Click on that link in the email to complete your paid membership registration.\n\n<\/pre>\n<h2>Advanced Integration with a PayPal Button (An Alternative Integration Option)<\/h2>\n<p>This section is only for users who are looking for an advanced integration option.<\/p>\n<p>If you want to create a PayPal button that both your new users or existing members can use to pay or renew membership then use the following option. This is also useful when you want your existing members to be able pay using a different PayPal\u00a0account or email address. It can also track the affiliate commission if you are using our affiliate platform plugin.<\/p>\n<p><strong>Step 1)<\/strong> Edit your PayPal button and remove any value from your PayPal button&#8217;s advanced variables section. If you are creating a new PayPal button then you can skip this step.<\/p>\n<p><strong>Step 2)<\/strong> Edit the WordPress page where you will add the PayPal button code for membership payment.<\/p>\n<p><strong>Step 3)<\/strong> Add the following shortcode\u00a0inside your PayPal button&#8217;s HTML code.<\/p>\n<pre>[wp_eMember_paypal_fields level_id=\"2\"]\n<\/pre>\n<p>In this example, 2 is the membership level ID for this button so you will need to change it for your site.<\/p>\n<p>Your final PayPal button code on the page should look something like the following example:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-1339\" src=\"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/wp-content\/uploads\/2010\/03\/paypal-button-integration-advanced-example.png\" alt=\"paypal-button-integration-advanced-example\" width=\"561\" height=\"141\" srcset=\"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/wp-content\/uploads\/2010\/03\/paypal-button-integration-advanced-example.png 561w, https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/wp-content\/uploads\/2010\/03\/paypal-button-integration-advanced-example-300x75.png 300w\" sizes=\"auto, (max-width: 561px) 100vw, 561px\" \/><\/p>\n<p>It works just like a normal membership payment button for new users. However, when your logged-in members use this PayPal button to Pay, it will upgrade their existing membership profile to the newly paid level or renew the existing level. It will also work with affiliate tracking (if you are using our affiliate tracking plugin).<\/p>\n<h3>Video Tutorial\u00a0(Using a\u00a0PayPal Buy Now\u00a0Button)<\/h3>\n<p><iframe loading=\"lazy\" title=\"How to Directly Integrate eMember with a PayPal button\" width=\"500\" height=\"281\" src=\"https:\/\/www.youtube.com\/embed\/P6nM1C-4FmQ?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe><\/p>\n<h3>Video Tutorial (Using a PayPal Subscription Button)<\/h3>\n<p><iframe loading=\"lazy\" title=\"WP eMember - Advanced Integration with a PayPal Button\" width=\"500\" height=\"281\" src=\"https:\/\/www.youtube.com\/embed\/z_apgZJ0ra4?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe><\/p>\n<p><strong>Note:<\/strong> Once the button code is generated in your PayPal account, make sure that it is not &#8220;<em>protected<\/em>&#8221; (Click the Remove code protection option if it is encrypted). You also need to make sure that the website tab is selected (not Email) so PayPal shows you the full button code.<\/p>","protected":false},"excerpt":{"rendered":"<p>Please use the new instructions to create a PayPal button or use integrations with our WP Express Checkout plugin or WP eStore plugin. A lot of people use the WP eStore plugin to create payment buttons for membership as it has a range of benefits but you can use a PayPal payment button (&#8220;Buy Now&#8221; [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_genesis_hide_title":false,"_genesis_hide_breadcrumbs":false,"_genesis_hide_singular_image":false,"_genesis_hide_footer_widgets":false,"_genesis_custom_body_class":"","_genesis_custom_post_class":"","_genesis_layout":"","footnotes":""},"categories":[4],"tags":[24,80,23],"class_list":{"0":"post-146","1":"post","2":"type-post","3":"status-publish","4":"format-standard","6":"category-design-usage","7":"tag-membership-payment","8":"tag-paypal","9":"tag-plain-paypal-button","10":"entry"},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Use a Simple PayPal Payment Button to Accept Membership Payment - WordPress Membership<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/how-to-use-a-simple-paypal-payment-button-to-accept-membership-payment-146\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/how-to-use-a-simple-paypal-payment-button-to-accept-membership-payment-146#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/how-to-use-a-simple-paypal-payment-button-to-accept-membership-payment-146\"},\"author\":{\"name\":\"admin\",\"@id\":\"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/#\/schema\/person\/d68b2ffa792aeb141f10f910dacccfdd\"},\"headline\":\"How to Use a Simple PayPal Payment Button to Accept Membership Payment\",\"datePublished\":\"2010-03-01T07:59:50+00:00\",\"dateModified\":\"2025-12-13T23:21:06+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/how-to-use-a-simple-paypal-payment-button-to-accept-membership-payment-146\"},\"wordCount\":885,\"commentCount\":9,\"image\":{\"@id\":\"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/how-to-use-a-simple-paypal-payment-button-to-accept-membership-payment-146#primaryimage\"},\"thumbnailUrl\":\"http:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/wp-content\/uploads\/2010\/03\/advanced-variables-for-paypal-button.jpg\",\"keywords\":[\"membership payment\",\"paypal\",\"plain paypal button\"],\"articleSection\":[\"Design &amp; Usage\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/how-to-use-a-simple-paypal-payment-button-to-accept-membership-payment-146#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/how-to-use-a-simple-paypal-payment-button-to-accept-membership-payment-146\",\"url\":\"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/how-to-use-a-simple-paypal-payment-button-to-accept-membership-payment-146\",\"name\":\"How to Use a Simple PayPal Payment Button to Accept Membership Payment - WordPress Membership\",\"isPartOf\":{\"@id\":\"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/how-to-use-a-simple-paypal-payment-button-to-accept-membership-payment-146#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/how-to-use-a-simple-paypal-payment-button-to-accept-membership-payment-146#primaryimage\"},\"thumbnailUrl\":\"http:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/wp-content\/uploads\/2010\/03\/advanced-variables-for-paypal-button.jpg\",\"datePublished\":\"2010-03-01T07:59:50+00:00\",\"dateModified\":\"2025-12-13T23:21:06+00:00\",\"author\":{\"@id\":\"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/#\/schema\/person\/d68b2ffa792aeb141f10f910dacccfdd\"},\"breadcrumb\":{\"@id\":\"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/how-to-use-a-simple-paypal-payment-button-to-accept-membership-payment-146#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/how-to-use-a-simple-paypal-payment-button-to-accept-membership-payment-146\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/how-to-use-a-simple-paypal-payment-button-to-accept-membership-payment-146#primaryimage\",\"url\":\"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/wp-content\/uploads\/2010\/03\/advanced-variables-for-paypal-button.jpg\",\"contentUrl\":\"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/wp-content\/uploads\/2010\/03\/advanced-variables-for-paypal-button.jpg\",\"width\":\"520\",\"height\":\"185\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/how-to-use-a-simple-paypal-payment-button-to-accept-membership-payment-146#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Use a Simple PayPal Payment Button to Accept Membership Payment\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/#website\",\"url\":\"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/\",\"name\":\"WordPress Membership\",\"description\":\"Easy to use WordPress Membership plugin\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/#\/schema\/person\/d68b2ffa792aeb141f10f910dacccfdd\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/3a21ab4072e533cf470d80fc2f0fd3639872824ade4e23709397e109b24f8857?s=96&d=identicon&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/3a21ab4072e533cf470d80fc2f0fd3639872824ade4e23709397e109b24f8857?s=96&d=identicon&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/3a21ab4072e533cf470d80fc2f0fd3639872824ade4e23709397e109b24f8857?s=96&d=identicon&r=g\",\"caption\":\"admin\"},\"url\":\"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/author\/admin\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Use a Simple PayPal Payment Button to Accept Membership Payment - WordPress Membership","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/how-to-use-a-simple-paypal-payment-button-to-accept-membership-payment-146","twitter_misc":{"Written by":"admin"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/how-to-use-a-simple-paypal-payment-button-to-accept-membership-payment-146#article","isPartOf":{"@id":"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/how-to-use-a-simple-paypal-payment-button-to-accept-membership-payment-146"},"author":{"name":"admin","@id":"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/#\/schema\/person\/d68b2ffa792aeb141f10f910dacccfdd"},"headline":"How to Use a Simple PayPal Payment Button to Accept Membership Payment","datePublished":"2010-03-01T07:59:50+00:00","dateModified":"2025-12-13T23:21:06+00:00","mainEntityOfPage":{"@id":"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/how-to-use-a-simple-paypal-payment-button-to-accept-membership-payment-146"},"wordCount":885,"commentCount":9,"image":{"@id":"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/how-to-use-a-simple-paypal-payment-button-to-accept-membership-payment-146#primaryimage"},"thumbnailUrl":"http:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/wp-content\/uploads\/2010\/03\/advanced-variables-for-paypal-button.jpg","keywords":["membership payment","paypal","plain paypal button"],"articleSection":["Design &amp; Usage"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/how-to-use-a-simple-paypal-payment-button-to-accept-membership-payment-146#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/how-to-use-a-simple-paypal-payment-button-to-accept-membership-payment-146","url":"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/how-to-use-a-simple-paypal-payment-button-to-accept-membership-payment-146","name":"How to Use a Simple PayPal Payment Button to Accept Membership Payment - WordPress Membership","isPartOf":{"@id":"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/how-to-use-a-simple-paypal-payment-button-to-accept-membership-payment-146#primaryimage"},"image":{"@id":"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/how-to-use-a-simple-paypal-payment-button-to-accept-membership-payment-146#primaryimage"},"thumbnailUrl":"http:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/wp-content\/uploads\/2010\/03\/advanced-variables-for-paypal-button.jpg","datePublished":"2010-03-01T07:59:50+00:00","dateModified":"2025-12-13T23:21:06+00:00","author":{"@id":"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/#\/schema\/person\/d68b2ffa792aeb141f10f910dacccfdd"},"breadcrumb":{"@id":"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/how-to-use-a-simple-paypal-payment-button-to-accept-membership-payment-146#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/how-to-use-a-simple-paypal-payment-button-to-accept-membership-payment-146"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/how-to-use-a-simple-paypal-payment-button-to-accept-membership-payment-146#primaryimage","url":"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/wp-content\/uploads\/2010\/03\/advanced-variables-for-paypal-button.jpg","contentUrl":"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/wp-content\/uploads\/2010\/03\/advanced-variables-for-paypal-button.jpg","width":"520","height":"185"},{"@type":"BreadcrumbList","@id":"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/how-to-use-a-simple-paypal-payment-button-to-accept-membership-payment-146#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/"},{"@type":"ListItem","position":2,"name":"How to Use a Simple PayPal Payment Button to Accept Membership Payment"}]},{"@type":"WebSite","@id":"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/#website","url":"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/","name":"WordPress Membership","description":"Easy to use WordPress Membership plugin","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/#\/schema\/person\/d68b2ffa792aeb141f10f910dacccfdd","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/3a21ab4072e533cf470d80fc2f0fd3639872824ade4e23709397e109b24f8857?s=96&d=identicon&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/3a21ab4072e533cf470d80fc2f0fd3639872824ade4e23709397e109b24f8857?s=96&d=identicon&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/3a21ab4072e533cf470d80fc2f0fd3639872824ade4e23709397e109b24f8857?s=96&d=identicon&r=g","caption":"admin"},"url":"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/author\/admin"}]}},"_links":{"self":[{"href":"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/wp-json\/wp\/v2\/posts\/146","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/wp-json\/wp\/v2\/comments?post=146"}],"version-history":[{"count":0,"href":"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/wp-json\/wp\/v2\/posts\/146\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/wp-json\/wp\/v2\/media?parent=146"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/wp-json\/wp\/v2\/categories?post=146"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.tipsandtricks-hq.com\/wordpress-membership\/wp-json\/wp\/v2\/tags?post=146"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}