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

    Interface PaymentExecutionDetailItem

    Information about a sub-payment method used to pay for a COD order.

    interface PaymentExecutionDetailItem {
        AcquirerId?: string;
        AuthorizationCode?: string;
        CardBrand?: string;
        Payment: Money;
        PaymentMethod: string;
    }
    Index

    Properties

    AcquirerId?: string

    The Brazilian Taxpayer Identifier (CNPJ) 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.

    Payment: Money
    PaymentMethod: string

    The sub-payment method for an order. Possible values: * COD: Cash on delivery * GC: Gift card * PointsAccount: Amazon Points * Invoice: Invoice * CreditCard: Credit card * Pix: Pix * Other: Other.