@sumup/sdk
    Preparing search index...

    Type Alias TransactionMixinCheckout

    type TransactionMixinCheckout = {
        auth_code?: string;
        entry_mode?: "CUSTOMER_ENTRY" | "BOLETO";
        internal_id?: number;
        merchant_code?: string;
        tip_amount?: number;
        vat_amount?: number;
    }
    Index

    Properties

    auth_code?: string

    Authorization code for the transaction sent by the payment card issuer or bank. Applicable only to card payments.

    Optionalentry_mode

    entry_mode?: "CUSTOMER_ENTRY" | "BOLETO"

    Entry mode of the payment details.

    internal_id?: number

    Internal unique ID of the transaction on the SumUp platform.

    merchant_code?: string

    Unique code of the registered merchant to whom the payment is made.

    tip_amount?: number

    Amount of the tip (out of the total transaction amount).

    vat_amount?: number

    Amount of the applicable VAT (out of the total transaction amount).