#yogeshwari

1 messages · Page 1 of 1 (latest)

rich agateBOT
jade basin
#

Hi
Coupon's ONCE option is for Subscription/recurring payments

cobalt wharf
#

I want to create one promotion code for single time use per user with specific product/plan

jade basin
#

i want to use this promotion code for one time per user so can can we do that?
I think you can't restrcit a coupon by customer while you can restrict a coupon usage by customers using max_redemptions

#

double checking..

cobalt wharf
#

So why stripe provide ONCE in Duration ?
and How exaclty it work can you give me with example?

jade basin
#

I think we already answered you today couple of time regarding this question.

#

We actually don't support that currently

#

Please don't keep asking the same question, we already monitoring all users questions.

cobalt wharf
#

Is there any difference between "customer's first invoice" & Subscription update?

jade basin
#

What is the context here, could you please clarify ?

cobalt wharf
#

Actually while existing user purchase another plan then we call stripe subscription update API PHP with 'promotion_code' with promotion code ID but while on Stripe invoice page why show me Coupon instead of promotion code?

#

Because i am totally confused between coupon & promotion code so thats why am I asking.

rich agateBOT
bitter zodiac
#

A PromotionCode is an object used to make it easier to apply a coupon. You use both of them. The coupon describes the actual discount the customer will have ; the PromotionCode is a 'wrapper' that lets you have a user-facing code that is accepted in frontends like Checkout and automatically apply the coupon.