@sumup/sdk
    Preparing search index...

    Type Alias CheckoutSuccess

    CheckoutSuccess: Checkout & {
        merchant_name?: string;
        payment_instrument?: { token?: string };
        redirect_url?: string;
        transaction_code?: string;
        transaction_id?: string;
    }

    Type declaration

    • Optionalmerchant_name?: string

      Name of the merchant

    • Optionalpayment_instrument?: { token?: string }

      Object containing token information for the specified payment instrument

      • Optionaltoken?: string

        Token value

    • Optionalredirect_url?: string

      Refers to a url where the end user is redirected once the payment processing completes.

    • Optionaltransaction_code?: string

      Transaction code of the successful transaction with which the payment for the checkout is completed.

    • Optionaltransaction_id?: string

      Transaction ID of the successful transaction with which the payment for the checkout is completed.