PySheets / pysheets

Source for PySheets
Other
18 stars 2 forks source link

Enable payments so we can sign up customers. #8

Open laffra opened 5 months ago

laffra commented 5 months ago

The payment UI could be done with Stripe, Adyen, or others. It should be triggered from the landing page. A payment confirmation, payment details, etc. can then be sent to a service we can add to the main backend.

laffra commented 5 months ago

Adyen: https://www.adyen.com/industries/subscription Stripe: https://docs.stripe.com/recurring-payments

pykurtosis commented 5 months ago

Stripe seems pretty easy with their no-code option. Seems like that would be best for us as this would get it implemented with minimal work.

Do we have the proper legal infrastructure setup in order to accept payments?

laffra commented 5 months ago

Yes, I have a registered Dutch company that can accepts payments. I already use it for https://c4e.education that also accepts Stripe payments.

laffra commented 5 months ago

A friend suggested we look into https://app.lemonsqueezy.com, especially as they make subscriptions easy.