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