#surajpatidar

1 messages · Page 1 of 1 (latest)

rare daggerBOT
abstract beacon
#

Let's discuss here

copper shadow
#

i have created COUPON i want to check it availble for specific user

abstract beacon
#

How did you create the coupon? Any request id? req_xxx

copper shadow
#

i have created using stripe dashboard

#

now i want to purchase subscription but i want check first coupon available or not on particuler user

abstract beacon
#

It should be able to apply to any customer. There is no restriction on customer which a coupon can apply to

copper shadow
#

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

abstract beacon
#

That's something you would want to manage on your own system, ie counting how many time that specific customer has used you coupon

copper shadow
#

any api for retirve coupen id using name

abstract beacon
#

Not AFAIK unfortunately

copper shadow
#

what i can do for coupon

abstract beacon
#

You can retrieve using the Coupon Id, if that's what you are asking!

copper shadow
#

okay

#

any api for check it valid or not

#

what is different between Coupon and Promotion Codes

abstract beacon
copper shadow
#

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

abstract beacon
#

Sorry you are not very clear on the issue. Can you clarify

  • What did you expect?
  • What do you observe instead?
copper shadow
#

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

abstract beacon
#

i have create subscription using coupon code but first time discount only
You sure? Is that the coupon id dineXykz?

copper shadow
#

yes

#

how to apply promotion code in subscription create time?

abstract beacon
copper shadow
#

but in this doc not aswerng about promotion code use in subscription

abstract beacon
#

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

copper shadow
#

so how to use this Promotion code in subscription ?

abstract beacon
#

Sorry you are asking it again. I mentioned you can't