#lolo75-MOTO

1 messages · Page 1 of 1 (latest)

brave sleet
#

Hi there! No you would not use Stripe.JS with MOTO as you send card details Server-side when using MOTO.

solar gulch
#

So I have to rewrite the card component by myself ?

brave sleet
#

Sorry, no I'm incorrect. You can create a PaymentMethod client-side and then pass it server-side and mark it as MOTO

#

So you can use Card Element still

solar gulch
#

Yes, but because of the confirm=yes, how can I confirm the payment in the front end ?

brave sleet
#

You can't confirm a MOTO payment in the front end.

#

You would create a PaymentMethod and then pass it to your backend to mark it as MOTO

solar gulch
#

Ok

#

Thanks