Skip to content
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

BACS: Add support to create payment methods using Checkout Sesssions. #4006

Open
Tracked by #3716
asumaran opened this issue Mar 3, 2025 · 1 comment · May be fixed by #4058
Open
Tracked by #3716

BACS: Add support to create payment methods using Checkout Sesssions. #4006

asumaran opened this issue Mar 3, 2025 · 1 comment · May be fixed by #4058
Assignees

Comments

@asumaran
Copy link
Contributor

asumaran commented Mar 3, 2025

Stripe requires a different flow to add a Bacs payment method, whether it’s simply associating the payment method with a user or using it for a deferred payment on a subscription with a free trial.

Using Checkout Sessions to create the Bacs payment method solves both issues. However, we still need to define the exact flow. In the case of purchasing a subscription with a free trial, we need to determine whether use a dedicated button within the payment method selector to redirect the user, or handle it automatically after submitting the form.

@asumaran asumaran changed the title Add Bacs support to create payment methods using Checkout Sesssions. BACS: Add Bacs support to create payment methods using Checkout Sesssions. Mar 3, 2025
@asumaran asumaran changed the title BACS: Add Bacs support to create payment methods using Checkout Sesssions. BACS: Add support to create payment methods using Checkout Sesssions. Mar 3, 2025
@bborman22
Copy link
Contributor

Please add your planning poker estimate with Zenhub @asumaran

@asumaran asumaran linked a pull request Mar 13, 2025 that will close this issue
6 tasks
@asumaran asumaran self-assigned this Mar 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants