swelham / cashier

Cashier is an Elixir library that aims to be an easy to use payment gateway, whilst offering the fault tolerance and scalability benefits of being built on top of Erlang/OTP
MIT License
49 stars 10 forks source link

Store card information with service #6

Closed aseigo closed 7 years ago

aseigo commented 7 years ago

Services such as PayPal and Stripe provide ways to store a customer's credit card information securely with the service. It would be nice to have API in Gateways supporting storing/deleting such records.

swelham commented 7 years ago

:+1:

Work items inolved

aseigo commented 7 years ago

Awesome, thanks!

I didn't have the time I hoped for this weekend and this week I am away .. but when I am back in think I will take a stab at a stripe gateway. Great to see this project moving, having a complete and maintained solution for payment is really important for the ecosystem IMHO...

swelham commented 7 years ago

I agree, without it I feel the language could be ruled out of many areas of business that it could thrive in.

Definitely take a stab at the stripe gateway if you get time, I can do with all the help available! :smile: