-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Alternate payment methods -ACH #2622
Comments
https://dashboard.stripe.com/settings/payment_methods?config_id=pmc_1KOmOAGlVGuVgOrkxFpl1kfB Stripe has a long list of alternate payment methods here that we can enable, Stripe itself is suggesting ACH, SEPA, and WeChat, which might be a good place to start - alternatively, we could focus on European country specific bank redirects that are extremely common on a country by country basis, but would be an implementation of a variety of options to canvas a large enough swath of Europe to be impactful. |
Based on a quick chat with Ajay, starting with ACH as an alternative option is likely the best first step - it's USA centric like many of our customers, Sentry has recently implemented it (or is in the process), so we've got a blueprint to work off of and it's a more resilient payment method than CCs. |
|
Backup billing payment method issue #2621 and Support ACH payment method #2622 are sharing the same design file. Here is the scenarios:
Figma: https://www.figma.com/design/ftdTGGX43YyurDlxPCLTFy/GH-2621?node-id=1-2 Please view the details walk-thru in figma Addition source: Stripe ACH: Stripe UI component Codecov ACH billing Codecov backup Sentry business case writeup for ACH |
Problem to solve:
Many people don't prefer using a credit card for subscriptions.
Potential solution:
Discovery work needed to determine where to start here: Cashapp, paypal, bitcoin, etc.
Implementation of something like Paypal is likely trivial through Stripe which might end up being the deciding factor.
ENG DESIGN DOC HERE: https://www.notion.so/sentry/Codecov-ACH-Billing-1438b10e4b5d80b8b9d6d38acc7c118a
Tasks
The text was updated successfully, but these errors were encountered: