Create a Stripe checkout URL for DLA enrollment
create_enrollment_checkoutCreate a Stripe Checkout URL for the user to complete enrollment in a chosen tier. Returns a URL the user opens in a browser to pay — the agent NEVER handles payment or card details directly. Only call after the user has explicitly chosen a tier and asked to enroll.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tier | Yes | One of: essentials_monthly, essentials_annual, premium_monthly, premium_annual. | |
| owner_name | No | Optional. Attached to the Stripe session metadata. | |
| owner_email | No | Optional. If supplied, pre-fills the Stripe email field. |