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

    Interface GetOrderDetailPaymentInfo

    GetOrderDetailPaymentInfo sub-interface for GetOrderDetailOrder

    interface GetOrderDetailPaymentInfo {
        card_brand?: string;
        payment_amount?: number;
        payment_method?: string;
        payment_processor_register?: string;
        transaction_id?: string;
    }
    Index

    Properties

    card_brand?: string

    [Only for BR] Card brand for credit or debit transactions, such as VISA, MASTER, etc. Empty string for Pix payments.

    payment_amount?: number

    [Only for BR] Amount paid by the corresponding payment method.

    payment_method?: string

    [Only for BR] Payment method used in the order, such as Credit Card, Debit Card, Pix, etc.

    payment_processor_register?: string

    [Only for BR] CNPJ of the payment processor handling the transaction.

    transaction_id?: string

    [Only for BR] Payment authorization code generated by the bank or payment processor to validate the transaction.