stripe_create_payment_link
Create a shareable payment link for a Stripe price. Customers can use the link to pay directly.
Instructions
Create a Stripe Payment Link for a given price. Returns a shareable URL that customers can use to pay.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| price_id | Yes | The Stripe Price ID to create a payment link for (starts with price_) | |
| quantity | No | Quantity of the item. Default: 1 | |
| after_completion_url | No | URL to redirect customers to after successful payment | |
| allow_promotion_codes | No | Whether to allow promotion codes on this payment link |