Questions tagged as 'paypal-api'

2
answers

Limit payment options only to PayPal accounts (no credit card)

I'm integrating the PayPal Express Checkout API. When the payer actually goes to the Paypal website to enter your details in order to make the payment, you are presented with the following options: PayPal account payment Payment by...
asked by 06.02.2014 / 20:39
1
answer

Querying the status of PayPal transactions by URL

Is there any way to return transaction information via transaction id in PayPal? Example ( API PagSeguro ): link The most I could find was: paypal.com/cgi-bin/webscr?cmd=_view-a-trans&id=7DJ47958EX567045P This is exactly what...
asked by 23.02.2015 / 01:57
1
answer

PayPal receive transaction update

I am integrating the Express Checkout API, and there is a problem with updating notification for any transactions you have made. How will PayPal send me the notification? If a transaction has not been approved at this time, and after 24 hours...
asked by 29.07.2014 / 18:26
1
answer

make payment on paypal without forcing the customer to register without account

I'm using the following API to make payment via paypal. link What appears to me when I make the payment is the following: Thatis,Idonotwanttoobligetheusertocreateaccountinpaypal.IntheconfigurationfileIhavethefollowing:<?php$paypal[bus...
asked by 30.07.2014 / 13:25
1
answer

How to do return auto URL on paypal

I have a page with a form that, after submitted, sends the data to the paypal, after the client makes the payment I wanted it to be redirected to the return url that I send along with this form, however, whenever the client makes the payment is...
asked by 04.02.2016 / 17:36
1
answer

Fatal error "Class not found" with autoload [closed]

The autoload function is as follows: <?php spl_autoload_register(function ($_class){ $aClass = explode('\', $_class); $class = end($aClass); $baseDir = __DIR__; $directories = glob($baseDir . '\*' , GLOB_ONLYDIR); foreach ($direc...
asked by 10.03.2015 / 18:03
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
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

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