Does the killbill stripe plugin include support for ACH payment methods?
Does anyone have experience adapting the plugin to include this feature?
Or would this plugin not be the place to integrate ACH with Stripe?
We actually have a dev on our team who's looking at the possibility of raising that pr. Thanks for the resources there.
I was kind of surprised to hear that using stripe ACH with KillBill has never come up.
Are Dwolla or forte more commonly used for ACH integration these days?
I noticed that the forte plugin code had not changed in a while. Is this still being actively integrated by new KillBill consumers?
--
You received this message because you are subscribed to the Google Groups "Kill Bill users mailing-list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to killbilling-users+unsubscribe@googlegroups.com.
To post to this group, send email to killbilling-users@googlegroups.com.
Visit this group at https://groups.google.com/group/killbilling-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/killbilling-users/fc41df88-4f95-4acf-a5d2-394abe809c39%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to killbilling-us...@googlegroups.com.
To post to this group, send email to killbill...@googlegroups.com.
Visit this group at https://groups.google.com/group/killbilling-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/killbilling-users/fc41df88-4f95-4acf-a5d2-394abe809c39%40googlegroups.com.
--Pierre
I got to a point where I'd added some code and would like to run some tests but then I noticed that even before my changes the existing tests don't pass.
I created a github gist with the logs. Is this something I should worry about as far as my development environment being setup incorrectly or otherwise or should I just worry about writing tests that pass for my use cases?
After digging through the libraries, I found I can actually send a token instead of the card details by changing the arguments to create_payment_method,I can include the token and override including a full CC number in the API request.
It's a little vague but it seems as though full CC numbers are considered invalid parameters by Stripe as of 2015-10-12.
Hopefully I can proceed from here but if you have any additional wisdom to pass along definitely chip in.
The code looks to be creating an account then issuing a charge and refund. All my issues with the API and card tokenization have been resolved but this test is still failing at check_balance on line 118