#XanderTaylor-shared-keys

1 messages ยท Page 1 of 1 (latest)

jagged osprey
#

hello!

not an expert on Dashboard roles but AFAIK most likely no

I recommend checking with the support team at https://support.stripe.com/contact to confirm if a Dashboard role allows what you want

dry geyser
#

I think ... think... I might have just found something in the API core that might help me ... "events"

Sure it's not "https://dashboard.stripe.com/logs" ... but it might list enough info... going to quickly integrate that and see what I get. ๐Ÿ™‚

jagged osprey
#

yep that could help yes

also in your scenario, why not use Stripe Connect to integrate across your users?

looks like you're using the "copy paste API keys" approach which runs into security issues like the one you're running into w.r.t Dashboard access

dry geyser
#

It appears stripe connect is for "multiple party payments" ... which isn't the use case with us.

Our clients, enter their api credentials and that's it... the payment is between their clients and themselves. We don't get involved other than logging the transaction within our software for their records.

#

It appears the developer logs are NOT accessible via the API which sucks a bit, but I understand why.

I'll look at how to set up users and roles and work out a method / workflow from there ๐Ÿ˜„

jagged osprey
#

the payment is between their clients and themselves.
but that is exactly what Connect allows you to do though

#

it isn't just for multi party payments