#JDobbsy1987
1 messages · Page 1 of 1 (latest)
Hi there!
Give me a few minutes to test this.
Looks like you can update the description of the PaymentIntent to change that string: https://stripe.com/docs/api/payment_intents/update#update_payment_intent-description
Thank you, Do you know if it's possible to set it during the invoice creation without needing to send a seperate API call?
ive seen tis in the API docs "The PaymentIntent is generated when the invoice is finalized, and can then be used to pay the invoice." but i dont see any option in the finalize call to set a description.
No I don't think that's possible, you would need another API call in this case.
Ok no worries, i can see when we finalize we get the PI ID back so can make that extra call to update it, thank you