#Sam77

1 messages · Page 1 of 1 (latest)

safe quarryBOT
indigo depot
#

Hi there

wary grotto
#

Hi. Using PHP BTW

indigo depot
#

Don't believe we support negative line items for Checkout

#

Double checking but pretty sure that is the case

#

You would need to use a coupon

wary grotto
#

Yeah, I've already tried that, and it didn't like the negative.

#

Can I create a coupon or "promotion" on the fly? Because as I said, every amount will be different. Unless I can mass create 15,000 promotions in increments of a penny. Think of airline frequent flier mileage being credited

indigo depot
#

There are no limits to the amount of promo codes/coupons so yeah you can create as many as needed as long as you don't hit rate limits.

#

Sounds like you want to just create one right before redirecting to Checkout

wary grotto
#

That would be ideal. I can do that programmically? Obviously going onto the Stripe site to create one wouldn't work.

indigo depot
wary grotto
#

Great. Not sure how I missed that. All I saw was that you needed to create it on the dashboard. But yeah, this looks simple. I wonder though if I ttr to set a coupon for say $12.25, and then I try and set another one for the same amount a month later if I'll have issues. But I'll check it out. Thanks again.

indigo depot
#

Are you using Subscriptions?

wary grotto
#

No just simple checkouts. Online store.

indigo depot
#

But you charge that saved card later on then it sounds like?

#

Or are you just talking about re-using coupons

#

Wasn't exactly clear what you meant above, but mostly just let me know if I can help any further 🙂

wary grotto
#

No, one time charge upon entry and done. I don't think I'll ever re-use a coupon. Will just create an "amount_off" based on the customer's credit amount and do that every time someone orders something. It will always be a different amount. If that makes sense. Trying it out now.

indigo depot
#

Yep that makes sense and should work fine

wary grotto
#

Thank you again