thephpleague / omnipay-payflow

Payflow driver for the Omnipay PHP payment processing library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is this the correct package for PayPal Payflow integration?

tomhv opened this issue · comments

Hey,

We are using (what used to be called) PayPal Website Payments Pro PayFlow Edition. Is the omnipay-payflow driver the correct one for this integration?

Cheers,

Tom

@tomhv i think you're in the right place if you are using paypal through http://manager.paypal.com then you can use those credentials with this package to process payments.

This package is missing two methods CreateCard to store credit cards on paypal side and the inquiry method to get deeper details about one transaction, any how there is on pull request with those methods waiting to be merged. I hope this help.

Awesome. Thanks, @dranes.