Skip to main content

PayPal Community

  • Dashboard
  • Send and Request
  • Wallet
  • Business
  • Help
Log in
  • Welcome
    • Guidelines
    • News and Events
    • Suggestions for PayPal
    • General Discussions
  • PayPal Help Community
    • Managing Account
    • Transactions
    • Wallet
    • Security and Fraud
    • Products & Services
    • Reporting
  • MTS Community
    • PayPal Upgrade Community
    • PayPal Payments Standard
    • REST APIs
    • NVP/SOAP APIs
    • SDKs
    • Sandbox Environment
    • PayPal Reporting
    • Payflow
    • Ideas for MTS
    • Client-side Integration
    • Server-side Integration
  • The Archives
    • PayPal Help Community Archives
      • Managing Account Archives
      • Transactions Archives
      • Wallet Archives
      • Security and Fraud Archives
      • Products & Services Archives
      • Reporting Archives
    • Help Community
      • PayPal Basics Archives
      • Payments Archives
      • My Money Archives
      • My Account Archives
      • Disputes and Limitations Archives
      • Products and Services Archives
      • PayPal Credit Archives
    • Merchant Community
      • Merchant Products
      • Business Tools Archives
      • Reporting Archives
      • Managing Risk and Fraud Archives
    • Help Archives
      • About Business (Archive)
      • About Payments (Archive)
      • About Settings (Archive)
      • About eBay (Archive)
      • About Protections (Archive)
      • About Products (Archive)
    • Social and Your Voice Archives
      • Off Topic (Archive)
      • My Feedback for PayPal (Archive)
    • About PayPal Archives
      • Watercooler (Archive)
      • Tax Information (Archive)
      • Fees (Archive)
      • eBay and PayPal (Archive)
      • Coupons and promotions (Archive)
    • My Account Archives
      • My account settings (Archive)
      • Account limits and verification (Archive)
      • Account balance (Archive)
      • Bank accounts and credit cards (Archive)
    • Payments Archives
      • Sending money (Archive)
      • Receiving money (Archive)
      • Refunds (Archive)
      • Donations and Fundraising (Archive)
    • Disputes and Security Archives
      • Disputes and claims (Archive)
      • Fraud, phishing and spoof (Archive)
    • My Business Archives
      • Merchant services (Archive)
      • Reporting and tracking (Archive)
      • Shipping (Archive)
    • PayPal Products Archives
      • PayPal Debit Mastercard (Archive)
      • PayPal Extras MasterCard (Archive)
      • PayPal Mobile & Other Services (Archive)
      • Student Accounts (Archive)
      • Bill Me Later (Archive)
    • Getting to know PayPal
      • My PayPal account
      • Security and protection
    • Receiving and sending money
      • Buying with PayPal
      • Selling with PayPal
    • PayPal Here UK
      • PayPal Here News and Events
      • PayPal Here Community
      • Chip and Pin Card Reader
      • PayPal Here App

The Community Forum will no longer be available starting June 30, 2025. Please note that the forum is now closed for new posts and responses, but previous posts will remain accessible for review until June, 30 2025. For comprehensive support options, please visit PayPal.com/HelpCenter
Merchant Technical Support: For technical support and related questions, please visit our Technical Support Help Center or Developer Central

If you want to report illegal content under the EU Digital Services Act, please do so here

since ‎Nov-06-2016
Country: United Kingdom
Type: Personal
decomplexity
decomplexity Contributor
Contributor
16
Posts
7
Kudos
0
Solutions
Your 3rd PayPal Anniversary
Your PayPal Anniversary
Conversationalist
Sociable
The Return
Organized
Liked
Ice Breaker
Friendly
Esteemed
Active
View all
Latest Contributions by decomplexity
  • Topics decomplexity has Participated In
  • Latest Contributions by decomplexity

Making PayPal payments via iZettle

by decomplexity Contributor in Merchant Products and Services Archives
‎Jul-18-2019 08:01 AM
‎Jul-18-2019 08:01 AM
Assume I have a ‘shop’ page on an existing website (i.e. one not built using iZettle's store builder) linking with a Go Plus account using their ‘Buy button’ HTML, and that the connection to my PayPal business account has been activated via the Dashboard. Q: If a customer wants to pay using their PayPal account, are they presented with an IZettle payment screen (with communication with PayPal being handled in the background by iZettle) or are they routed direct to PayPal? Q: In either case, how is the online shop notified that payment has been made successfully since I believe PayPal’s PDT and IPN mechanisms won’t work when used via iZettle? I have tried - so far unsuccessfully - to get answers to these two questions from the iZettle eCommerce team ... View more
Labels:
  • Labels:
  • Express Checkout
  • PayPal Buttons

Account name for a club

by decomplexity Contributor in My Account Archives
‎Jan-10-2019 06:30 AM
‎Jan-10-2019 06:30 AM
What please is the correct ‘style’ for the name of the PayPal business account holder of an unincorporated members association?  If Joe Smith is the club secretary of small non-league soccer club Kickem United (which has a small office in Bootem Street, Footyton– i.e. has a legitimate postal address), should the account be in the name of: - Joe Smith - Joe Smith for Kickem United - Joe Smith on behalf of Kickem United - Joe Smith for and on behalf of Kickem United and should the account holder’s address be: - Joe Smith’s own private address - Bootem Street, Footyton (Joe Smith is, I assume, acting as trustee of an implied bare trust with Kickem United as beneficiary). ... View more
Labels:
  • Labels:
  • Account Status & Verification
  • Update profile info

Re: autoreturn url not working after sum days

by decomplexity Contributor in Sandbox Environment
‎Nov-16-2018 01:21 PM
‎Nov-16-2018 01:21 PM
Many thanks Molly9730. Did they make any comment about auto-return for non-hosted buttons ? - or perhaps they are assuming that the <return> workaround will do for the time being. Whatever the root cause (and it would be nice to know from them what it was!), it would seem odd that PayPal's solution would not apply to both hosted and non-hosted.  ... View more

Re: Auto-return not working

by decomplexity Contributor in Sandbox Environment
‎Nov-12-2018 01:03 PM
1 Kudo
‎Nov-12-2018 01:03 PM
1 Kudo
Suggestion worked for me also, thank you. Same problem, but until now has happened intermittently since August (which is even stranger!). I have a non-hosted button, and the PayPal seller profile is set to use Auto-return and PDT. The PDT URL  does the usual call-back validation, checks for CURL errors and then SUCCESS or FAIL. It then issues a header("Location: " . success) or failure to link to  payment confirmation or failure pages for the user. All very standard. I have never needed to use a <input type="hidden" name="return" ..> since the Auto-return and PDT code did it for me. But I have always used a cancel_return.   However, my auto-returns and thence PDT have stopped now working altogether. When a payment completes, PayPal displays the Return to Merchant button, and the link on that button is that I have set for the CANCEL_RETURN!!!     So I tried adding a <input type="hidden" name="return"…> specifying the PDT URL (i.e. the code, not just the URL of a “Success” page) and set <input type="hidden" name="rm" value="2"> to get all the payment variables via POST, and everything suddenly worked.   Something somewhere in PayPal is not recognising that Auto-return is set in the seller profile.      ... View more

Re: item_name changed to "Shopping Cart" in IPN

by decomplexity Contributor in About Settings
‎Aug-23-2017 04:33 AM
1 Kudo
‎Aug-23-2017 04:33 AM
1 Kudo
I also posted the problem on StackOverflow (the official developers forum) and received the reply + further query below this Wed 23rd morning. I will be watching the live system closely and will post any updates.   PP REPLY: This issue has been resolved at PayPal end. Going forward, you will get the correct item name from PayPal. User Q: If we resend our IPNs will they now be sent correctly? PP REPLY: The fix has been pushed for incoming payments. The internal teams are working for correcting the impacted transactions.  ... View more

Re: item_name changed to "Shopping Cart" in IPN

by decomplexity Contributor in About Settings
‎Aug-22-2017 12:18 PM
‎Aug-22-2017 12:18 PM
Sounds suspiciously related to the post of 15th July entitled "IPN is not passing item_name, item_number" - see especially post 6 in that thread. ... View more

Re: item_name changed to "Shopping Cart" in IPN

by decomplexity Contributor in About Settings
‎Aug-22-2017 12:49 AM
‎Aug-22-2017 12:49 AM
Tnx jez6363 I had checked with the buyers the provenance of the faulting transactions and some are via PayPal accounts. I did a test purchase from my own PayPal account yesterday and - voila - it was for an item_name of Shopping Cart ! As you say, it smacks very much of a rogue code change that had been rolled out to just a few servers.   ... View more

Re: item_name changed to "Shopping Cart" in IPN

by decomplexity Contributor in About Settings
‎Aug-21-2017 06:42 AM
1 Kudo
‎Aug-21-2017 06:42 AM
1 Kudo
I have today 21st logged this issue to PayPal Tech Support as incident 170821 dash 000112. One would think that anyone using the PayPal Standard HTML API would potentially be affected. ... View more

Re: item_name changed to "Shopping Cart" in IPN

by decomplexity Contributor in About Settings
‎Aug-20-2017 11:46 AM
1 Kudo
‎Aug-20-2017 11:46 AM
1 Kudo
I checked all incoming orders and the first one we had with this problem was on 10th August. Though since it is intermittent, the problem could have existed a bit earlier. I can see no pattern to distinguish the problem orders with the ones that work successfully: on one of the sites with pages dedicated to ordering one or more of a specific service, all the user can key in is the amount to pay! Some are standard (PC) payments and some are mobile payments. ... View more

Re: item_name changed to "Shopping Cart" in IPN

by decomplexity Contributor in About Settings
‎Aug-20-2017 06:35 AM
2 Kudos
‎Aug-20-2017 06:35 AM
2 Kudos
A bit more information... When I do a downloaded activity report, the following fields are blank on the offending items: Item title Item ID Quantity   Note that the payments were processed successfully (i.e. credited to the account) but the resulting bad IPN made the order undeliverable: we had no idea what the curtomer ordered!   Come on PayPal  - this is a serious issue. If something is hosed from a bad systems update at least provide us a workaround ... View more
Paypal Logo
  • Help
  • Contact Us
  • Security
  • Fees
  • © 1999-2025 PayPal, Inc. All rights reserved.
  • Privacy
  • Legal
  • Cookies
  • Policy Updates

The money in your balance is eligible for pass-through FDIC insurance.

The PayPal Cash Mastercard is issued by The Bancorp Bank pursuant to a license by Mastercard International Incorporated. The Bancorp Bank; Member FDIC.

Powered by Khoros
Welcome to the PayPal Community!