top | item 9577831

(no title)

sblawrie | 10 years 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?

discuss

order

heyalexej|10 years ago

Absolutely. And it's incredibly simple, too: https://stripe.com/checkout

Alternatively you have always solutions like https://gumroad.com/ or https://simplegoods.co/ of which you can see a real world implementation here: http://foundersgrid.com/sponsor (No affiliation with any of these, just found it the other day.)

sblawrie|10 years ago

But 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...