Force save card to Stripe account
-
Hello!
There has been discussion around the use of the filter
add_filter( ‘wc_stripe_force_save_source’, ‘__return_true’ );
, though I understand this no longer works with the current checkout process (I have tried to no avail).My issue is this: we have a rental site and our terms state that should anyone lose/damage the items or incur late fees, we will charge their original method of payment X fee(s). With this in mind, we need every purchase to save the customer’s credit card to our Stripe account. As it stands, this only occurs when the user checks the ‘save my card for future purchases box’.
How can we make it such that the card is always saved? If there is no working filter, is there a way to have the checkbox always checked (and unmodifiable), and we can include a note about why this is the case? Or if not, perhaps hide the selected checkbox and include a note to confirm that if they proceed it will be saved, etc.?
Many thanks in advance for any workable solution here!
- The topic ‘Force save card to Stripe account’ is closed to new replies.