Selling Partner API SDK for JavaScript
    Preparing search index...

    Payment execution details for an order.

    interface PaymentExecution {
        acquirerId?: string;
        authorizationCode?: string;
        cardBrand?: string;
        paymentAmount?: Money;
        paymentMethod?: string;
    }
    Index

    Properties

    acquirerId?: string

    The unique identifier of the payment processor or acquiring bank that authorizes the payment. Note: This attribute is only available for orders in the Brazil (BR) marketplace when the paymentMethod is CreditCard or Pix.

    authorizationCode?: string

    The unique code that confirms the payment authorization. Note: This attribute is only available for orders in the Brazil (BR) marketplace when the paymentMethod is CreditCard or Pix.

    cardBrand?: string

    The card network or brand used in the payment transaction (for example, Visa or Mastercard). Note: This attribute is only available for orders in the Brazil (BR) marketplace when the paymentMethod is CreditCard.

    paymentAmount?: Money
    paymentMethod?: string

    The payment method used for this payment execution (for example, CashOnDelivery, ConvenienceStore, CreditCard, Invoice, Pix, and so on).