#dandan43_api
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/1408500570766967078
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Stripe uses the MCC set on the account itself. Could you share what issue you're facing here?
the MCC code for the tx is our account MCC code, not the connected account MCC code
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.
How are you processing the payments for your connected account? Direct Charges, Destination Charges, or Separate Charges & Transfer?
paymentIntent.transfer_data = {
destination: school.stripeAccountId,
};```
we're setting the on_behalf_of and the transfer_data.destionation
I beleive that's destination charges
https://dashboard.stripe.com/logs/req_ijawb9VcxWoLDU is a Setup Intent, but not Payment Intent. It didn't have on_behalf_of set. That's why platform MCC code is used.
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
do we need to set the on_behalf_of on the setupintent then to get hte correct mcc code?
Yes! Without on_behalf_of set, the Setup Intent will use the mcc on the platform