amzn / amazon-pay-api-sdk-dotnet

Amazon Pay API SDK (.NET)
Apache License 2.0
18 stars 8 forks source link

Unavailable Report _GET_FLAT_FILE_OFFAMAZONPAYMENTS_CAPTURE_DATA_ #16

Open mortiii opened 1 year ago

mortiii commented 1 year ago

Hello,

in the documentation i found that _GET_FLAT_FILE_OFFAMAZONPAYMENTS_CAPTUREDATA is atm not available in this API. Is there any equivalent to this report or some different api call with the same result? (get all payments done in a specific time range, including buyer, orderreference id, amount and so on)

br

debbie-martindale-amz commented 1 year ago

Hi @mortiii this report type is not available yet via API, however you can review the other report types to find the one that meets your needs. I would suggest starting with the settlement report. https://developer.amazon.com/docs/amazon-pay-api-v2/reports.html#enum-reporttypes

mortiii commented 1 year ago

Hi @debbie-martindale-amz,

ty for your reply. I am using the settlement report, but this is only available after settlement is closed. I need all payments done between a specific timerange. The Capture Data did this for me in the past using MWS and i thought i can migrate MWS to this interface by using the same reports. Is there any timeline for the GET_FLAT_FILE_OFFAMAZONPAYMENTS_CAPTURE_DATA ?

br