#bmizerany1234

1 messages · Page 1 of 1 (latest)

dawn marlinBOT
late mortar
#

Hi there, OAuth won't return you an API key, are you refering to the clientSecret?

silent sphinx
#

Hi! I "figured" it out. I was charging ahead and clicking "Skip this form." for login since I was in Test Mode. That caused Stripe to give me a false positive. I got a an access token that would return an seemingly random account ID with /v1/account. When I use my pass and do not "skip this form" I get the accountID I would expect.

#

It returns an API key for sure

#

access.account.parent.id=acct_1KWUkxCdYGloJaDM access.account.id=acct_1KWUkxCdYGloJaDM access.key=sk_test_***********************************************************************************************dR8D

#

My problem is fixed, but I still would love to know why "Skip this form" results in getting an API key for some "random" account.

#

oh

#

once connected, I use my secret key?

#

yup thank you for help

#

access_token
Deprecated
Use the Stripe-Account header with your platform’s secret key (that can make requests on behalf of this Stripe account).

late mortar
#

Thanks for the waiting. Yes you should use Stripe-Account to make API call on behalf of the connected account

silent sphinx
#

makes sense thank you

#

makes things way easier too