#floppyrod-moto
1 messages · Page 1 of 1 (latest)
hi! you don't really, that's a serverside parameter, you have to use server-side confirmation and set it then.
i.e. you use https://stripe.com/docs/payments/accept-a-payment-synchronously and can pass the parameter in step 4 when you create+confirm the PaymentIntent.
With that integration you don't use the PaymentElement, you use the CardElement directly instead.
okay thank you, and there is no way to apply MOTO when confirmCardPayment on the React App?
don't want to have to re-write the integration logic if possible haha
nope, since it's not a frontend parameter since otherwise it could be abused since any customer could set it themselves in the browser