Skip to content

FinancialTransaction

Defined in: sdks/trendyol/src/types/misc.ts:51

One row from Trendyol’s current-account statement — returned by both finance.getSettlements() and finance.getOtherFinancials() (both endpoints share the FinancialTransaction wire schema).

Field set verified against the spec on 2026-05-25. The SDK exposes the stable subset; anything Trendyol adds later remains accessible via raw.

optional barcode?: string | null

Defined in: sdks/trendyol/src/types/misc.ts:57

Product barcode when the transaction is tied to a SKU.


optional commissionAmount?: number | null

Defined in: sdks/trendyol/src/types/misc.ts:71


optional commissionInvoiceSerialNumber?: string | null

Defined in: sdks/trendyol/src/types/misc.ts:72


optional commissionRate?: number | null

Defined in: sdks/trendyol/src/types/misc.ts:70


optional country?: string | null

Defined in: sdks/trendyol/src/types/misc.ts:85


optional credit?: number

Defined in: sdks/trendyol/src/types/misc.ts:67

Credit amount on the seller’s account.


optional debt?: number

Defined in: sdks/trendyol/src/types/misc.ts:65

Debit amount on the seller’s account.


optional description?: string | null

Defined in: sdks/trendyol/src/types/misc.ts:62


id: string

Defined in: sdks/trendyol/src/types/misc.ts:53

Transaction ID (string per Trendyol).


optional orderNumber?: string | null

Defined in: sdks/trendyol/src/types/misc.ts:76


optional paymentDate?: string

Defined in: sdks/trendyol/src/types/misc.ts:79

ISO 8601 UTC (from ms-epoch paymentDate).


optional paymentOrderId?: number | null

Defined in: sdks/trendyol/src/types/misc.ts:77


optional paymentPeriod?: number | null

Defined in: sdks/trendyol/src/types/misc.ts:69


raw: Record<string, unknown>

Defined in: sdks/trendyol/src/types/misc.ts:88

Untouched raw row — pull any undocumented fields from here.


optional receiptId?: number | null

Defined in: sdks/trendyol/src/types/misc.ts:61

Receipt ID (“dekont no”) when applicable.


optional sellerId?: number

Defined in: sdks/trendyol/src/types/misc.ts:81


optional sellerRevenue?: number | null

Defined in: sdks/trendyol/src/types/misc.ts:74

Net seller revenue after Trendyol’s cut.


optional storeAddress?: string | null

Defined in: sdks/trendyol/src/types/misc.ts:84


optional storeId?: number | null

Defined in: sdks/trendyol/src/types/misc.ts:82


optional storeName?: string | null

Defined in: sdks/trendyol/src/types/misc.ts:83


optional transactionDate?: string

Defined in: sdks/trendyol/src/types/misc.ts:55

ISO 8601 UTC (from ms-epoch transactionDate).


optional transactionType?: string

Defined in: sdks/trendyol/src/types/misc.ts:59

Transaction category (e.g. 'Satış', 'Ödeme').

Unofficial. Lonca is an independent, community-maintained project — not affiliated with, endorsed by, or supported by Trendyol, Hepsiburada, or any other marketplace. All marketplace names and trademarks belong to their respective owners.