#vartul_docs
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/1245430918852640850
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
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
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
req_A51VDycYB056ul
req_1UD0K5xEoUWHqk
This is the coupon code we tried to use:
https://dashboard.stripe.com/test/promotion_codes/promo_1PLl1eJYMOMTx4nTpi3IKbHv
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
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
Can you create another Checkout Session for that test customer and send me the URL so I can poke at it a bit?
Sure, its all in my local so let me create it and then I can share it with you. Give me 20min
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
Here's an example: https://docs.stripe.com/payments/checkout/discounts#create-a-coupon
If I do once ut will work?
It should, yes
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?
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?
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
Ok so the seller will get a lower amount?
Yes
Perfect, thanks