Most voted "paypal" questions
Paypal is an online payment system. Stackoverflow is not a Paypal API support site, remember to look at the scope of the site before posting your question.
Learn more…10 questions
Sort by count of
-
9
votes2
answers742
viewsIs it possible to integrate Paypal into my website without the user logging in or creating an account?
I was looking for and reading about it, but what I see is only put the pay button with Paypal, which requires who is buying to login to Paypal. Is there any way to do this, some example code light?…
-
4
votes1
answer398
viewsPaypal receive transaction update
I am integrating the Express Checkout API and there is a problem regarding the update notification for any transaction made. How Paypal will send me the notification? If a transaction has not been…
-
4
votes1
answer3697
viewsmake payment in paypal without requiring the customer to register without account
I am using the following API to make payment via paypal. http://www.webmaster.pt/formulario-recebimento-paypal-4281.html What I see when I make the payment is this:: That is, I do not want to force…
-
2
votes3
answers348
viewsLogin to Paypal
I’m trying to log into Paypal and get the amount of the account balance but without success. My code: <?php include ("curl.php"); $fp=fopen("fpaypal","w"); fwrite($fp, ""); fclose($fp); $curl =…
-
2
votes1
answer348
viewsPayment to the user using Paypal and Swift
I’ve been trying for days to find an example of Swift code needed to execute a payment to the user. Paypal’s development guide does not contain Swift syntax and every attempt I made to translate…
-
2
votes0
answers113
viewsUsing Paypal REST with Classic ASP
I am 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",…
-
1
votes1
answer829
viewsError checkout using Paypal
I have the module paypal installed in Brazilian, when I finish the purchase and choose the payment method by paypal, this error occurs: PayPal gateway recusou a solicitação. Security header is not…
-
1
votes1
answer110
viewsPaypal - invoices
I want to create the following environment: Some users will create some features on my site and for each task they will receive some money. When the user reaches a certain amount of money the user…
paypalasked 9 years, 3 months ago Paulo Henrique Queiroz 419 -
1
votes0
answers205
viewsPlugin Cordova Paypal in Ionic using Real (BRL)
I installed the Paypal plugin in an Ionic application following this tutorial: https://ionicframework.com/docs/native/paypal/ I created a Sandbox account, marked the account is in "Brazil". The…
-
0
votes1
answer299
viewsPaypal Plus integration: incorrect iframe
I’m using a Paypal Plus integration using iframe, as below: <script type="application/javascript"> var ppp = PAYPAL.apps.PPP({"approvalUrl": 'myApprovalUrl',"placeholder": "ppplus","mode":…