Skip to main content

PayPal Community

  • Dashboard
  • Send and Request
  • Wallet
  • Business
  • Help
Log in

Le Forum de la communauté n’est pas disponible pour les nouveaux messages ou les réponses; les articles précédents restent disponibles pour vérification. Afin de connaître les options d’assistance complètes, rendez-vous sur PayPal.com/HelpCenter

Si vous souhaitez signaler du contenu illégal et contraire au Règlement sur les services numériques de l’Union Européenne (DSA), veuillez cliquer ici.

since ‎Feb-21-2017
MTS_joaquim
Moderator MTS_joaquim
Moderator
37
Posts
4
Kudos
1
Solution
Your PayPal Anniversary
Your 3rd PayPal Anniversary
Neighborly
The Return
Sociable
Liked
Ice Breaker
Helper
Friendly
View all
Topics MTS_joaquim has Participated In
  • Topics MTS_joaquim has Participated In
  • Latest Contributions by MTS_joaquim
  • « Previous page
    • 1
    • 2
    • 3
  • Next page »

Re: Sandbox: "Things don't appear to be working at...

by xuniter in Sandbox Environment
‎Nov-19-2020 12:57 PM
‎Nov-19-2020 12:57 PM
For me the problem was the decimal symbol. I had to change from (,) to (.) and it worked ... View more

Re: something went wrong. one or more sandbox acco...

by Geekoom in Sandbox Environment
‎Sep-26-2019 04:36 AM
‎Sep-26-2019 04:36 AM
I have the same issue with the below two account, can you help me to delete them as well ? thank you .   ... View more

Re: PCI-friendly access to Vault

by JimDTSS Contributor in REST APIs
‎May-01-2019 11:11 AM
‎May-01-2019 11:11 AM
Why are questions so difficult to get answered in this community?  Is there someone, with whom I can directly contact, that can field my question(s) on this matter? The wait time for replies here is killing us. My employers need answers and just crossing my fingers that someone *might* get around to answering my question isn't good enough.   ... View more

Re: Unauthorised Payment Error shown in Live Envir...

by Moderator MTS_joaquim in REST APIs
‎Jul-26-2018 06:14 AM
‎Jul-26-2018 06:14 AM
Hello @Usertest1,   Direct credit card payment using REST API requires to have a PayPal payment Pro account which are unforutnately available only in USA, UK and Canada.   Source : https://developer.paypal.com/docs/integration/direct/rest-api-payment-country-currency-support/#direct-credit-card-payments   I would therefore invite you to consider the use of our alternative solution Braintree which allows you to integrate the same features from your country : - https://www.braintreepayments.com/   Did you find my answer helpful? If so, please don't forget to leave me a Kudo in order to increase this answer's visibility. ... View more

Re: Erreur sur rapport d'activité

by Moderator MTS_joaquim in PayPal Reporting
‎Jul-12-2018 05:38 AM
‎Jul-12-2018 05:38 AM
Bonjour @pieryrib,   Afin que nous puissions voir ensemble les différences entre les rapports que vous indiquez, pourriez vous ouvrir un ticket auprès du support technique au marchand à l'adresse suivante : https://www.paypal.com/mts (cliquez ensuite sur "contact support") et d'y joindre vos fichiers d'exemple.   Le forum d'entraide PayPal est une communauté Anglophone et il est recommandé de poster vos questions sur le forum en Anglais afin de recevoir de l'aide plus efficacement (le support technique peut cependant être fait en Français via www.paypal.com/mts).     ... View more

Re: Error Payments in Paypal iframe problem can't ...

by Vitaliy_Kvachen Contributor in Sandbox Environment
‎Jun-04-2018 11:04 PM
‎Jun-04-2018 11:04 PM
For the solution, we decided to try PayPal plus using .js    If you need an example of using PayPal Plus.   Link 1 pdf New_PayPal_PLUS_IntegrationGuide.pdf   Link 2 pdf New_PayPal_PLUS_IntegrationGuide.pdf   When you connect the paypal Plus, then the script itself will be ejected from the iframe on the desired URL.   Examle image.     But next step. It is necessary to study this script.  https://www.paypalobjects.com/webstatic/ppplus/ppplus.min.js    You just need to change the url to the address you need in the address bar of the window.    Result:     window.parent.location.replace('<?=$paypal_tansaction_redirect_link;?>');    If you connect this line, then you can get rid of the iframe when you need to use .js.   Be sure to configure when transferring data, back links to your site.   Examle:                 $cancel_url = HTTP_SERVER. '/kasse.php?Token='.$token_from_basket.'&payment=error';               $return_url = HTTP_SERVER. '/kasse.php?Token='.$token_from_basket.'&payment=plus';   I hope someone helped get rid of the iframe.   Thanks     ... View more

Re: I can not create a "new app"

by 48DESIGN Contributor in Sandbox Environment
‎Jun-01-2018 01:49 AM
‎Jun-01-2018 01:49 AM
@MTS_joaquimThanks for the quick response. However, I don't think it's a problem on our side - it was working perfectly one day, then the next day, without any change, the experience profile call results in a 401. I'm using the vue-paypal-checkout component which itself is only a wrapper on the own PayPal JS button implementation, so I don't configure any access tokens manually. I'll try cleaning cache and cookies and see if that changes anything and let you know, after I finished working on another project. ... View more

Re: support for sandbox account

by Moderator MTS_Justin in Sandbox Environment
‎Apr-27-2018 05:59 AM
‎Apr-27-2018 05:59 AM
Hello, The intermittent issue of deleting accounts is currently on-going. I would recommend creating a new account (use a unique email address) and use that for testing instead of waiting to delete a account with a specific email address. Even if you could delete a specific account, you won't be able to re-use the same email address on a new account. ... View more

Re: Payment with Cards console logging card number

by Moderator MTS_joaquim in NVP/SOAP APIs
‎Apr-17-2018 03:29 AM
‎Apr-17-2018 03:29 AM
hello @SpottedPaint,   Thank you for reporting this. This behaviour has been escalated appropriately to see if it is intended or not. However this behaviour, despite being strangely logged on the console, does not compromise the security of the page as this card number already appear in full on the page itself and will not be carried over outside of this page unprotected.       ... View more

Re: redirecting customer to link

by Moderator MTS_joaquim in Sandbox Environment
‎Apr-16-2018 07:11 AM
‎Apr-16-2018 07:11 AM
Hello @harpwr, Depending on where you created your buy now button, the solution to do that is different : - If you created it through the button manager (https://www.paypal.com/fr/cgi-bin/webscr?cmd=_button-management ), you'd want to add this PDF's URL on the return URL in the Step 3 on the button creation page (first, tick the return URL box, then put the URL and finally save the button) - If you created the button manually directly in HTML (https://developer.paypal.com/docs/classic/paypal-payments-standard/integration-guide/html_example_buy_now/), you can simply add the variable return in your form's value by putting the following line : <input type="hidden" name="return" value="http://yourreturnURL.com" /> ... View more
  • « Previous page
    • 1
    • 2
    • 3
  • 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