Questions tagged as 'paypal'

2
answers

Can I integrate PayPal into my site without the user signing in or creating an account?

I was looking for and reading about it, but what I see most is just put the button to pay with PayPal, which requires that who is buying to log in to Paypal. Can you do this, some example code light? Because I saw that it is possible, but where...
asked by 12.06.2016 / 00:52
1
answer

Simulate insufficient balance error in PayPal

I'm developing an Android application in which I need to integrate PayPal into the buying part, I'm using the PayPal Sandbox to test, it seemed to be working perfectly. I create my personal account and the business account and the fakes tran...
asked by 07.03.2014 / 21:20
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
2
answers

Integrating PayPal ExpressCheckout in PHP

For some time now I've been researching how to integrate PayPal into my online stores, the ones I build myself from 0 to the final stage of payment, but when I went to the PayPal website to find out more about the integration, (Name-Pair-Value),...
asked by 30.03.2014 / 22:34
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

Api PayPal Automatic Payments

Is there any kind of paypal API, which I do when I click on a button on my site, send money from my account to another account automatically? Thank you.     
asked by 01.01.2017 / 21:50
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