#kanohian_best-practices

1 messages ¡ Page 1 of 1 (latest)

bold frostBOT
#

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

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

opal craneBOT
#

Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

carmine spindle
#

Hello

#

Can you explain more what you mean if the discount isn't a coupon?

sterile wigeon
#

This discount is applied to one estimate by a sales specialist. When estimate is approved and the invoice generated, its associated checkout should show this discount to customer

#

the final result should be kind of a coupon, but without creating coupon in stripe

carmine spindle
#

Hmmm I don't really understand... you can't really have a discount shown on a Checkout Session without using a coupon.

#

Why would you not use a coupon here?

sterile wigeon
#

cause this discounts are calculated on-fly, per invoice and doing this could generate houndreds of individual coupons

carmine spindle
#

That is fine... there is no limit on coupons. You do this calculation before your redirect your customer to their Checkout Session for payment, right?

sterile wigeon
#

got it

#

thanks a lot my friend

carmine spindle
#

Sure thing

sterile wigeon
#

another question, if possible

#

is this a direct charge or a transfer charge ?

carmine spindle
#

Since you set transfer_data.destination

#

It also uses on_behalf_of

sterile wigeon
#

how sould be the config for direct charges in checkout ?

#

cause if I remove transfer_date, it saysyou can not perform direct charges without transfer data

carmine spindle
#

Why do you want to do that? This is an Express Connected Account so we highly don't recommend using Direct Charges. Using Destination Charges is the right way to go here.

sterile wigeon
#

thing is, disputes in one connected account can affect or even disable the Platform Account

carmine spindle
#

Hmm as far as I know that isn't any different with Direct Charges. But we don't know a ton about how disputes affect account enablement/disablement here.

#

Have you confirmed with our Support team that this would be different with Direct Charges?

sterile wigeon
#

how can I get in touch with them ?

carmine spindle
sterile wigeon
#

thanks