#kashi3029
1 messages · Page 1 of 1 (latest)
Hi there!
Are you a end user trying to buy something on Stripe, or are you a merchant building their Stripe integration?
I want to give funtinality to buy gift card to user and they can share with that gift card with there frnd
I am implimenting stripe in my website
And what can they do with that gift card? Buy products form your own website?
no by usign gift card they can buy subsctirption on my website using that gift card that much amout will be deducted from subscription amount
Sure, you can do something like this with Stripe. For example by giving Promo Code to people who buy your gift cards: https://stripe.com/docs/api/promotion_codes
But how can buy or how can deduct money for that user exmple I buy 1 gift card 200%$ doller that means it should deduct that mush money now my frnd will use that gift card it shoud created that mush amout in that user stripe cretdit
You would create a promotion code for $200. Then use that promo code when the user create their own Subscription.