#Publicity
1 messages · Page 1 of 1 (latest)
Hey there
Can you share an in_xxx or ch_xxx?
Sure thing. Here's one that I manually edited to update in the view: in_1LNvizGTamYdUMAnd6iL4dde and one that I left as-is in the view in_1LNvchGTamYdUMAngjmjhD2w
Correct, you can't set this on the Invoice object. The Charge does not inherit the description field from that object
Updating is your best option
Which event log?
Is there any way to achieve what I'd like?
You likely want to do this via the API: https://stripe.com/docs/api/charges/update#update_charge-description
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
You can use a webhook to achieve this listening for invoice.payment_succeeded events
I've unfortunately tried it on the charge object after waiting a minute or so
Both of the charges for those two invoices should have the same description of AAAAA
Do you have any example request ID? req_xxx
Unfortunately not at the moment. Could I get back to you in a bit?
Sure