#vartul_docs

1 messages ¡ Page 1 of 1 (latest)

gusty scrollBOT
#

👋 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/1245430918852640850

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

hasty root
#

Can you locate an error you're getting when trying to pass a Coupon? Specifically a Request ID would be best.

Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request

analog mist
#

req_A51VDycYB056ul
req_1UD0K5xEoUWHqk

#

And basically on the hosted page it keeps saying coupon code invalid.

#

While when we use the same coupon code without stripe connect and just stripe hosted checkout it works fine

hasty root
#

Can you create another Checkout Session for that test customer and send me the URL so I can poke at it a bit?

analog mist
#

Sure, its all in my local so let me create it and then I can share it with you. Give me 20min

hasty root
#

Oh! I'm sorry hold on. This isn't a Subscription. This is a one-time payment. You need to specify once instead of forever on the duration parameter when you create the Coupon

analog mist
#

If I do once ut will work?

hasty root
#

It should, yes

analog mist
#

Also, how does it work in terms of does the seller receive less money or it is discounted from the app fees?

#

Also, is there a way to restrict the discount to app fee only?

hasty root
#

I don't understand the question

#

Can you rephrase?

analog mist
#

So in stripe connect the idea is the payment is between the seller and buyer and we (the company) only takes an app fee correct?

#

So if we apply a coupon code from the buyer side, will the seller receive a lower amount?

#

Or can we ony apply the discount to app fee?

hasty root
#

You can't discount an Application Fee, so the discount would apply to the total paid to the seller and you would still get whatever amount you specific for the Application Fee

analog mist
#

Ok so the seller will get a lower amount?

prisma elmBOT
hasty root
#

Yes

analog mist
#

Perfect, thanks