#maxv9161_unexpected
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/1443235211738611804
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
hey there ๐ looking into your question now
Hello Glo!
Thank you!
would you mind sharing a screenshot of what you see when you look at the list of disputes using the link you shared?
The empty dispute list:
the disputed Charge
PI Id: pi_3SXOxqFdCE6n8elI1ZLckw7T
dispute ID: du_1SXi8AFdCE6n8elIz5ZZe3ek
account id: acct_1Ro3aQCDHHyt9QdR
its a connected cusom account
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 ๐
Oh sorry, were not sure which channel is the correct one.
Thank you for checking!
that's ok! we help as much as we can, but we're more familiar with the API from a technical standpoint
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