#yogeshwari
1 messages · Page 1 of 1 (latest)
Hi
Coupon's ONCE option is for Subscription/recurring payments
I want to create one promotion code for single time use per user with specific product/plan
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 usingmax_redemptions
double checking..
So why stripe provide ONCE in Duration ?
and How exaclty it work can you give me with example?
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.
Is there any difference between "customer's first invoice" & Subscription update?
What is the context here, could you please clarify ?
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.
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.