6 ms·
too bad you can't dynamically change the price in the form.
by el_guapo 13y ago
too bad you can't dynamically change the price in the form.
- lachyg 13y ago(I worked on Checkout) You can! The docs on our custom integration are here: https://stripe.com/docs/checkout#integration-custom https://stripe.com/docs/checkout#integration-custom
- el_guapo 13y agoI stand corrected.
- nesbot 13y agoDoes this allow you to change the price dynamically though? For example, if the user selects Canada for their billing address I must then add the appropriate taxes to the price dynamically. Doesn't seem like that is possible?
- lachyg 13y agoI'm afraid we don't support that use-case yet. If you'd still like to use Checkout, you could use it as a method for the user to add their card, and confirm the payment amount on a separate page. (the 'amount' field is not required)
- nesbot 13y agoThanks. The form is very slick so just using it to collect the information is not half bad.