> ## 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.

# Formulário de suporte de faturamento

> Entre em contato com o suporte de faturamento da X API para ajuda com faturas, formas de pagamento, alterações de assinatura, reembolsos, upgrades de plano e problemas de faturamento relacionados à conta.

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>;
};

Obtenha suporte de faturamento para assinaturas Self-serve e Enterprise API.

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