Skip to content

Wildberries API TypeScript SDK / <internal> / AcquiringReportListItem

Interface: AcquiringReportListItem

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

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:459
<a id="sellerfinancename"></a> sellerFinanceName?stringНазвание продавца (юрлицо/ИП)types/finances.types.ts:461
<a id="datefrom"></a> dateFrom?stringДата начала отчётного периодаtypes/finances.types.ts:463
<a id="dateto"></a> dateTo?stringДата конца отчётного периодаtypes/finances.types.ts:465
<a id="createdate"></a> createDate?stringДата формирования отчётаtypes/finances.types.ts:467
<a id="currency"></a> currency?stringВалюта (e.g., "RUB")types/finances.types.ts:469
<a id="acquiringfeesum"></a> acquiringFeeSum?stringСуммарная комиссия за эквайринг (string — use parseMoneyAmount)types/finances.types.ts:471
<a id="acquiringfeevatsum"></a> acquiringFeeVatSum?stringНДС с комиссии за эквайринг (string — use parseMoneyAmount)types/finances.types.ts:473

Made with ❤️ for the Wildberries developer community