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

# 請求サポートフォーム

> 請求書、支払い方法、サブスクリプションの変更、返金、プランのアップグレード、アカウント関連の請求に関する問題について、X API の請求サポートにお問い合わせください。

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

セルフサーブおよび Enterprise API のサブスクリプションに関する請求サポートを受けられます。

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