#surajpatidar
1 messages · Page 1 of 1 (latest)
Let's discuss here
i have created COUPON i want to check it availble for specific user
How did you create the coupon? Any request id? req_xxx
i have created using stripe dashboard
now i want to purchase subscription but i want check first coupon available or not on particuler user
It should be able to apply to any customer. There is no restriction on customer which a coupon can apply to
but one customer use one time
if he use nextime need to show not available for that user
also i need to check how much new amount after applying coupen he need to pay
That's something you would want to manage on your own system, ie counting how many time that specific customer has used you coupon
any api for retirve coupen id using name
Not AFAIK unfortunately
what i can do for coupon
You can retrieve using the Coupon Id, if that's what you are asking!
okay
any api for check it valid or not
what is different between Coupon and Promotion Codes
Sorry you have been asking a lot of questions which answers can easily be found via https://stripe.com/docs/billing/subscriptions/coupons Please give it a look
i have facing one issue
i want to one time use coupin but i have add on subscription it next bill show 9$ only
sub_1Net2rECJUF37lWXEzP2Vj1x
how to use promotion code in subsription code
promo_1NetB3ECJUF37lWXLp0y3AdC
Sorry you are not very clear on the issue. Can you clarify
- What did you expect?
- What do you observe instead?
i need like i have create subscription using coupon code but first time discount only
but in this sub_1Net2rECJUF37lWXEzP2Vj1x i have use coupon code it show next billing also discount
i have create subscription using coupon code but first time discount only
You sure? Is that the coupon iddineXykz?
https://dashboard.stripe.com/test/logs/req_NaRRnXq0xreAHn it was created with duration = forever
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Sorry you are repeatedly asking the same question again and again. Please refer to this Docs: https://stripe.com/docs/billing/subscriptions/coupons
but in this doc not aswerng about promotion code use in subscription
Promotion Code is something you share with your customer, so they can input in an UI like Checkout Session. You can't specify the promotion code in Subscription
so how to use this Promotion code in subscription ?
Sorry you are asking it again. I mentioned you can't