Shopee SDK API Reference - v2.8.0
    Preparing search index...

    Interface GetWalletTransactionListTransaction

    GetWalletTransactionListTransaction sub-interface for GetWalletTransactionListResponseData

    interface GetWalletTransactionListTransaction {
        amount?: number;
        buyer_name?: string;
        create_time?: number;
        current_balance?: number;
        description?: string;
        money_flow?: string | number;
        order_sn?: string;
        outlet_shop_name?: string;
        pay_order_list?: GetWalletTransactionListPayOrder[];
        reason?: string;
        refund_sn?: string;
        root_withdrawal_id?: number;
        shop_name?: string;
        status?: string | number;
        transaction_fee?: number;
        transaction_tab_type?: string | number;
        transaction_type?: string;
        txn_title?: string;
        withdrawal_id?: number;
        withdrawal_type?: string;
    }
    Index

    Properties

    amount?: number

    The amount of transaction.

    buyer_name?: string

    The name of buyer.

    create_time?: number

    The create time of the transaction.

    current_balance?: number

    The current balance of this account.

    description?: string

    The detailed description of TOPUP SUCCESS and TOPUP FAILED.

    money_flow?: string | number

    New response parameter provided after: https://confluence.shopee.io/display/SPCT/[PRD]+[Open+API]+Update+on+New+Open+API+to+fetch+Seller+wallet+Transaction It's to indicate the money flowMONEY_IN = addition MONEY_OUT = deductionif not specified in request, will return bothNote special case for TW JKO Pay, we will ignore Money_flow

    order_sn?: string

    Shopee's unique identifier for an order.

    outlet_shop_name?: string

    The outlet shop name where this outlet transaction came from. (In the Original Instant Mart concept, outlet transactions are redirected to Mart.)

    reason?: string

    The reason for ADJUSTMENT_ADD and ADJUSTMENT_MINUS.

    refund_sn?: string

    The serial number of return.

    root_withdrawal_id?: number

    Use this field to indicate the event where a withdrawal is split into several withdrawals due to the withdrawal limit.

    shop_name?: string

    Name of the shop.

    status?: string | number

    The status of the transaction,available values: FAILED,COMPLETED,PENDING,INITIAL.

    transaction_fee?: number

    This field indicates the transaction fee.

    transaction_tab_type?: string | number

    Description:A new response parameter added after: https://confluence.shopee.io/display/SPCT/[PRD]+[Open+API]+Update+on+New+Open+API+to+fetch+Seller+wallet+Transaction This returns the updated transaction tab types that client can use to specify which transaction types they want to return. It will have the following tab typesDefaultwallet_order_incomewallet_adjustment_filterwallet_wallet_paymentwallet_refund_from_orderwallet_withdrawalsfast_escrow_repaymentfast_payseller_loancorporate_loanpix_transactions_filteropen_finance_transactions_filter Note for BR, currently in SOP live configuration, wallet txn type that linked to pix_transactions_filter and open_finance_transactions_filter are classified as default type tab instead. therefore for Open API client who wants to query these 2 txn can put default as the filter in this type

    transaction_type?: string

    The type of transaction.

    txn_title?: string

    The transaction title sent by client (Adjustment Center) for adjustments, Only for ID local sellers for now.

    withdrawal_id?: number

    Withdrawal ID when transaction type is withdraw_created, withdrawal_completed, withdrawal_cancelled.

    withdrawal_type?: string

    The type of withdrawal.