#MarkoBoras

1 messages · Page 1 of 1 (latest)

bright geodeBOT
dusty yew
wise beacon
#

const promotionCodes = await stripe.promotionCodes.list({
code: 'xxx'});

#

like this?

dusty yew
#

Yep, should return all the promo_xxx objects that have that code

#

Then you can determine if valid from that

wise beacon
#

tnx