#slowgen-charges
1 messages · Page 1 of 1 (latest)
hello, what does this
charge a customer a deposit of the full amount
look like, is that a card payment up front right?
yes that's right say total amount is 500 they pay 200 today and the rest we want to charge later. we'd be using elements
you want this approach: https://stripe.com/docs/payments/save-during-payment
then create payments via PaymentIntents on the saved PaymentMethod from the original payment
That's great thanks
Finally is it possible to mount the card element then create the intent - does that work or a secret is required when mounting
the former works, you can mount before creating PaymentIntent
The new PaymentElement requires a PaymentIntent created first to mount