#some1ataplace

1 messages · Page 1 of 1 (latest)

steady doveBOT
#

Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

hushed quail
#

Hi, have you tried this?

#

I do not think that is possible, no.

red rune
#

no, i have not tried

hushed quail
#

I recommend trying to confirm but I do not think you can.

red rune
#

Yea, maybe. This is what AI says:

If you create a promotion code (PromotionCode) that is associated with a Coupon for a fixed amount (let's say $20) and then a customer applies this promotion code to a product that costs less than the coupon amount (let's say $15):

  1. Stripe would apply the promo code to the order, reducing the order total to $0.
  2. The remaining amount ($5 in this case) would not carry over to any future purchases. In most configurations, the extra value is lost or "absorbed".

As for the reusability of the promo code: by default, a promotion code can be used multiple times unless explicitly configured otherwise during its creation. However, if the code was for a discount of a specific amount (like our $20 example), each subsequent usage would still only discount by the same $20; it does not remember or consider any leftover amount from a previous transaction.

If you want to make a code that can hold a value and be used across multiple purchases, Stripe doesn't support this out of the box. You would need to build your own system to track the initial value, decrease it every time it's used, and handle cases when the remaining value is less than the product price.

hushed quail
#

You'd need to track the amount on your end, and create a credit note.

red rune
#

Wow interesting, never heard of that before

#

how does someone go about redeeming a promo code? Is it like a pre-paid card that you can refilll?

hushed quail
#

I do not know what you mean by 'how does someone go about redeeming a promo code? Is it like a pre-paid card that you can refilll?'

#

Are you referring to the Credit notes?

red rune
#

like a tank of gas to fill it back up again

#

can i use a promo code in that manner?

hushed quail
#

Are you referring to authorizing a card, and the charging an amount later?

#

It's not directly related to the above questions though

red rune
#

interesting

#

what about something like this

hushed quail
#

Are you asking if we take prepaid cards?

red rune
#

if i can make one using your api somehow

#

and give it to people to use and fill back up again

hushed quail
red rune
#

oh yea, i think i tried that before but i wanted to do something like gift cards and it didn't quite work out how i envisioned

hushed quail
#

You'd need to sign up first

#

I see

red rune
#

so i used promo codes instead that others could give to people

hushed quail
#

In this case, I think Credit notes would be best then

red rune
#

ok cool thanks