Earlier quoted context omitted.
Our bindings actually do support ACH debits. The "source" parameter is a universal param for any kind of incoming payment mechanism. See https://stripe.com/blog/unifying-payment-types-in-the-api for details. Specifically, for those in the ACH beta you can put a customer's bank account token in that field to charge their bank account.
Ahh, you're right. To make an ACH debit, you'd need to verify a bank account beforehand. And I don't think client libraries support a `bank account resource` w/o curling. Maybe I'm missing something.
https://www.wepay.com/developer/facilitate_withdrawals/settl...
https://www.wepay.com/developer/facilitate_withdrawals/embed...
Disclaimer: I haven't actually used them myself. YMMV.