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 ‎Oct-24-2016
MTS_Nacho
Moderator MTS_Nacho
Moderator
85
Posts
14
Kudos
7
Solutions
Your 3rd PayPal Anniversary
Your PayPal Anniversary
Gregarious
Neighborly
The Return
Solver
Sociable
New Look
Liked
Ice Breaker
Helper
Giving
Friendly
Esteemed
Admired
View all
Latest Contributions by MTS_Nacho
  • Topics MTS_Nacho has Participated In
  • Latest Contributions by MTS_Nacho
  • « Previous page
    • 1
    • 2
    • 3
    • …
    • 8
  • Next page »

Re: Update your PayPal buttons before 29th March 2...

by Moderator MTS_Nacho in PayPal Payments Standard
‎Apr-11-2017 06:55 AM
‎Apr-11-2017 06:55 AM
Our developers are currently investigating this issue with donation buttons dropping some of the parameters intermittently on the POST back.   I don't have an exact ETA, but we'll update you once the fix is Live. ... View more

Re: Can't update Subscribe button to new format

by Moderator MTS_Nacho in PayPal Payments Standard
‎Apr-11-2017 06:39 AM
‎Apr-11-2017 06:39 AM
We currently do not have ETA for upscaling the Subscription buttons interface to the newer one.   The only workaround at this moment is using Express Checkout Recurring Payments:   https://developer.paypal.com/docs/classic/express-checkout/integration-guide/ECRecurringPayments/   which will be rendered in the new payment page style. ... View more

Re: Update your PayPal buttons before 29th March 2...

by Moderator MTS_Nacho in PayPal Payments Standard
‎Apr-07-2017 01:30 AM
‎Apr-07-2017 01:30 AM
@RezB Did you disable the PayPal option in your website because of this issue? It seems you are offering only direct card payments.   Please let me know if you enable it again, and I can check it from here.   Thanks. ... View more

Re: Update your PayPal buttons before 29th March 2...

by Moderator MTS_Nacho in PayPal Payments Standard
‎Apr-07-2017 01:25 AM
‎Apr-07-2017 01:25 AM
@BarryDiston The issue occurs because of an invalid value in the “business” variable (the one that tells PayPal the receiver of the payment).   It seems you are trying to use your merchant ID, but with the characters in lower case, whereas all of our merchant IDs contain characters in upper case.   Can you modify such value so that it matches exactly the merchant ID displayed in your PayPal account?   Thanks. ... View more

Re: Update your PayPal buttons before 29th March 2...

by Moderator MTS_Nacho in PayPal Payments Standard
‎Apr-06-2017 01:15 AM
1 Kudo
‎Apr-06-2017 01:15 AM
1 Kudo
@EscapeSF There is a space at the beginning of the value of the "business" variable:   business= REDACTED@gmail.com   Note the space after "="   It seems sometimes we are handling this correctly whereas in other instances we are displaying the error.   Nonetheless, the business value (which identifies the PayPal account receiver) shouldn't have any leading or trailing spaces.   Removing this should make the redirection work fine in all cases.     ... View more

Re: Update your PayPal buttons before 29th March 2...

by Moderator MTS_Nacho in PayPal Payments Standard
‎Apr-05-2017 03:57 AM
‎Apr-05-2017 03:57 AM
@nicowisamu This issue occurs upon the combination of two circumstances:   - When the variable "address_override=1" it's being passed to PayPal.   This parameter basically tells PayPal that the shipping address being sent over to us must not be changed in the payment pages, so we won't allow buyers to change it once they land on PayPal. AND    - Passing incorrect/inconsistent shipping address parameters.   The following will need to be sent to PayPal, from a shipping address point of view:   first_name last_name address1 zip city state (optional for some countries) country (will require the ISO code of the country) So if your integration it's not passing any of the above or if it contains an inconsistent value (we will do validation in some countries, for example we will verify that US zip codes match city/state) we will display the error. Note that without "address_override=1" we won't display any errors and we will simply use the buyer's default shipping address instead of the incorrect one being passed to us.   Can you check all the shipping variables are being passed and there is a correct value?   Pay special attention to the value of "country" where you need to pass something like "US", "FR", "GB", etc. rather than "United States", "France", "United Kingdom", etc.   Thanks. ... View more

Re: Update your PayPal buttons before 29th March 2...

by Moderator MTS_Nacho in PayPal Payments Standard
‎Apr-05-2017 03:49 AM
‎Apr-05-2017 03:49 AM
@EscapeSF I haven't been able to reproduce any issues with that particular button code.   The redirection to the payment page seems to work fine all of the times I try it.   Can you let us know the exact error displayed and if the only steps you are taking to reproduce the issue it's just clicking on the button?   Thanks. ... View more

Re: Update your PayPal buttons before 29th March 2...

by Moderator MTS_Nacho in PayPal Payments Standard
‎Apr-05-2017 03:47 AM
‎Apr-05-2017 03:47 AM
@jjosserand If you are logging to this forum with the same PayPal account you are using to take payments, I can't find any instances of incorrect parameters being passed to PayPal, so technically you don't need to update any buttons.   The upgrade was completed last week, so if any of your buttons is displaying an error during the redirection to the payment pages, please give us more details.  ... View more

Re: paypal here error message "cannot validate cit...

by Moderator MTS_Nacho in SDKs
‎Apr-03-2017 03:45 AM
‎Apr-03-2017 03:45 AM
We usually do validation for US addresses, similar to USPS:   https://tools.usps.com/go/ZipLookupAction!input.action?mode=2&refresh=true   The zip code introduced will have to match exactly the City name and State code, as per the above. ... View more

Re: Paypal Hosted sandbox cannot complete payment ...

by Moderator MTS_Nacho in NVP/SOAP APIs
‎Apr-03-2017 03:40 AM
‎Apr-03-2017 03:40 AM
Apologies for the delay. Are you trying to integrate the PayPal Pro Hosted Solution, as per the following guide?   https://www.paypalobjects.com/webstatic/en_GB/developer/docs/pdf/hostedsolution_uk.pdf   If that's the case, any random or fake card number will work in Sandbox as long as:   - It's not a commonly used number like 4111 .... 1111 as they have been used so many times in the past that they will time out in our Sandbox.   - The card number follows the Luhn algoritmh for credit card generation/validation.     ... View more
  • « Previous page
    • 1
    • 2
    • 3
    • …
    • 8
  • Next page »
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!