8 ms·
What if you just need a page (the page can be external to your own site) that accepts payment and emails you a receipt, and you don't want to write any server-s
by sblawrie 11y ago
What if you just need a page (the page can be external to your own site) that accepts payment and emails you a receipt, and you don't want to write any server-side code? Can Stripe do that the way PayPal can?
- heyalexej 11y agoAbsolutely. And it's incredibly simple, too: https://stripe.com/checkout https://stripe.com/checkout Alternatively you have always solutions like https://gumroad.com/ https://gumroad.com/ or https://simplegoods.co/ https://simplegoods.co/ of which you can see a real world implementation here: http://foundersgrid.com/sponsor http://foundersgrid.com/sponsor (No affiliation with any of these, just found it the other day.)
- sblawrie 11y agoBut all of these just hand you back a token which you then have to pass to your server for actually processing the charge. What if you don't want to set up any server-side code? Or am I missing something...