#guile-Plaid
1 messages · Page 1 of 1 (latest)
It's the same call as https://stripe.com/docs/ach#creating-an-ach-charge but instead of customer you'd specify the Token in source https://stripe.com/docs/api/charges/create#create_charge-source
Stripe supports accepting ACH payments—directly from bank accounts—alongside credit cards. We currently only support ACH for Stripe businesses based in the US.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
so I change the parameter from customer to source and should work?
Yep, give it a try.
ok, one sec