Simple Membership Plugin › Forums › Simple Membership Plugin › Stripe ACH Credit
Tagged: ACH credit, payment, stripe
- This topic has 5 replies, 2 voices, and was last updated 3 years, 8 months ago by
The Assurer.
-
AuthorPosts
-
December 8, 2022 at 8:16 pm #24863
M.Engelsen
ParticipantIt looks like the Stripe ‘Subscription’ and ‘Pay Now’ buttons are configured to prompt the customer for a credit card. Has anyone created a Stripe/Simple Membership integration that prompts (or allows) the customer to pay via a checking account? (ACH Credit Transfer)
December 9, 2022 at 12:31 am #24868The Assurer
ModeratorACH on Stripe is only supported for businesses in the United States, and only for US bank accounts. Furthermore, ACH is a “delayed payment notification method,” that can take up to FOUR DAYS to approve. Furthermore, Stripe advises that ACH is not a guaranteed payment method. I’m not sure you really want this for your members.
https://stripe.com/docs/payments/ach-debitDecember 9, 2022 at 1:49 am #24872M.Engelsen
ParticipantI was hoping to use the ACH credit instead of ACH debit. ACH credit transactions can be executed in less time (1-3 days).
https://stripe.com/docs/sources/ach-credit-transferAdditionally, ACH credit transfers are push-based and support reoccurring payments. ACH direct debits are a pull-based and there is a risk of failed payments and disputes.
In my case, our “customers” are homeowners who are a part of a home owners association (HOA). Our HOA fee is $250. As such, I would like the ability to offer the customer the ability to pay $258 if paying with a credit card or $252 if paying via a checking account (ACH credit).
In other words, the Strike credit card fee (2.9% + $0.30) can add up when the “product” is $200+. However, the ACH fees are much lower (0.08%).
In our case, all HOA members are US based.
December 9, 2022 at 2:45 am #24873The Assurer
ModeratorIn any case; this would have to be a custom work order. Please complete a request for a Paid Support quote and a developer will contact you, with a quote.
https://simple-membership-plugin.com/paid-support-simple-membership-plugin/December 9, 2022 at 3:20 am #24874M.Engelsen
ParticipantCurrently, does the Stripe Subscription button rely on the:
Sources API
Tokens API
Bank Accounts APIOr does the button utilize the “Payment Intents” API?
https://stripe.com/docs/payments/bank-debits#migrating-from-sources-tokens-chargesDecember 10, 2022 at 12:51 am #24879The Assurer
Moderator<blockquote<Currently, does the Stripe Subscription button rely on the:
Sources API
Tokens API
Bank Accounts API
Yes, please refer to the classes/class-swpm-member-subscriptions.php file.We also use the travis-ci.org Stripe Gateway code, found on GitHub, which you will find in the lib/stripe-gateway directory.
Any further coding related questions, is beyond the scope of the free support forum, and requires a Paid Support ticket:
https://simple-membership-plugin.com/paid-support-simple-membership-plugin/ -
AuthorPosts
- You must be logged in to reply to this topic.