When collecting credit card information using stripe.checkout.get_token(), the button text is labeled Pay (possibly with an amount included if it is specified). This makes good sense for a one-time payment, but if this form is used to start a subscription or to change a default credit card source, this text may not make sense to the end user.
It would be nice to have the ability to customize the text displayed on this button to something like Update Card or Start Subscription instead of just Pay.
Running into the same issue. I was just curious if there have been any updates on this request?
A follow-up - does anyone know of any documentation or python way of finding out all the function arguments to stripe.checkout.charge? I couldn’t get the inspect module to work within Anvil for this case.