#raizapp_72606
1 messages · Page 1 of 1 (latest)
👋 happy to help
this is for connected accounts
@high forge please use this thread for your subsquent messages
Not sure if anyone has any hint on what I could be doing wrong
would you mind sharing the request ID?
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
req_tOd8rvdJqrZbnE?t=1706526023
and the one with your live mode keys?
It doesn't return a request log id
all i got back was
{
"error": {
"message": "The provided key 'sk_test_***********************************************************************************************e0uh' does not have access to account 'sk_live_****' (or that account does not exist). Application access may have been revoked.",
"type": "invalid_request_error",
"code": "account_invalid",
"doc_url": "https://stripe.com/docs/error-codes/account-invalid"
}
}
are you passing the sk_live_xxx as the Stripe-Account header?
yeah.. or is that meant to just be the bearer token?
and i just pass the account_id as the parameter?
yes correct
you're not using a Stripe SDK?
i'm yet to setup the Stripe SDK
Just literally finished creating the account and submitting the documents
if you're using a Stripe SDK you wouldn't need to worry about the baseURL
let me know if you need any more help