> ## Documentation Index
> Fetch the complete documentation index at: https://docs.x.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Formulario de soporte de facturación

> Ponte en contacto con el soporte de facturación de la X API para obtener ayuda con facturas, métodos de pago, cambios de suscripción, reembolsos, actualizaciones de plan y problemas de facturación relacionados con la cuenta.

export const Form = ({src, width = "500", height = "1000"}) => {
  const maxWidth = `${parseInt(width, 10) || 500}px`;
  return <iframe className="form" src={src} height={height} style={{
    width: '100%',
    maxWidth
  }} frameborder="0" allowfullscreen>
    </iframe>;
};

Obtén soporte de facturación para suscripciones Self-serve y de Enterprise API.

<Form src="https://help.x.com/en/forms/xdev/billing-support" />
