thephpleague / omnipay-paypal

PayPal driver for the Omnipay PHP payment processing library
MIT License
299 stars 175 forks source link

No api for updating and retrieving the list cards #190

Closed renielsalvador closed 6 years ago

renielsalvador commented 6 years ago

There is an option for adding cards but, none for updating and retrieving vaulted cards.

delatbabel commented 6 years ago

I think that generically, in Omnipay, there is no method to retrieve card data -- doing so would probably break PCI requirements. Similarly there is no generic method to update card data -- normally this is done via a card delete / card add. The majority of gateways that support stored card data do not support updating or retrieving that card data.