okkur / syna

Highly customizable open source theme for Hugo based static websites
https://syna.okkur.org/demo/
Apache License 2.0
251 stars 134 forks source link

[stripe] Support customers #470

Open stp-ip opened 5 years ago

stp-ip commented 5 years ago

Is this a BUG REPORT or FEATURE REQUEST?: feature

What happened: Currently each payment is separate and we can't correlate it with one specific customer.

What you expected to happen: Make it easier to correlate one customer by using stripe's "customer" object and assigning new charges to that customer.

Anything else we need to know?: Maybe use this as default even for simple payments? Downsides?

mpourismaiel commented 5 years ago

I think this should be done on the stripe gcf. Or is it done on the frontend?

stp-ip commented 5 years ago

Probably most of it in gcf, but wanted to track it here as this was before we forked it off I think.