It looks like Applepay generates one-time cards by default resulting in a single-use Stripe token. Does that mean the use case this supports is only one-time payments versus "sign up with Apple pay+Stripe"? Any advice on how best to integrate Apple pay for recurring pay scenarios like Sumon?
This supports recurring payments too -- you can associate an Apple Pay-originated Stripe token with a Stripe customer object as normal, and then create charges for that that customer. (This means that the Lyft use-case also works largely unchanged.)
Edit: Some more context on how this all works from the other ApplePay thread on HN: http://clover-developers.blogspot.com/2014/09/apple-pay.html