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
Is your feature request related to a problem? Please describe.
I work often with reservation systems where we need to hold at least one payment method on system until the reservation is complete (e.g. for late cancellation/no-show fees). The PaymentSheet 'Edit' button allows for the deletion of all customer payment methods. This results in the opportunity for customers to book (where a card is required to be on file), and then subsequently use the PaymentSheet UI again to delete the payment method.
Describe the solution you'd like
Support for a boolean flag akin to "atLeastOnePaymentMethod" in the SetupParams to indicate whether the user should have the option to remove all payment methods.
Describe alternatives you've considered
Other alternative solution is to allow for the 'Edit' button to be enabled/disabled.
The text was updated successfully, but these errors were encountered:
this wont be fixed directly in the way you are asking, but there are two other options:
we'll be shipping support for removeSavedPaymentMethodMessage soon, which you can set on payment sheet to show a custom message when your customer removes a PM (so they could be warned there)
Is your feature request related to a problem? Please describe.
I work often with reservation systems where we need to hold at least one payment method on system until the reservation is complete (e.g. for late cancellation/no-show fees). The PaymentSheet 'Edit' button allows for the deletion of all customer payment methods. This results in the opportunity for customers to book (where a card is required to be on file), and then subsequently use the PaymentSheet UI again to delete the payment method.
Describe the solution you'd like
Support for a boolean flag akin to "atLeastOnePaymentMethod" in the SetupParams to indicate whether the user should have the option to remove all payment methods.
Describe alternatives you've considered
Other alternative solution is to allow for the 'Edit' button to be enabled/disabled.
The text was updated successfully, but these errors were encountered: