#Mark_S
1 messages · Page 1 of 1 (latest)
hello! no, that's not possible when sending an invoice.
are you using the API to create the customers and send them an invoice?
Yes
After creating invoice and send it I have paymentIntent ID and change their params for future use. WIll it work?
i'm pretty certain you can't change the params of an Invoice generated PaymentIntent
if you want to save the PaymentMethod for future use, then I suggest you look into using Checkout Sessions instead
you can pass in this parameter : https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-payment_intent_data-setup_future_usage
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.