<CustomerProfile />
This component will render the Stripe Customer profile informations in a panel.
It allows the customer to edit its own details, such as billing address, name, and tax ids.
Visual


Import
import { CustomerProfile } from "@billing-js/react-billing-js"
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
}
Last updated
Was this helpful?