#greenman-paymentintent-invoice

1 messages · Page 1 of 1 (latest)

rough pumice
#

No, PaymentIntents do not generate invoices

#

Subscription invoices have PaymentIntents but PaymentIntents themselves do not generate invoices

white yew
#

Great, thanks for the prompt response. I have another question here, can I create a paymentmethod using the information from a Stripe CardElement, and pass that element in so I don't have to handle sensitive user data. Much like passing the Card Element into a paymentintent.

rough pumice
white yew
#

great, i see

#

and once I have this paymentmethod attached to my setupintent via the confirmcardsetup call, I can use expansion parameters to get the payment method object and information like billing zip right? I will need that to pass to 3rd party tax software. assuming everything is correct right now, i can then simply get an updated amount and add that to a new paymentintent as instructed in the guide, does this sound about right?