#maxv9161_unexpected

1 messages ยท Page 1 of 1 (latest)

patent umbraBOT
#

๐Ÿ‘‹ 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/1443235211738611804

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

scarlet onyx
#

hey there ๐Ÿ‘‹ looking into your question now

young lodge
#

Hello Glo!
Thank you!

scarlet onyx
#

would you mind sharing a screenshot of what you see when you look at the list of disputes using the link you shared?

young lodge
#

The empty dispute list:

#

the disputed Charge

#

PI Id: pi_3SXOxqFdCE6n8elI1ZLckw7T
dispute ID: du_1SXi8AFdCE6n8elIz5ZZe3ek
account id: acct_1Ro3aQCDHHyt9QdR

#

its a connected cusom account

scarlet onyx
#

thanks! this does look a little strange - we're not dashboard experts in this channel, so you might need to open a case with our support team, but I'm still checking to see if we can help here ๐Ÿ™‚

young lodge
#

Oh sorry, were not sure which channel is the correct one.
Thank you for checking!

scarlet onyx
#

that's ok! we help as much as we can, but we're more familiar with the API from a technical standpoint

patent umbraBOT
young lodge
#

emm this is the session API that I use,
const accountSession = await stripe.accountSessions.create({
account: '{{CONNECTED_ACCOUNT_ID}}',
components: {
disputes_list: {
enabled: true,
features: {
refund_management: true,
dispute_management: true,
capture_payments: true,
destination_on_behalf_of_charge_management: false,
},
},
},
});

#

for the embedded list

sick berry
#

hi there, taking over this thread as my colleague needs to step away. can you try setting destination_on_behalf_of_charge_management to true? it looks like your request is a destination w/ on_behalf_of charge

young lodge
#

hi, trying

#

ah yes, wow, so simple. THank you!!!