#dragonfriedeggs - promo codes
1 messages · Page 1 of 1 (latest)
its for a 1 time transaction
specifically, its $100 preorder, and the discount is for another $100 off when the purchase the actual product
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
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
That's up to you! You may want to keep this in your own systems, though, rather than adding calls to Stripe here
ah i see. ok. i think i can figure it from here. thank you synthrider
NP!