#dragonfriedeggs - promo codes

1 messages · Page 1 of 1 (latest)

opal mist
#

hey there, what kind of payments are you collecting?

#

(one time, subscription etc)

spiral mason
#

its for a 1 time transaction

#

specifically, its $100 preorder, and the discount is for another $100 off when the purchase the actual product

opal mist
#

Currently the payment intents API does not support this directly. You may refer to Stripe promo codes, but you'll need to implement the details fo the discount in your application logic to reduce the future payment amount by $100

spiral mason
#

ok.
our sales teams doesnt create the invoice until after a consultation tho. can i store the discount & promo code in stripe to be get filtered out by our sales (non dev) team?

#

so they can charge them the correct discounts

opal mist
#

That's up to you! You may want to keep this in your own systems, though, rather than adding calls to Stripe here

spiral mason
#

ah i see. ok. i think i can figure it from here. thank you synthrider

opal mist
#

NP!