#taivo-charge-refund-metadata
1 messages ยท Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- taivo-metdata-reports, 6 days ago, 4 messages
Hi ๐
I took a look at the requests you provided (thanks for that!).
The reason you aren't seeing the metadata on the Charge is you set it on the Refund object. If you want to see this information on the Charge object you can make an update request on the Charge API
https://stripe.com/docs/api/charges/update#update_charge-metadata
taivo-charge-refund-metadata
I see. We will investigate this a bit further as we misunderstood the examples. Thanks!
Great. I'm happy to shed what ๐ก I can ๐
Quick follow up, if I wanted to pull the data that the csv from the Payments page provides:
https://dashboard.stripe.com/test/payments
would I need to hit the API for GET /v1/refunds and GET /v1/charges or is there a different endpoint I can use?
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
If you just wanted the Charges but you would also need to hit the Payment Intents API if you wanted to get those objects.
You may also want to review what reports you can export from the API: https://stripe.com/docs/reports/api
but, as far as I know, we don't have a direct analog for the Payments Page list view.
Thanks again! Happy Weekend!