#vinkesh
1 messages · Page 1 of 1 (latest)
Is there is a way i can download that report
from sdk or read that report as it has success status
Do you mean payout reconsiliation report? https://stripe.com/docs/reports/payout-reconciliation
i have gone through this link
But not able see a way that i can get that report from .net sdk
i have created one i have that report url
and id with me
https://stripe.com/docs/reports/api you can visit this page to know how to get the reports programmatically. There's example code in .net as well
You can use any .net API of your choice to download a file, this is not stripe specific.
Is there is anything in sdk
Not in Stripe .net SDK. You might want to use other libraries or write your own code to download the file.
okay thanks