#birdy247
1 messages · Page 1 of 1 (latest)
nope, https://stripe.com/docs/api/invoices/finalize is its own endpoint separate from updating the invoice
nope
do you have the ID of the Invoice in_xxx?
yes, finalizing the invoice doesn't actually attempt a payment if that's what you're looking for
I was hoping the invoice name would translate to what the user sees on their list of payments
after finalizing it, you'd want to access invoice.payment_intent and work with that to make a payment. Depends on the scenario, usually you take invoice.payment_intent.client_secret and send it to the frontend to use it with our stripe.js Elements to call e.g. cconfirmPayment
But it seems we have to rename both invoice and payment intent when creating a subscription schedule
thats what i am doing
yeah, I know the sync between the Invoice description and PaymentIntent description can be weird, I haven't looked at it recently so am a but rusty there on what the expectations are
I guess the payment intent description is more looked at?
Hi there. Taking over for karllekko as they have to step out