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

# Register Partner

Registers the specified team as a partner. This creates a Stripe Checkout session for the partner subscription and returns the checkout URL.

<ParamField path="team" type="string" required>
  The UUID of the team.
</ParamField>

<ParamField body="billing_model" type="string" required>
  The billing model for the partner subscription. One of `kickback` or `pay_as_you_go`.
</ParamField>

## Response

<ResponseField name="checkout_url" type="string">
  The Stripe Checkout URL to complete partner registration.
</ResponseField>
