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

    Interface GetBillingTransactionInfoRequest

    Request parameters for get_billing_transaction_info

    This API is applicable for Cross Border (CB) sellers only to get the detailed payout transaction data, both released and to-be released transaction can be found in here

    interface GetBillingTransactionInfoRequest {
        billing_transaction_info_type: number;
        cursor: string;
        encrypted_payout_ids?: string[];
        page_size: number;
    }
    Index

    Properties

    billing_transaction_info_type: number

    Billing transaction types: 1: TO_RELEASE, 2: RELEASED

    cursor: string

    Specifies the starting entry of data to return in the current call. Default is "". If data is more than one page, the offset can be some entry to start next call.

    encrypted_payout_ids?: string[]

    encrypted_payout_id get from API: v2.get_payout_infowhen encrypted_payout_id provided and billing_transaction_info_type=2, we will return the "released" billing items under this payout.when encrypted_payout_id not provided, we will return the "to release" billing items under hasn't form payout yetMax length: 100

    page_size: number

    Number of pages returned max:100