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

# Confirm Payment Method

Confirms and saves a payment method after the Stripe Setup Intent has been completed on the client side. Requires a verified email and is rate limited to 30 requests per minute.

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

<ParamField body="payment_method" type="string" required>
  The Stripe payment method ID.
</ParamField>

## Response

<ResponseField name="success" type="boolean">
  Whether the payment method was confirmed and saved successfully.
</ResponseField>
