Customer Portal

Props

interface Props {
    // allow users to transfer their subscription  
    // aka update the email address associated with their subscription
    // You will need to configure the Customer webhook to support this feature
    enableSubscriptionTransfer?: boolean // default false
}

You will need to configure the Customer webhook to support the subscription transfer feature

Last updated