Ir a contenido
Crea una cuenta
o
Inicia sesión
Logotipo de Stripe Docs
/
Pregúntale a la IA
Crear una cuenta
Iniciar sesión
Empieza ahora
Pagos
Ingresos
Plataformas y marketplaces
Gestión del dinero
Recursos para desarrolladores
Resumen
Billing
ResumenAcerca de las API de facturación
Suscripciones
    Resumen
    Cómo funcionan las suscripciones
    Empieza ahora
    Inicio rápido
    Planificar una integración
    Crear una integración
    Casos de uso
    Acerca de las suscripciones
    Habilitar modo de facturación
    Definiciones de eventos de suscripción
    Derechos
    Facturas de suscripciones
    Calendarios de suscripciones
    Modelos de tarifas recurrentes
    Autenticación reforzada de clientes (SCA)
    Configurar suscripciones
    Configurar métodos de cobro
    Inserta un cuadro de tarifas
    Determinar cantidades
    Establecer ciclos de facturación
    Administración de suscripciones
    Migrar suscripciones a Stripe
    Suscríbete a varios elementos
    Suscripciones con fechas pasadas
    Configura períodos de prueba
    Gestionar suscripciones con pago diferido
    Aplica cupones
    Modificar suscripciones
    Gestionar métodos de pago de suscripciones
    Análisis
    Administrar suscripciones en iOS
Invoicing
Cobro por consumo
Presupuestos
Gestión de clientes
Gestión de cobros con otros productos
Recuperación de ingresos
Automatizaciones
Prueba tu integración
Impuesto
Resumen
Usa Stripe Tax
Gestiona el cumplimiento de la normativa
Elaboración de informes
Resumen
Seleccionar un informe
Configura informes
API de informes
Informes para varias cuentas
Reconocimiento de ingresos
Datos
ResumenEsquema
Informes personalizados
Data Pipeline
Gestión de datos
InicioIngresosSubscriptions

Entitlements

Determine when you can grant or revoke product feature access to customers.

Entitlements enable you to map the features of your internal service to Stripe products. After you map your features, Stripe notifies you about when to provision or de-provision access (according to your customer’s subscription status), and to what features, based on your mapping choices.

Use Entitlements to:

  • Launch, change, and experiment with your pricing without needing to change your codebase
  • Grant, revoke, and manage your customer’s feature access
  • Simplify your billing integration

Stripe Billing Entitlements API demo

Antes de comenzar

This guide assumes that you’re already using Stripe Subscriptions and Customer resources.

Get started

To get started with Entitlements:

  • Set up your features: Create each feature in Stripe Billing from the Dashboard. Here are some examples of features you can include:
    • API access
    • AI assistant
    • Premium support
    • Advanced reporting
    • Extended data retention
  • Add your features to products: Attach features to corresponding Stripe Products. You can add a single feature to multiple products.
  • Manage your features: Edit or archive each feature from the Dashboard.

Set up your features

To create a feature in the Dashboard, do the following:

  1. In the Dashboard, go to the Product catalog and click Features.
  2. Click + Create feature and enter a Name and a Lookup Key for the feature. You can optionally also add Metadata.
  3. Because the Lookup Key is unique to each feature, you can’t reuse it across different features unless you archive the feature associated with the Lookup Key.
  4. Click Create feature.

Add your features to products

To add a feature to a product in the Dashboard, do the following:

  1. In the Dashboard, from the Features tab, click the feature that you want to add.
  2. Click Attach to product and select a product from the menu.
  3. Click Confirm.

When a customer subscribes to the product, you can view what features they’re entitled to. To do this, go to the Customers page, select the customer, and review the Entitlements section.

Manage features

You can manage features from the Dashboard.

Edit a feature

To edit a feature’s Name or add Metadata, go to the Features tab, click the overflow menu (), and click Edit feature. You can’t edit a feature’s Lookup Key after the feature is created.

Remove a feature from a product

To remove a feature from a product, go to the Features tab and select the feature. Then click the overflow menu () next to the product name and click Remove product.

Archive a feature

To archive a feature, go to the Features tab, click the overflow menu (), and click Archive feature.

Before you archive a feature, keep in mind the following:

  • Archived features can’t be edited or added to any new products.
  • Archived features still create entitlements if attached to existing products.
  • An archived feature’s lookup key can be used again.
  • You can’t unarchive a feature.
¿Te fue útil esta página?
SíNo
  • ¿Necesitas ayuda? Ponte en contacto con soporte.
  • Únete a nuestro programa de acceso anticipado.
  • Echa un vistazo a nuestro registro de cambios.
  • ¿Tienes alguna pregunta? Contacto.
  • ¿LLM? Lee llms.txt.
  • Con tecnología de Markdoc