#sweetpotato
1 messages · Page 1 of 1 (latest)
No, it's for any use case where you would like to accept some payment/card details from a customer and save them in order to be able to charge them later.
So is it possible to use both paymentIntents and setupIntents?
possible and entirely normal, yes
what's your real underlying question or problem you're trying to solve?
i want to confirm successed paymentIntents, at the same time, i saved Card information of successful payment by the customer.
I don't really understand your words unfortunately.
If you want to charge a saved card, see the guide steps at https://stripe.com/docs/payments/save-and-reuse?platform=web&ui=elements#charge-saved-payment-method
i don't understand this document... I didn't even finish the payment, where do I get the payments method id?
what code have you written so far?
i test with sample source code
could you be more specific about what eaxct code you've written so far and which guide you've used?
i use this guide
i want to saved card for next payment
You should be following this guide: https://stripe.com/docs/payments/save-during-payment?platform=web
What specific problem(s) are you having?
Sure, what specifically about it? Did you create the Payment Intent with those parameters?
but i show only card elements..