Stripe Coupons API — Coupons
Stripe Coupons API — Coupons. 5 operations. Lead operation: Coupons. Self-contained Naftiko capability covering one Stripe business surface.
What You Can Do
Returns a list of your coupons.
You can create coupons easily via the coupon management page of the Stripe dashboard. Coupon creation is also accessible via the API if you need to create coupons on the fly.
You can delete coupons via the coupon management page of the Stripe dashboard. However, deleting a coupon does not affect any customers who have already applied the coupon; it means that
Retrieves the coupon with the given ID.
Updates the metadata of a coupon. Other coupon details (currency, duration, amount_off) are, by design, not editable.
MCP Tools
p-returns-list-your-coupons-p
Returns a list of your coupons.
p-you-can-create-coupons-easily
You can create coupons easily via the coupon management page of the Stripe dashboard. Coupon creation is also accessible via the API if you need to create coupons on the fly.
p-you-can-delete-coupons-href-https
You can delete coupons via the coupon management page of the Stripe dashboard. However, deleting a coupon does not affect any customers who have already applied the coupon; it means that
p-retrieves-coupon-given-id-p
Retrieves the coupon with the given ID.
p-updates-metadata-coupon-other-coupon
Updates the metadata of a coupon. Other coupon details (currency, duration, amount_off) are, by design, not editable.