How To Add Invoice Prefix to WooCommerce PayPal Pro Payment Gateway to Solve Duplicate Invoice ID supplied Error
If you are using WooCommerce PayPal Pro Payment Gateway on multiple websites you might experience “Duplicate Invoice ID Supplied” error.
There are really two ways how you can solve that problem.
1st – Modify your PayPal settings (not the best option).
2nd – Add unique “invoice prefix” (best option).
Solve Duplicate Invoice ID supplied Error by changing your PayPal Settings
In order for you to be able to accept multiple payments for the same invoice you need to turn that setting on in your PayPal account.
To do so go to:
Account Settings

Payment Preferences

Click “Update” next to block payments

Select “No” under Block accidental payments: You may prevent accidental payments by blocking duplicate invoice IDs

Done! Now you can accept multiple payments for the same invoice.
Add unique “invoice prefix” (Better Option)
Now, the option that we suggest is adding a “unique invoice prefix” for each of the websites that you are using WooCommerce PayPal Pro Payment Gateway on.
To do so go to “Plugin Editor”: in your WordPress Admin Menu
- Select WooCommerce PayPal Pro from the dropdown
- Select the file woo-paypal-pro-gateway-class.php
- Scroll down to the follow line (line number around 406) that has the following
'INVNUM' => apply_filters( 'wcpprog_invnum_woo_order_number', $this->order->get_order_number() ), - And change it to the following:
'INVNUM' => "Your-Unique-Prefix-Here" . $this->order->get_order_number(), - IMPORTANT! DO NOT USE ANY SPACES OR SPECIAL CHARACTERS IN YOUR INVOICE PREFIX
Done! Now your invoice will have custom invoice prefix and you no longer should be getting Duplicate Invoice ID Error.
Let Us Help You Get More Customers:
From The Blog:
- How Long Does SEO Take to Work for New Websites?
- How Long Does It Take Google to Crawl a New Site?
- How Important are Google Reviews for SEO?
- How to Incorporate Google Analytics Into SEMrush Reports: A Complete Integration Guide
- How Do You Identify Quality Content?
- How to Find All the Google Reviews You’ve Written: A Complete Guide
- How Many Internal Links is Too Many?
- How Important is Readability To SEO?
- How Does Facebook Know What I Searched on Google? The Truth Behind Cross-Platform Tracking
- What Is Pogo Sticking in SEO and How Does It Work

