Paginated settlement transaction detail for a period

Returns paginated settlement transaction detail for the given partner and report date. Contains PII (purchase order IDs). Delegates to mp-payment-reporting GET /v3/report/reconreport/v1/getJson with offset-based pagination. nextToken is a Base64-encoded offset into the report file.

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)

pageSizeintegerOptional1-100Defaults to 10
nextTokenstringOptional

Opaque cursor from a prior response; omit for first page

Response

Success
nextTokenstringOptional
totalRecordsintegerOptional
transactionslist of objectsOptional

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
429
Too Many Requests Error
500
Internal Server Error