#L0rdandBooz
1 messages ยท Page 1 of 1 (latest)
Hi ๐
Can you share the request ID for the request that returns the DNE error?
Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
yep one second!
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
I think this is it?
req_Te0tPyB5ofCS1f
Yup, req_ does the trick, thanks!
Okay yeah that Cardholder belongs to a different account
You'll need to use the Stripe Account header to retrieve it
Like the connected account ID?
const cardholder = await stripe.issuing.cardholders.retrieve(
connectAccountID,
{cardholderID,}
);
Something like this?
Nope, other way around. Look at the code snippet in the link I provided
ohhhhh
Thank you!
So i'm not able to view cardholders that are made with other stripe connected accounts in my dashboard? Even if I'm the platform creating both?
Or is there a separate spot on the dashboard that I'm supposed to look at?
If you create them directly on the Connect Account they don't belong to your account so no they exist on the Connect Account
You can check the Connect tab in your dashboard and see some data on the Connect Account
But I haven't tested that with Treasury yet
Yeah I'm looking at the relevant connect account but don't see a spot to view the cardholders
Am I just blind or is that expected?
Oh I figured it out
I had to view the dashboard as the connected account then I could view the cardholders
Thank you so much!!
Happy we could get you pointed in the right direction ๐
You're a beast snufkin. A proper heroic fellow.