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

# Update payment link

> Update an existing payment link (activate/deactivate).

{/* Tool: update_stripe_payment_link */}

## Parameters

<ParamField path="payment_link_id" type="string" required={true}>
  Database record ID (uuid) of the payment link to update
</ParamField>

<ParamField path="active" type="string" default={""}>
  Whether the payment link should be active (optional)
</ParamField>

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