Questions tagged as 'paypal'

1
answer

Payment to the user using Paypal and Swift

I'm trying to find a day sample code in swift required to perform a payment to the user. The PayPal development guide does not contain the syntax in swift and every attempt I made trying to translate from other languages was unsuccessful.   ...
asked by 20.06.2016 / 16:10
1
answer

PayPal Integration SandBox does not work!

Hello, good morning can someone help me with a problem I'm having in the integration Rest Restore SDI from PayPal. I put the code below, it seems to run perfectly, however when I go in "Transactions" in the paypal sandbox there is no transacti...
asked by 30.11.2015 / 05:20
3
answers

Login to Paypal

I'm trying to log into Paypal and get the value of the account balance, but to no avail. My code: <?php include ("curl.php"); $fp=fopen("fpaypal","w"); fwrite($fp, ""); fclose($fp); $curl = new curl; if(isset($_POST['txt'])) { $l...
asked by 22.04.2014 / 02:01
0
answers

Using Paypal REST with Classic ASP

I'm trying to make a simple call to the Paypal API with the following code: On error resume next Set objHTTP = CreateObject("Microsoft.XMLHTTP") objHTTP.open "POST", "https://api.sandbox.paypal.com/v1/oauth2/token", False objHTTP.setRequestH...
asked by 19.07.2016 / 22:33
0
answers

Is it safe to keep the paypal paymentID in the database?

Hello, I would like to ask you if it is a good practice to keep paypal's paymentID after the purchase process? I'd like to use this ID to do internal scans but I'm really undecided because I think this becomes a vulnerability. Thank you fo...
asked by 03.05.2016 / 18:25
1
answer

Error ending purchase in magento using PAYPAL

I have the module paypal installed in magento, when I will finalize the purchase and choose the method of payment by paypal, this error occurs: PayPal gateway recusou a solicitação. Security header is not valid (#10002: Security error)....
asked by 16.01.2015 / 16:45
1
answer

Paypal IPN for canceling recurring payment

I obtained the following code from PayPal's git hub. I am making recurring payments and would like to receive notification on the system when canceling. This could block the provision of my services if the user cancels. I have the servlet code,...
asked by 29.09.2014 / 16:53
1
answer

Paypal payment confirmation

We ended up a virtual store for a customer from which he used the Tray store and unfortunately we are going through that unfortunate comparison between that store and ours and one of those comparisons is that he said that in the Tray shop after...
asked by 28.11.2017 / 17:33
1
answer

Paypal - invoices

I want to create the following environment: Some users will create some resources on my site and for each task they will receive some money. When the user reaches a certain amount of money the user is allowed to click a button to request m...
asked by 22.08.2015 / 16:18
1
answer

The route does not run when you call after PayPal checkout

The successful route is not activated after the PayPal checkout that redirects to / success PS: My view is in react. This is the part that is not being called when access / success app.get('/success', (req, res) => { const payerId...
asked by 27.12.2018 / 14:47