#AnaIva-connect
1 messages · Page 1 of 1 (latest)
It should just work if you use it in test mode I think, did you get any specific error message?
When I was trying to send stripe_account as a part of create payment intent, it was giving me error that account is not found, so I suspect it is because connected account is restricted
if it was because of being restricted then the error message would say that
So I was trying to create a new one with real like data, to make sure it is not the case
if it says "no such account" then it means something else like you didn't connect it properly or are using the wrong API keys
I assume you forgot to do this part: https://stripe.com/docs/connect/oauth-standard-accounts#token-request ?
Maybe I do not udderstand something, when I do not send a stripe_account as a header, everything works as expected. But fund are going to main account, so I was trying to add a header with stripe_account and send it there. But that does not work
But that does not work
could you give more information?
like the request ID req_xxx for the exact error you're getting? or the account ID acct_xxx of the account you're using for that parameter?
Give me few minutes
Exact error is: Entity is not found. But I am not sure if that is coming from
Can you please do not close this thread, I would like to debug something and come back to you
"Entity is not found" is not a Stripe error message no