-
I have a question about my practice about API REST. I want to sell Points to a user, this is how i do that :
```
$paymentId = $request->query->get('paymentId');
$execution = new PaymentExecu…
-
[12-08-2015 11:11:56] PayPal\Core\PayPalHttpConnection: INFO : POST https://api.paypal.com/v1/oauth2/token
[12-08-2015 11:11:58] PayPal\Core\PayPalHttpConnection: INFO : Response Status : 200
…
-
Hi,
Any help is appreciated, I am getting the issues here using credit card payments --
Below is details that I got in response from api --
PayPal\Exception\PayPalConnectionException Object
(
…
-
I am using PayPal-PHP-SDK Master Branch Tag v0.13.1
PROBLEM:
Problem calling payment->create two times or more
in the same file; an exception will be thrown.
For this case, I am using Saved Credit …
-
Hi, is anyone else having problems with partial refunds? I keep getting:
PayPalConnectionException in PayPalHttpConnection.php line 177: Got Http response code 400 when accessing https://api.paypal.…
-
Hi,
There I am following your examples and get the above error. Do you know why it might be ?
Thank you,
Geza
-
I suppose there is a typo in that method name.
https://github.com/paypal/PayPal-PHP-SDK/search?utf8=%E2%9C%93&q=getrequestId%28
In fact, it seems to be used with the name getRequestId:
https://gith…
-
Hi!
I have a problem with activating billing plans. Creating the plan is working, but when i send the activate patch request, the plan is simply gone.
Here is the code i am using with some comments …
-
I found a problem using the SDK as it is. If you install the SDK, it comes with the cache flag ON.
If you use the Obtain User's Consent with the standard SCOPE, but then you add, say Future Payments t…
-
Hi,
I am getting errors , using credit card payment method --
function is as below -- please help me what I am missing ?
function directpayusingcard($customerpostdata = array() ,$sdkConfig ){
// …