We are currently using the standard Stripe integration in ERPNext, which processes payments using the Stripe Charges API. We are exploring how to extend this integration to support Stripe ACH payments.
Since Stripe now recommends using Payment Intents and bank account–based payment methods for ACH payments, it seems that supporting ACH may require migrating or enhancing the current Stripe integration.
Has anyone in the community already:
Implemented Stripe ACH payments with ERPNext?
Migrated the existing Stripe integration from Charges API to Payment Intents?
Built a custom integration to support ACH payments?
If there are any reference implementations, documentation, or suggestions on the best approach, it would be very helpful.
We are especially interested in supporting ACH payments for recurring billing and invoices in ERPNext.
Looking forward to hearing from the community. Thanks in advance for your help!
We created a custom app to enhance the Stripe integration. It allows for additional payment methods (including ACH). It also automates payment entry and recurring billing via Subscriptions.
it’s part of a larger app erpUSA, but we’re maintaining a branch (stripe-plus) limited to Stripe’s functionality.