#L0rdandBooz

1 messages ยท Page 1 of 1 (latest)

quaint acornBOT
haughty wing
swift kernel
#

yep one second!

#

I think this is it?

#

req_Te0tPyB5ofCS1f

haughty wing
#

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

swift kernel
#

Like the connected account ID?

#

const cardholder = await stripe.issuing.cardholders.retrieve(
connectAccountID,
{cardholderID,}
);

#

Something like this?

haughty wing
#

Nope, other way around. Look at the code snippet in the link I provided

swift kernel
#

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?

haughty wing
#

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

swift kernel
#

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!!

haughty wing
#

Happy we could get you pointed in the right direction ๐Ÿ™‚

swift kernel
#

You're a beast snufkin. A proper heroic fellow.