laravel-paypal icon indicating copy to clipboard operation
laravel-paypal copied to clipboard

Laravel plugin for processing payments through PayPal. Can be used separately.

Results 34 laravel-paypal issues
Sort by recently updated
recently updated
newest added

Hi I am using Laravel 9 I am facing this error while creating a subscription **i am using this function** `$provider->createSubscription( $data )` **Response** ``` Array ( [error] => Array...

Is there an example in that library to process orders with the paypal card vault? Since in version v1 after storing a paypal credit card, for example **CARD-1YE76616JL1119629MCSXFCY** was returned...

How to call url which in set on webhook create time. I am using Paypal sandbox but my url not call.I am using laravel Please give me solution

Hi, I have a question regarding this fixed. First of all, I developed a system where every users have different kind of credentials. So I can't solely rely on `config/paypal.php`....

I am trying to use this package but I cant do anything even I cant list plans, I get this error when I do `$provider->getAccessToken()` ![DkI3SQo](https://user-images.githubusercontent.com/60756535/170825265-9632574a-fca9-46f1-bca5-7fcb3e432dd0.png) here is what I...

#444 This PR modifies the `doPayPalRequest(true)` return type to be array. `verifyIPN` will return to `JsonResponse` in the case of Invalid headers or webhook id supplied for paypal webhook.

Hello, Paypal has provided https://developer.paypal.com/api/catalog-products/v1/ but there is not any documentation on how to use them. I am trying to create a payment option for saas but when it's created...

How I can write tests with this package? Is there some way to mock this service, I couldn't find anything in docs.

Hi Can anyone please help me why I can't simply create a basic plan? I followed the docs from https://srmklive.github.io/laravel-paypal/docs.html#item-5-2 ``` $provider = \PayPal::setProvider(); $provider->getAccessToken(); $data = json_decode('{ "product_id": "PROD-XXCD1234QWER65782",...

have a challange to move from sandbox to live on paypal, how can someone do so?