#Wasabi - Multiple Coupons per Customer
1 messages · Page 1 of 1 (latest)
We do have docs on doing this via the API: https://stripe.com/docs/api/coupons/delete
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
thank you @solid siren - re 1) I'm assuming the answer here is yes?
can we delete a coupon when it is associated with a customer
This is what the first part of the docs oultine:
deleting a coupon does not affect any customers who have already applied the coupon; it means that new customers can’t redeem the coupon. You can also delete coupons via the API.
thank you!