#santosh-rana_api

1 messages ¡ Page 1 of 1 (latest)

azure edgeBOT
#

👋 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.

coarse sun
#

hi there!

primal quest
#

hi

coarse sun
#
  1. yes, promo code are customer facing, but not coupons
#
  1. 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
#
  1. I'm not sure chat you mean. can you give a concrete example?
primal quest
#

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 ?

coarse sun
#

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

primal quest
#

Ah great we will try that, any difference it makes in terms of User experience or other processes we need to be aware ?

coarse sun
#

I don't think there's anything special no.

primal quest
#

Any API function for gift vouchers as a payment method?

#

we are thinking using coupons as gift vouchers as we didnt saw any others

coarse sun
#

Any API function for gift vouchers as a payment method?
not really, except the customer balance

primal quest
#

Last one do we have success url like checkout session on invoice ?