#waqas ahmad

1 messages · Page 1 of 1 (latest)

vernal sparrowBOT
urban canyon
spare fjord
#

Can I fetch coupon by code not promotions_code?

urban canyon
spare fjord
#

This is coupon I create using stripe dashboard. I want to valid coupon using name as highlight in image not auto-generated Id.

plush violet
#

if you're only using the Coupon API and not PromotionCodes, then no, you need to save the 'name' in your database along with the id, and then when a customer enters the name in your webform, check with your database if it matches with the coupon.