#daniel_puck_1234
1 messages · Page 1 of 1 (latest)
Where are you looking for Coupon? I believe the Coupon is actually set at the Invoice level, but that will depend. Where are you expecting it to show up?
in the subscriptions table
as there is a coupon_id column, and users are returned it just doesnt translate what is shown in the stripe UI
or in the customers table
as the customers table also contains the coupon_id
Where are you actually setting the Coupon though?
From our docs:
Coupons may be applied to subscriptions, invoices, checkout sessions, quotes, and more.
i guess at checkout?
i dont think the question is around where it is being set, as stripe UI recogonizes it
but the database doesn't contain that information
The Stripe UI recognizing it is irrelevant. I'm trying to figure out what object it's actually being set on. Nonetheless, this chat is focused on developers and API integration questions. I would recommend reaching out to our support team to help investigate: https://support.stripe.com/contact/email
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.
The Stripe UI recognizing it is irrelevant -- what does this mean?
That doesn't tell us where the Coupon is being set. It might be on the subscription, invoice, checkout session, quote, etc. The UI recognizing it doesn't really help us narrow that down
it's applied to the subscription when created using the promotion_code param
Again, I think our support folks are better suited to help you with this: https://support.stripe.com/contact/email
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.