thephpleague / omnipay

A framework agnostic, multi-gateway payment processing library for PHP 5.6+
http://omnipay.thephpleague.com/
MIT License
5.91k stars 925 forks source link

PayPal v2 Integration - I can do it, but should I? #677

Open drewangell opened 2 years ago

drewangell commented 2 years ago

My team can handle full integration of everything PayPal v2 has to offer. This includes partner referral API to onboard users into hosted apps, as well as all the standard stuff for order payments, refunds, dispute handling, shipment tracking handling, etc.

I don't want to spend the time doing it if it's already being done. I've been a Certified PayPal dev for nearly 20 years and a PayPal Partner for about 10. My team will do this well, but again, just want to see if it's already being handled..??

Any information on this would be greatly appreciated. Thanks!

mehov commented 1 year ago

How come there's no reply to this exceedingly constructive suggestion in well over half a year? Is this project becoming abandonware?

drewangell commented 1 year ago

I'm wondering the same. I mean, I guess the lack of reply sort of answers my question, but then raises it again in a slightly different way...don't want to waste my time if the project is abandoned.

Torbikini commented 1 year ago

I was actually watching this to see if it was going anywhere. If not, I have plans to just directly integrate and not use this library.

lfjeff commented 1 year ago

I don’t know much about Paypay v2, but I’m using the Omnipay package to support several different CC gateways.

I have not had much response from the mailing list either, but I decided to use Omnipay because it’s a good starting point. It does not do everything we need out-of-the-box, but I’ve been able to customize it to support our needs.

Since we need to support several different credit card processors, I consider it as a good framework that can be customized.

If we get a client that wants to support some special gateway, it is usually not that difficult to create a Omnipay-compatible package fairly quickly.

One of them had a need to support some special Stripe features that were not handled by the standard Stripe package. I didn’t get much response from the mailing list, so I just took the existing Stripe package and modified it to suit our needs. I offered to submit my changes, but no one seemed to care.

I only had to support a single gateway, I might not use Omnipay.

Jeff

On Jan 4, 2023, at 2:26 PM, Torbikini @.***> wrote:

I was actually watching this to see if it was going anywhere. If not, I have plans to just directly integrate and not use this library.

— Reply to this email directly, view it on GitHub https://github.com/thephpleague/omnipay/issues/677#issuecomment-1371440821, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA4MHFV7APUWDFODTZUVP33WQXTHLANCNFSM5YS4IALQ. You are receiving this because you are subscribed to this thread.

bilogic commented 1 year ago

Can Omnipay handle PayPal's IPN?