#maciek-invoice-update
1 messages · Page 1 of 1 (latest)
- In what way were you hoping to edit the Payment Intent? I belive we don't allow most updates for a finalized Invoice so it really depends on what you're trying to do
I want to update amount using https://stripe.com/docs/api/payment_intents/update endpoint but I am not sure if PaymentIntent that is created after Invoice will be finalized is editable.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
No, that isn't allowed
The only way to modify the amount on an Invoice after it's been finalized is through credit notes https://stripe.com/docs/invoicing/integration/programmatic-credit-notes
maciek-invoice-update
Okay! So one more question - PaymentIntent will be also updated when we will apply credit notes?
Yes, it should be updated (as long as the Invoice is still open/unpaid)
It looks like with credit notes I am able to add additional line items, edit the amount, but I am not able to extend Invoice amount to be higher that original. Is there a possibility to do that?