create_payment_link
Generate a Stripe payment link for customer checkout, specifying line items, promotion codes, and billing address collection.
Instructions
Create a Stripe payment link for customers to pay
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| metadata | No | Additional metadata for the payment link | |
| line_items | Yes | Items to include in the payment link | |
| allow_promotion_codes | No | Allow customers to enter promotion codes | |
| billing_address_collection | No | Whether to collect billing address |