Skip to content

Wildberries API TypeScript SDK / <internal> / AcquiringReportListItem

Interface: AcquiringReportListItem

Defined in: types/finances.types.ts:698

Item returned by getAcquiringReportsList() — metadata for a single acquiring report. All money sums are string (not number) — use parseMoneyAmount() helper for math.

Available only to Russian sellers.

Since

v3.7.0

See

https://dev.wildberries.ru/docs/openapi/financial-reports-and-accounting#tag/Finansovye-otchyoty/operation/postV1AcquiringList

Properties

PropertyTypeDescriptionDefined in
<a id="reportid"></a> reportId?numberНомер отчёта об издержках на приём платежейtypes/finances.types.ts:700
<a id="sellerfinancename"></a> sellerFinanceName?stringНазвание продавца (юрлицо/ИП)types/finances.types.ts:702
<a id="datefrom"></a> dateFrom?stringДата начала отчётного периодаtypes/finances.types.ts:704
<a id="dateto"></a> dateTo?stringДата конца отчётного периодаtypes/finances.types.ts:706
<a id="createdate"></a> createDate?stringДата формирования отчётаtypes/finances.types.ts:708
<a id="currency"></a> currency?stringВалюта (e.g., "RUB")types/finances.types.ts:710
<a id="acquiringfeesum"></a> acquiringFeeSum?stringСуммарная комиссия за эквайринг (string — use parseMoneyAmount)types/finances.types.ts:712
<a id="acquiringfeevatsum"></a> acquiringFeeVatSum?stringНДС с комиссии за эквайринг (string — use parseMoneyAmount)types/finances.types.ts:714

Made with ❤️ for the Wildberries developer community