WordPress OSINT, maintenance or security needs? Reach out!
TLDWP

Plugin: wp-paypal (Used by 42 domains)

Payment Button for PayPal

👤 Noor Alam 📦 v1.2.3.44 🔗 Plugin Homepage

Payment Button for PayPal plugin (also known as WP PayPal) allows you to easily create PayPal Buy Now, Add to Cart, Donation or Subscription type buttons. It generates dynamic buttons using shortcodes that enable PayPal checkout on your WordPress site.

Your customers will be able to pay for your products using PayPal or Credit Card. This plugin makes it easy for you to set up your online e-commerce store. You do not need to spend days configuring products and settings. All you need to do is insert a shortcode into one of your web pages and your website will be ready to go live.

Payment Button for PayPal supports PayPal Sandbox. PayPal Sandbox is a simulation environment which allows you to do test purchases between a test buyer and a seller account. This is to make sure that your store can process PayPal transactions without any issues. It also helps you get prepared before selling to real customers.

Payment Button for PayPal Add-ons

Payment Button for PayPal Features

  • Sell products or services using PayPal
  • Create PayPal buttons on the fly in a post/page using shortcodes
  • Accept once off payments
  • Accept recurring subscription payments
  • Accept donations from users
  • Use multiple PayPal accounts to accept payments
  • Allow users to add multiple items to the shopping cart and checkout
  • View or Manage orders received via PayPal buttons from your WordPress admin dashboard
  • Quick settings configurations
  • Enable debug to troubleshoot various issues (e.g. orders not getting updated)
  • Open PayPal log to see how IPN (Instant Payment Notification) is being received from PayPal
  • Accept debit or credit card payments
  • Accept recurring subscription payments on a daily, weekly, monthly or yearly basis
  • Switch your store to PayPal sandbox mode for testing
  • Sell in any currency supported by PayPal
  • Charge shipping on your products or services
  • Charge tax on your products or services
  • Send a purchase confirmation email to your customer after a transaction
  • Send a sale notification email to one or more recipients (e.g. the seller) after a transaction
  • Accept payments with PayPal smart payment buttons
  • Accept Pay Later Pay in 4 payments

Note: This is NOT an official PayPal product.

How to Use Payment Button for PayPal

Once you have installed this plugin you need to go to the settings menu to configure some PayPal settings (WP PayPal -> Settings).

PayPal Checkout Settings

These settings apply to the “[wp_paypal_checkout]” shortcode button. It uses the PayPal Checkout payment method.

  • Client ID: The client ID for your PayPal REST API app
  • Currency Code: The default currency code for payments
  • Return URL: The redirect URL after a successful payment
  • Cancel URL: The redirect URL when a payment is cancelled

PayPal Payments Standard Settings

These settings apply to the “[wp_paypal]” shortcode button. It uses the PayPal Payments Standard payment method.

  • PayPal Merchant ID: Your PayPal Merchant ID
  • PayPal Email: Your PayPal email address
  • Currency Code: The default currency code

Payment Button for PayPal Emails

Payment Button for PayPal plugin comes with an “Emails” tab where you will be able to configure some email related settings.

Email Sender Options

In this section you can choose to customize the default From Name and From Email Address that will be used when sending an email.

Purchase Receipt Email

When this feature is enabled an email sent to the customer after completion of a successful purchase. Options you can customize here:

  • The subject of the purchase receipt email
  • The content type of the purchase receipt email. The default is “Plain Text”. But you can also set it to “HTML”
  • The body of the purchase receipt email.

Sale Notification Email

When this feature is enabled an email is sent to your chosen recipient(s) after completion of a successful purchase. Options you can customize here:

  • The subject of the sale notification email
  • The content type of the sale notification email. The default is “Plain Text”. But you can also set it to “HTML”
  • The body of the sale notification email.

You can use various email tags in the subject/body of an email to dynamically change its content. You can find the full list of available email tags in the WordPress PayPal plugin page.

Can the email messages be sent over SMTP? Absolutely. The following SMTP plugins have been tested:

  • SMTP Mailer
  • Gmail SMTP
  • WP Mail SMTP
  • Post SMTP
  • FluentSMTP
  • Easy WP SMTP

How to Create a PayPal Checkout Button

In order to create a PayPal Checkout button insert the shortcode like the following:

[wp_paypal_checkout description="test checkout product" amount="3.99"]

PayPal Checkout Shortcode Parameters

You can use additional parameters to customize your PayPal Checkout buttons.

  • description – Description of the purchase.
  • amount – The price of the product.

For more information check the PayPal Checkout documentation page.

How to Create a PayPal Payments Standard Button

In order to create a PayPal Payments Standard button insert the shortcode like the following.

PayPal Buy Now

Buy Now buttons are for single item purchases. In order to create a buy button you need to specify it in the button parameter of the shortcode.

[wp_paypal button="buynow" name="My product" amount="1.00"]

PayPal Add to Cart

Add To Cart buttons let users add multiple items to their PayPal shopping cart and checkout.

[wp_paypal button="cart" name="My product" amount="1.00"]

PayPal View Cart

View Cart buttons let users view items that were added to their PayPal shopping cart.

[wp_paypal button="viewcart"]

PayPal Donation

Donation buttons let you accept donations from your users.

[wp_paypal button="donate" name="My product"]

PayPal Subscription

[wp_paypal button="subscribe" name="My product" a3="1.00" p3="1" t3="M" src="1"]

Subscribe buttons let you set up payment subscriptions.

PayPal Payments Standard Shortcode Buttons Parameters

You can use additional parameters to customize your PayPal buttons.

  • type – The type of button to render (e.g. “buynow”, “cart”, “donate” or “subscribe”)
  • name – Description of the item.
  • button_image – Your custom button image URL (e.g. button_image=”https://example.com/images/buy.png”).
  • button_text – Your custom button text (e.g. button_text=”Buy Now”).
  • number – The number of the item (Also known as SKU. e.g. number=”16″).
  • amount– The price of the item (e.g. amount=”4.95″).
  • currency – The currency of the item (e.g. currency=”USD”).
  • quantity – Quantity of items to purchase (e.g. quantity=”2″).
  • shipping – The cost of shipping this item. (e.g. shipping=”0.75″). If you specify “shipping” and “shipping2” is not defined, this flat amount is charged regardless of the quantity of items purchased.
  • shipping2 – The cost of shipping each additional unit of this item (e.g. shipping2=”1.25″)
  • handling – The handling cost of an item (e.g. handling=”2.5″)
  • tax – The flat tax amount for an item (e.g. tax=”2.99″).
  • tax_rate – The rate of tax for an item (e.g. tax_rate=”2.9″).
  • locale – The desired locale of the PayPal site (e.g. locale=”GB”). This feature is useful if you want to render the payment page in a specific language.
  • return – The URL to which the user will be redirected after the payment (e.g. return=”https://example.com/thank-you”).
  • cancel_return – The URL to which PayPal will redirect the buyer if they cancel checkout before completing the payment (e.g. cancel_return=”https://example.com/payment-canceled”).
  • no_shipping – This parameter allows you to control whether or not to prompt buyers for a shipping address (e.g. no_shipping=”1″). Allowable values: 0 – Prompt for an address, but do not require one (This is set by default), 1 – Do not prompt for an address, 2 – Prompt for an address, and require one.
  • undefined_quantity – Allow buyers to specify the quantity of the item on the payment page (e.g. undefined_quantity=”1″). This option is only used with a Buy Now button.
  • target – This parameter allows you to open a PayPal button in a new window or tab (e.g. target=”_blank”).
  • shopping_url – This parameter allows you to customize the Continue Shopping URL for the View Cart button (e.g. shopping_url=”https://example.com/shop”).
  • business – This parameter allows you to override the seller account specified in the settings. You can specify either your PayPal merchant ID or email address in it (e.g. business=”HV3QO52MBTT34″ or business=”[email protected]”).
  • form_class – Your custom CSS class to target the button form (e.g. form_class=”ppbtn”). Multiple classes are supported (e.g. form_class=”ppbtn ppbtn2 ppbtn3″).

PayPal Add to Cart Button/Shopping Cart Specific Parameters

  • handling – Handling charges. This parameter is not quantity-specific, which means the same handling cost applies, regardless of the number of items on the order. (e.g. handling=”2.00″).

For detailed documentation please check out the Payment Button for PayPal plugin page.

Translation

If you are a non-English speaker please help translate the plugin into your language.

Additional PayPal Documentation

DomainExposuresHeadersLast Checked
i*t*r*a*i*n*l*e*i*a*y.com (WP 6.0.12) ⚠️ 👤 F 2026-07-26 14:40:54
g*a*t*r*a*e*.com (WP 6.6.5) 👤 F 2026-07-26 03:31:44
g*a*d*a*t*r*r*n*l*n.com (WP 6.9.1) F 2026-07-25 22:43:34
a*h*f*e*d.com (WP 7.0.2) F 2026-07-25 18:38:04
p*l*b*x*s*u*y*g*o*p.o*g.uk F 2026-07-24 13:20:49
p*r*o*a*d*v*l*p*e*t*u*h*r*t*.com (WP 7.0.2) F 2026-07-24 05:33:50
s*n*o*a*m*.ca (WP 6.8.6) 👤 F 2026-07-24 03:31:59
c*n*e*p*a*c*c*n*e*.de (WP 4.6.1) ⚠️ F 2026-07-23 07:09:08
d*n*e*i*l*.com (WP 7.0.2) F 2026-07-23 03:09:33
a*a*b.org (WP 7.0.2) 🔓 F 2026-07-22 11:24:02
c*o*s*e*s*o*n*a*i*n.org (WP 6.8.6) 👤 F 2026-07-22 10:13:47
f*t*e*h*o*a*1*.com (WP 7.0.1) 👤 F 2026-07-20 19:27:55
s*e*o.org (WP 7.0.2) 👤 F 2026-07-20 05:57:38
g*g*l*v*.com 👤 F 2026-07-19 15:56:04
c*m*d*u*l*s.org 👤 F 2026-07-15 21:49:51
r*m*v*m*e*c*s*f*t*b*l*p*d*x.com (WP 7.0.1) F 2026-07-15 04:03:31
t*u*l*m*s*r*.com (WP 5.1.22) ⚠️ 👤 F 2026-07-13 19:36:16
n*r*h*r.fr (WP 7.0.1) F 2026-07-10 10:57:43
t*o*y*t*c*l*o*l*.com (WP 6.9.1) F 2026-07-10 04:58:46
d*r*o*d*n*a*u*u*.de (WP 7.0) 👤 D 2026-07-08 08:07:53
t*b*r*a*l*o*d*v*d*e*t*r*d.com (WP 6.7.5) F 2026-07-07 19:48:00
w*a*k*l*s*t.com (WP 5.3.21) ⚠️ 👤 F 2026-07-07 02:32:55
l*v*f*s*i*a*e*e*t.com (WP 6.0.12) ⚠️ 👤 F 2026-07-05 19:08:08
l*v*f*s*i*a*c*n*e*e*c*.com (WP 6.0.12) ⚠️ F 2026-07-05 19:08:08
p*o*e*t*e*f*r*a*e*o*a*g*l*s.com (WP 6.9.4) F 2026-07-04 23:26:19
m*c*n*u*l*m*.com (WP 6.9.4) 👤 F 2026-07-04 16:21:09
m*c*b*l*m*.com (WP 6.9.4) 👤 F 2026-07-04 16:07:59
e*s*l*r*w*n.com A 2026-07-04 11:42:16
a*c*u*o*a*i*n.ca 👤 F 2026-07-03 14:01:31
n*c*r*c.org F 2026-07-03 11:27:17
p*e*e*s*a*s.com 👤 F 2026-07-02 22:18:26
k*l*f*s*i*a*.se (WP 7.0) F 2026-07-02 13:40:36
m*d*a*e*r*o*l*n.com (WP 7.0) 👤 F 2026-07-02 06:16:51
s*r*n*e*i*l*u*.com (WP 7.0) 🔓 👤 F 2026-07-01 07:55:15
n*v*j*-*r*n*e.com (WP 6.4.8) ⚠️ F 2026-06-30 06:58:05
s*u*h*o*d*a*l*a*.c*.uk (WP 7.0) A 2026-06-11 04:00:54
t*e*c*a*r*t*e*t*.com (WP 6.9.4) F 2026-06-03 03:44:19
s*m*n*h*w*l*.com (WP 6.9.4) F 2026-06-02 19:28:40
t*e*e*s*a*i*m*s*a*e.com (WP 7.0) F 2026-06-02 16:02:04
t*p*n*a.com (WP 6.9.4) F 2026-06-02 02:57:14
e*b*e*p*s*o*s*n*r*i*i*.org (WP 7.0) F 2026-05-31 09:12:47
t*t*k*.com (WP 7.0) C 2026-05-31 01:46:07

Top 50 Plugins

Plugin Count
elementor 1,779,388
contact-form-7 1,761,088
elementor-pro 1,055,687
woocommerce 817,660
revslider 612,251
jetpack 458,895
js_composer 422,839
wp-rocket 341,544
essential-addons-for-elementor-lite 266,783
complianz-gdpr 259,818
gravityforms 257,768
google-site-kit 232,142
cookie-law-info 230,394
instagram-feed 226,099
sitepress-multilingual-cms 211,909
header-footer-elementor 208,549
google-analytics-for-wordpress 207,147
bluehost-wordpress-plugin 193,005
elementskit-lite 181,900
gutenberg 167,565
cookie-notice 150,381
litespeed-cache 143,078
gtranslate 126,061
wpforms-lite 125,379
the-events-calendar 123,077
gutenberg-core 122,519
astra-sites 114,573
popup-maker 110,596
woocommerce-payments 110,364
tablepress 102,292
honeypot 98,159
astra-addon 94,468
wp-smushit 91,509
duracelltomi-google-tag-manager 90,847
coblocks 90,281
layerslider 89,960
all-in-one-seo-pack 89,716
bb-plugin 86,712
akismet 85,457
premium-addons-for-elementor 85,000
cleantalk-spam-protect 83,269
ml-slider 82,930
mailchimp-for-wp 82,435
megamenu 80,780
woocommerce-gateway-stripe 80,066
jet-engine 77,767
fusion-builder 77,630
ewww-image-optimizer 76,815
smart-slider-3 76,682
wp-pagenavi 76,584

Top 50 Themes

Theme Count
hello-elementor 623,140
Divi 499,644
astra 417,537
flatsome 137,169
Avada 121,933
generatepress 115,455
pub 85,361
oceanwp 81,158
kadence 79,293
enfold 69,360
salient 65,583
twentyseventeen 54,581
bb-theme 52,905
betheme 52,583
twentytwentyfour 52,393
blocksy 51,239
cocoon-master 49,293
dt-the7 45,667
twentytwentyfive 44,879
h4 42,570
woodmart 41,447
neve 38,409
Avada-Child-Theme 37,034
gox 36,294
bridge 31,641
twentytwentyone 30,513
lightning 29,886
twentytwenty 28,872
swell 27,928
bricks 26,549
Impreza 26,210
Newspaper 24,349
twentytwentythree 22,239
epik-redesign 19,218
twentytwentytwo 18,921
uncode 18,690
twentysixteen 17,681
pro 17,583
sydney 16,662
storefront 16,428
Total 14,531
hello-theme-child-master 14,048
factory-templates-4 13,733
extendable 13,170
themify-ultra 12,997
hestia 12,665
yootheme 12,622
yith-wonder 12,423
porto 12,058
jupiter 11,700