website icon indicating copy to clipboard operation
website copied to clipboard

Create customers with Stripe

Open cassidyjames opened this issue 9 years ago • 5 comments

Stripe lets you create a customer as well as a transaction when someone is checking out. If possible, we should be creating a customer or potentially bypassing the payment if it is a return Stripe customer.


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

cassidyjames avatar Jan 25 '16 06:01 cassidyjames

This feature is for purchase OS checkout or shopping cart ?

charanrajtc avatar Feb 01 '16 17:02 charanrajtc

Purchasing the OS from the homepage.

cassidyjames avatar Feb 01 '16 17:02 cassidyjames

ok i will be working on it !

charanrajtc avatar Feb 01 '16 17:02 charanrajtc

After going though your code we i can see that we can potentially bypassing the payment without creating the customers in the stripe using cookies ,are particularly looking forward to to creating customer account in Stripe ?

charanrajtc avatar Feb 02 '16 15:02 charanrajtc

Yes, we bypass payments with a cookie for now. However, we'd like to create a customer as well because it makes managing things like refunds and previous purchases much easier for us on the Stripe backend.

cassidyjames avatar Feb 02 '16 16:02 cassidyjames