- Issue created by @beautifulmind
- 🇵🇱Poland Alexius
Hi, you need create a number type field in webform (field can called "Amount"), and then add token [webform_submission:values:amount] to amount field in stripe card element created by this module.
- 🇦🇺Australia digitalcatalyst
So I'm trying to pass a custom amount, I've added a field called Amount to my webform, then in stripe payment intent, I've tried both a defined product and custom, but my form amount doesn't arrive at stripe, just the defined product or the mandatory custom amount.
amount: [webform_submission:values:amount]
payment_method_options:
card:
installments: null
mandate_options: null
network: null
payment_method_types:
- cardAny help with what Im missing?