#solavon
1 messages · Page 1 of 1 (latest)
Hi. Let me help you with this.
Are you trying to update metadata on a Dispute, a PaymentIntent, or a Charge object?
I'm currently updating the meta data on the dispute object, and I was wondering where it would be displayed on the stripe dashboard.
thank you!
Where are you looking exactly?
on the payment intent page mainly, the meta data section, is there a dedicated dispute page?
Could you please share the exact page URL/Dispute ID?
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
the meta data I'm trying to set is lost_date
dispute id: dp_1NxoDJH5tvrIOuhgvOA0QoZ3
I don't think you can view the dispute metadata on the Dashboard. You can either update the PaymentIntent metadata instead, or access the Dispute metadata via API.
I see, update it through paymentIntents.update ?
Yes
Alright, I'll give it a go, thank you!
Happy to help.