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

Self-serve 및 Enterprise API 구독에 대한 결제 지원을 받으세요.

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