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

    Payment transaction information

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

    Properties

    AcquirerId?: string

    Government ID of acquirer

    AuthorizationCode?: string

    Authorization code for this payment

    CardBrand?: string

    Credit card brand (if payment method is CreditCard)

    PaymentMethod?: PaymentMethodEnum
    PaymentValue?: Money