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 ‎Mar-25-2020
Gabriel_PP
Moderator Gabriel_PP
Moderator
103
Posts
6
Kudos
7
Solutions
Your 3rd PayPal Anniversary
Your PayPal Anniversary
Articulate
Gregarious
Neighborly
Solver
Esteemed
Helper
Liked
Sociable
Friendly
Ice Breaker
The Return
View all
Latest Contributions by Gabriel_PP
  • Topics Gabriel_PP has Participated In
  • Latest Contributions by Gabriel_PP
  • « Previous page
    • 1
    • 2
    • 3
    • …
    • 10
  • Next page »

Re: Error 13122

by Moderator Gabriel_PP in PayPal Payments Standard
‎Jan-15-2021 06:06 AM
‎Jan-15-2021 06:06 AM
Hi @na2el  Thanks for reaching the Community for this concern.    Ref: https://www.paypal.com/dm/smarthelp/article/why-did-i-get-api-error-code-13122-ts2048   I hope this helps! Thanks, ... View more

Re: Auto generation of PayPal button code not work...

by Moderator Gabriel_PP in Merchant Products and Services Archives
‎Jan-15-2021 06:01 AM
‎Jan-15-2021 06:01 AM
Hi @Q2_Toastmasters  Thanks for reaching the Community for this concern.  I understand, apologies for the inconveniences.   Could you please provide me the generated code? This way I could double check.    Thanks,            ... View more

Re: Smart Checkout Payment not coming through

by Moderator Gabriel_PP in Merchant Products and Services Archives
‎Nov-28-2020 03:14 AM
‎Nov-28-2020 03:14 AM
Hi @ekilpatrick  Thanks for your response,   I understand! Yes, this might sound a bit complicated, but it's not thaaat baad! If you take some time, I believe you can do it.  You have other workarounds.   You could create your button using our tool on your profile: (login to your PayPal account and click on this link:)  https://www.paypal.com/it/cgi-bin/webscr?cmd=_button-management   There you should have some options to create different type of buttons, or you can do them manually: Example code: https://developer.paypal.com/docs/paypal-payments-standard/integration-guide/html-example-buy-now/ You can edit them according to your needs, but you need to pass your paypal email account on the Business variable: <input type="hidden" name="business" value="addyouremailhere">   I hope this helps, best of luck!  Thanks,     ... View more

Re: Paypal button issue - links to sandbox login o...

by Moderator Gabriel_PP in PayPal Payments Standard
‎Nov-20-2020 03:35 AM
‎Nov-20-2020 03:35 AM
Hi @sarakfoundation  Thanks for taking the time to confirm resolution, I am glad to hear that you were able to get this sorted.   Apologies for the delay, Thanks,   ... View more

Re: Smart Checkout Payment not coming through

by Moderator Gabriel_PP in Merchant Products and Services Archives
‎Nov-20-2020 03:33 AM
‎Nov-20-2020 03:33 AM
Hi @ekilpatrick  Thanks for the information,   The problem is that you are redirecting your buyers to our Sandbox environment: https://www.sandbox.paypal.com/checkoutnow?sessionID= This is your code: src="https://www.paypal.com/sdk/js?client-id=sb&currency=USD" You need to pass your LIVE credentials (client ID) on the client-id variable. In order to get the REST API credentials (Secret and Client ID) please do the following: - go to https://developer.paypal.com/ - on the top right corner click "log-in into Dashboard" - use your PayPal/Developer credentials to login - click on Dashboard - "My Apps & Credentials" - from the "APP name" menu choose your App and click on it In here you can see all the details and credentials. Please NOTE that to check for LIVE credentials you have to click on the top right corner switch (LIVE/Sandbox) the LIVE button. Also it could be that the client ID is correct but you are pointing to Sandbox instead of Live or viceversa: Sandbox: POST https://api.sandbox.paypal.com/v1/oauth2/token Live: POST https://api.paypal.com/v1/oauth2/token   If you have any issues doing this, please contact your developer or person handling the integration to get this sorted. Thanks and apologies, ... View more

Re: Create a PayPal button

by Moderator Gabriel_PP in Merchant Products and Services Archives
‎Nov-19-2020 04:55 AM
‎Nov-19-2020 04:55 AM
Hi @CDTom  Thanks for using our Commnity Forum, I see. In this case, you need to create a dynamic button, let's say an HTML button and then you can pass (using your preferred programming language) the value of the desired amount to our "amount" variable.   Example codes: https://developer.paypal.com/docs/paypal-payments-standard/integration-guide/html-example-buy-now/   That's the HTML "fixed" code, but you can have the "amount" variable to be dynamic variable. However, the desing of this model/integration code will be up to you, since we are not able to provide customized code, apologies.   I hope this helps,   ... View more

Re: Donate Button Error Message

by Moderator Gabriel_PP in Merchant Products and Services Archives
‎Nov-19-2020 04:41 AM
‎Nov-19-2020 04:41 AM
Hi @WCSAU  Thanks for using our Community Forum, We are aware of this issue and we are working as fast as possible to get it sorted. I will update this thread once the issue is resolved. Apologies for the inconveniences, ... View more

Re: Smart Checkout Payment not coming through

by Moderator Gabriel_PP in Merchant Products and Services Archives
‎Nov-19-2020 04:38 AM
1 Kudo
‎Nov-19-2020 04:38 AM
1 Kudo
Hi @ekilpatrick  Thanks for using our Community Forum, I see, apologies. Would you mind providing me the steps to reproduce a purchase on your site? URL of your Site? Code of your button?   Thanks, ... View more

Re: PayPal buttons not showing option for credit c...

by Moderator Gabriel_PP in Merchant Products and Services Archives
‎Nov-19-2020 04:36 AM
‎Nov-19-2020 04:36 AM
Hi @dgh1943  Thanks for contacting PayPal,   Would you mind opening a ticket to our Merchant Technical Support: https://www.paypal-support.com/s/?language=en_US Click on the "Contact US" button at the bottom This way, we could have a look at your integration and verify your profile settings together. I will try to pick up the ticket myself. Thanks, ... View more

Re: Buy Now Page Not Loading

by Moderator Gabriel_PP in PayPal Payments Standard
‎Nov-19-2020 04:32 AM
‎Nov-19-2020 04:32 AM
Hi @mcbros  Thanks for using our community forum We are currently expierecing some issue with our Button tool, but we are working to get this sorted. Please note that the issue seems to be intermittent (in some cases), so may I ask you to keep trying, while we release a solution? Apologies for the inconveniences, ... View more
  • « Previous page
    • 1
    • 2
    • 3
    • …
    • 10
  • 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!