#santosh-rana_api
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1239546796045238343
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
hi there!
hi
- yes, promo code are customer facing, but not coupons
- correct, users can only enter one coupon in the Checkout Session. if you want more, that's something that you would have to build yourself outside of Checkout Session
- I'm not sure chat you mean. can you give a concrete example?
For the third one can we use customer balance in the stripe checkout session ? What I mean is if we know the customer has an existing credit balance and wants to use in the next checkout
so if I have both promo codes and coupons how can I use them as I can't pass 2 lines of discount only one can be passed via api ?
For the third one can we use customer balance in the stripe checkout session ? What I mean is if we know the customer has an existing credit balance and wants to use in the next checkout
it should work if you use the Checkout Session in subscription mode. but not in payment mode.
but I recommend doing some tests in test mode to see how this works
Ah great we will try that, any difference it makes in terms of User experience or other processes we need to be aware ?
I don't think there's anything special no.
Any API function for gift vouchers as a payment method?
we are thinking using coupons as gift vouchers as we didnt saw any others
Any API function for gift vouchers as a payment method?
not really, except the customer balance
Last one do we have success url like checkout session on invoice ?