Download reconciliation report as ZIP

Downloads a reconciliation report ZIP for the given partner and date. Delegates to mp-payment-reporting GET /v1/mt/report/reconreport/reconFile (Azure MT storage).

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

partnerIdstringRequiredformat: "^[0-9]{1,50}$"

Numeric partner/seller ID

reportDatestringRequired

Report date in MMddyyyy format (e.g. 06172026)

Response

ZIP file stream

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
500
Internal Server Error