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

    Information about a payment transaction.

    interface PaymentInformation {
        AcquirerId?: string;
        AuthorizationCode?: string;
        CardBrand?: string;
        PaymentMethod?: PaymentMethodEnum;
        PaymentValue?: Money;
    }
    Index

    Properties

    AcquirerId?: string

    The government ID of the acquirer.

    AuthorizationCode?: string

    The authorization code of this payment.

    CardBrand?: string

    The credit card brand if the payment method is CreditCard.

    PaymentMethod?: PaymentMethodEnum
    PaymentValue?: Money