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
By providing your card information, you allow "name of business" to charge your card for future payments in accordance with their terms.
Merchants might want to display the terms their own way. I am not too sure but it seems it might be possible to control the visibility of the terms by adjusting the terms object values if it is not possible to allow text customization. This way merchants can customize and display their terms by other ways. (for instance hooking custom text below the checkout button)
The text was updated successfully, but these errors were encountered:
It's nitpicky but terms text is awkwardly worded. It says "in accordance with their terms," but so far as the customer's concerned shouldn't it be "our" terms? It refers to the store by name but then as if it's an external entity. I don't think Stripe provides a way to modify the wording but removing the text is possible.
In theory this should be as simple as attaching card = 'never' to terms, but I looked exhaustively and couldn't find any convenient way to amend that object.
I also tried to work backwards using what is exposed as part of the Elements Appearance API but that seems to be strictly for working with style, couldn't change this through that.
Could a filter be added so we can amend the options, please?
9178567-zen
Merchants might want to display the terms their own way. I am not too sure but it seems it might be possible to control the visibility of the terms by adjusting the terms object values if it is not possible to allow text customization. This way merchants can customize and display their terms by other ways. (for instance hooking custom text below the checkout button)
The text was updated successfully, but these errors were encountered: