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 is not available for new posts or responses; previous posts remain available to review. 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 ‎Aug-18-2017
Country: United States
Type: Business
elandersdev
elandersdev Contributor
Contributor
2
Posts
1
Kudos
0
Solutions
Your 3rd PayPal Anniversary
Your PayPal Anniversary
Liked
The Return
Organized
Ice Breaker
Active
View all
Latest Contributions by elandersdev
  • Topics elandersdev has Participated In
  • Latest Contributions by elandersdev

Re: New error with PayPal Button

by elandersdev Contributor in About Business
‎Dec-28-2017 01:24 PM
1 Kudo
‎Dec-28-2017 01:24 PM
1 Kudo
I did discover a problem with the controller handling the request on my site.  Corrected it and now I have a slightly different error message:   ppxo_unhandled_error index.js:574 ppxo_unhandled_error  { stack: "Error: No value passed to payment at https://w…://www.paypalobjects.com/api/checkout.js:3080:13)", errtype: "[object Error]", timestamp: 1514495738020, windowID: "d69b1da35e", pageID: "0233ab25b0", …} country:"US" env:"production" errtype:"[object Error]" host:"www.paypal.com" lang:"en" pageID:"0233ab25b0" path:"/webapps/hermes/button" prev_corr_ids:"" referer:"https://www.site.com" stack:"Error: No value passed to payment at https://www.paypalobjects.com/api/checkout.js:9749:43 at https://www.paypalobjects.com/api/checkout.js:8943:54 at ZalgoPromise.dispatch (https://www.paypalobjects.com/api/checkout.js:8967:27)at ZalgoPromise.resolve (https://www.paypalobjects.com/api/checkout.js:8911:22) at https://www.paypalobjects.com/api/checkout.js:8966:42 at ZalgoPromise.dispatch (https://www.paypalobjects.com/api/checkout.js:8967:27) at ZalgoPromise.resolve (https://www.paypalobjects.com/api/checkout.js:8911:22) at https://www.paypalobjects.com/api/checkout.js:8888:48 at https://www.paypalobjects.com/api/checkout.js:8943:54 at ZalgoPromise.dispatch (https://www.paypalobjects.com/api/checkout.js:8967:27) at Object._RECEIVE_MESSAGE_TYPE.(anonymous function) [as postrobot_message_response] (https://www.paypalobjects.com/api/checkout.js:3160:122) at receiveMessage (https://www.paypalobjects.com/api/checkout.js:3059:77) at messageListener (https://www.paypalobjects.com/api/checkout.js:3080:13)" timestamp:1514495738020 uid:"d52385e251_giytumjthi2dg" ver:"4.0.171" windowID:"d69b1da35e" ... View more

New error with PayPal Button

by elandersdev Contributor in About Business
‎Dec-13-2017 11:30 AM
‎Dec-13-2017 11:30 AM
So I have a customer project which is on the cusp of going live.  We've finally got a bank account for our production PayPal account so I was going through changing configuration settings to test the new account and make sure it's running properly.  This involves changing the "AppID" for the PayPal app created in the developer console, as well as changing the environment from "sandbox" to "production".  I also had to contact CyberSource, a third party vendor, and get them to hook a couple things up.  All this is going smoothly and finally I can test the new config.  Failure.  I want to blame CyberSource, but I can't because the problem never touches their code on my end.  Also, the same error now happens in my Staging environment, which has never had the config change applied.  This leads me to believe it's either some issue with my account that I can't see, or another problem with the CyberSource integration on PayPal or CyberSource's end.  I don't know which it is because the error message is not useful to me.   I tried using the bare-bones html sample button from https://developer.paypal.com/demo/checkout/#/pattern/client and I was able to get the button to work, there.  This is why I think it's the integration that is gumming me up - out of the box that demo button isn't doing anything but talking to PayPal.   Here's the error message from Chrome Developer tools:   logger.js:65 ppxo_no_token_passed_to_payment Objectcountry: "US"env: "production"host: "localhost:5050"lang: "en"pageID: "bec3f62496"path: "/Orders/ppayment.aspx"prev_corr_ids: ""referer: "localhost:5050"timestamp: 1513193098060uid: "a5b122834b_ge4tumruhiydg"ver: "4.0.169"windowID: "cf0b651e88"__proto__: Object print @ logger.js:65 log @ logger.js:175 error @ logger.js:228 (anonymous) @ component.jsx:324 (anonymous) @ promise.js:150 ZalgoPromise.dispatch @ promise.js:198 ZalgoPromise.resolve @ promise.js:86 (anonymous) @ promise.js:44 (anonymous) @ promise.js:150 ZalgoPromise.dispatch @ promise.js:198 ZalgoPromise.resolve @ promise.js:86 (anonymous) @ promise.js:198 ZalgoPromise.dispatch @ promise.js:198 ZalgoPromise.resolve @ promise.js:86 (anonymous) @ promise.js:44 (anonymous) @ http.js:116 index.js:574 ppxo_unhandled_error Objectcountry: "US"env: "sandbox"errtype: "[object Error]"host: "www.sandbox.paypal.com"lang: "en"pageID: "f80a2a6a49"path: "/webapps/hermes/button"prev_corr_ids: ""referer: "http://localhost:5050"stack: "Error: No value passed to payment at https://www.paypalobjects.com/api/checkout.js:9749:43 at https://www.paypalobjects.com/api/checkout.js:8943:54 at ZalgoPromise.dispatch (https://www.paypalobjects.com/api/checkout.js:8967:27) at ZalgoPromise.resolve (https://www.paypalobjects.com/api/checkout.js:8911:22) at https://www.paypalobjects.com/api/checkout.js:8888:48 at https://www.paypalobjects.com/api/checkout.js:8943:54 at ZalgoPromise.dispatch (https://www.paypalobjects.com/api/checkout.js:8967:27) at ZalgoPromise.resolve (https://www.paypalobjects.com/api/checkout.js:8911:22) at https://www.paypalobjects.com/api/checkout.js:8966:42 at ZalgoPromise.dispatch (https://www.paypalobjects.com/api/checkout.js:8967:27) at Object._RECEIVE_MESSAGE_TYPE.(anonymous function) [as postrobot_message_response] (https://www.paypalobjects.com/api/checkout.js:3160:122) at receiveMessage (https://www.paypalobjects.com/api/checkout.js:3059:77) at messageListener (https://www.paypalobjects.com/api/checkout.js:3080:13)"timestamp: 1513193098070uid: "a5b122834b_ge4tumruhiydg"ver: "4.0.169"windowID: "0a3b0edb92"__proto__: Object window.console.window.console.(anonymous function) @ index.js:574 print @ logger.js:65 log @ logger.js:175 error @ logger.js:228 (anonymous) @ setup.js:33 dispatchPossiblyUnhandledError @ exceptions.js:18 (anonymous) @ promise.js:111 types.js:119 Uncaught Error: No value passed to payment at https://www.paypalobjects.com/api/checkout.js:9749:43 at https://www.paypalobjects.com/api/checkout.js:8943:54 at ZalgoPromise.dispatch (https://www.paypalobjects.com/api/checkout.js:8967:27) at ZalgoPromise.resolve (https://www.paypalobjects.com/api/checkout.js:8911:22) at https://www.paypalobjects.com/api/checkout.js:8888:48 at https://www.paypalobjects.com/api/checkout.js:8943:54 at ZalgoPromise.dispatch (https://www.paypalobjects.com/api/checkout.js:8967:27) at ZalgoPromise.resolve (https://www.paypalobjects.com/api/checkout.js:8911:22) at https://www.paypalobjects.com/api/checkout.js:8966:42 at ZalgoPromise.dispatch (https://www.paypalobjects.com/api/checkout.js:8967:27) at https://www.paypalobjects.com/api/checkout.js:9749:43 at https://www.paypalobjects.com/api/checkout.js:8943:54 at ZalgoPromise.dispatch (https://www.paypalobjects.com/api/checkout.js:8967:27) at ZalgoPromise.resolve (https://www.paypalobjects.com/api/checkout.js:8911:22) at https://www.paypalobjects.com/api/checkout.js:8888:48 at https://www.paypalobjects.com/api/checkout.js:8943:54 at ZalgoPromise.dispatch (https://www.paypalobjects.com/api/checkout.js:8967:27) at ZalgoPromise.resolve (https://www.paypalobjects.com/api/checkout.js:8911:22) at https://www.paypalobjects.com/api/checkout.js:8966:42 at ZalgoPromise.dispatch (https://www.paypalobjects.com/api/checkout.js:8967:27) at Object._RECEIVE_MESSAGE_TYPE.(anonymous function) [as postrobot_message_response] (https://www.paypalobjects.com/api/checkout.js:3160:122) at receiveMessage (https://www.paypalobjects.com/api/checkout.js:3059:77) at messageListener (https://www.paypalobjects.com/api/checkout.js:3080:13) _RECEIVE_MESSAGE_TYPE.(anonymous function) @ types.js:119 receiveMessage @ index.js:112 messageListener @ index.js:138 ... 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!