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

# Create payment link

> Create a payment link for an existing Stripe price.

{/* Tool: create_stripe_payment_link */}

## Parameters

<ParamField path="price_id" type="string" required={true}>
  Existing Stripe price ID (e.g., "price\_...")
</ParamField>

<ParamField path="redirect_url" type="string" default={""}>
  URL to redirect customer to after payment (mutually exclusive with hosted\_confirmation\_message)
</ParamField>

<ParamField path="hosted_confirmation_message" type="string" default={""}>
  Custom message for Stripe's hosted confirmation page (mutually exclusive with redirect\_url)
</ParamField>

<ParamField path="testmode" type="boolean" default={false}>
  Use test mode (default: false)
</ParamField>
