|
|
|
Ask HN: Is it okay to store my customer's credit card info
|
|
2 points
by timtran303
1829 days ago
|
|
I'm working on a SaaS business and for some reason there's very limited info on this topic on the internet. With solutions like Stripe or PayPal, my customers need to sign in with their own Stripe or PayPal account for one-click payment. However for people who just check out with their credit cards, Is there any legal implications in the US if I want to help save their cards for one-click payment? |
|
> However for people who just check out with their credit cards
There are plenty of solutions by the various payment providers, e.g. https://stripe.com/docs/payments?payments=popular ranging from buttons that open a new webpage (on the payment provider domain) and return after success to iframes that look like your own website but securely transfer input to the payment provider's systems. Paypal does ask the user to login but I think that's optional. Stripe doesn't have user accounts so Stripe doesn't ask users to sign in.