#JackS
1 messages · Page 1 of 1 (latest)
👋 happy to help
would you mind sharing the request ID that is failing https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
I think it is this one req_6hrQcfm0lH8LJl
stripe.Subscription.modify(
subscription_id,
api_key=self.stripe_api_key,
)```
where did you remove the coupon?
I have sorted the issue, I changed to use delete_discount but didn't update the method I pasted
my fault
yeah it is working now