#dandan43_api

1 messages ¡ Page 1 of 1 (latest)

modest harnessBOT
#

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

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

low onyx
#

Stripe uses the MCC set on the account itself. Could you share what issue you're facing here?

maiden violet
#

the MCC code for the tx is our account MCC code, not the connected account MCC code

low onyx
#

Is acct_1IF0PVC7t6MTuEUX the connected account or platform? This Setup Intent is created on acct_1IF0PVC7t6MTuEUX and the MCC on this account should be used.

maiden violet
#

it looks like its the platform

#

are we setting up paymentintents wrong then?

low onyx
maiden violet
#
    paymentIntent.transfer_data = {
      destination: school.stripeAccountId,
    };```
#

we're setting the on_behalf_of and the transfer_data.destionation

#

I beleive that's destination charges

low onyx
maiden violet
#

do we need to set the on_behalf_of on the setupintent then to get hte correct mcc code?

low onyx
#

Yes! Without on_behalf_of set, the Setup Intent will use the mcc on the platform