You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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
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.
The text was updated successfully, but these errors were encountered: