thephpleague / omnipay-stripe

Stripe driver for the Omnipay PHP payment processing library
MIT License
184 stars 167 forks source link

Using Source instead of Token #117

Open darkphoenixff4 opened 5 years ago

darkphoenixff4 commented 5 years ago

The current examples for Omnipay-Stripe uses either a Credit Card object or a token to handle the processing, but Stripe advises the use of sources instead of tokens. Is there an official method of using a source object from Stripe's JS library to do processing in Omnipay?

juliankrenn commented 5 years ago

I also have this question!

cansozeri commented 4 years ago

+