@paypal/paypal-js
    Preparing search index...

    Type Alias InitiatePayerActionResponse

    Result of a successful 3DS payer action flow.

    If the buyer cancels the 3DS modal or authentication fails, the promise rejects instead of resolving, so the merchant does not attempt to capture an unauthenticated order.

    type InitiatePayerActionResponse = {
        liabilityShift?: LiabilityShiftType;
    }
    Index

    Properties

    Properties

    liabilityShift?: LiabilityShiftType

    The outcome of the issuer's authentication, indicating whether liability for the transaction has shifted to the card issuer.