#mad-dog_api
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1374073480101761125
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi ๐
Can you share an API request ID that shows this error? It will start with req_
Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
The account ID you shared is a sandbox Connect Account
The account you are trying to create an account link for belongs to acct_1P0ncoBlS0X1H1vO. The account attempting to generate the account link is acct_1ROroYQpERdYUCGO. They have to be the same account
Both account creation and account link creation should happen on your platform accout
You do not need to provide the Stripe Account header
on the backend, it only uses the stripe secrect key
how do solve this issue?
is the stripe secret key mismatch with account?
hey hum i need your help!
Hey there, I'm in another thread will get to you shortly.
still waiting..
Hi there, you'll need to use the API keys associated with the Platform account that acct_1RP7GIPmJ7zAmr2A is connected to. In this case, the Platform account is acct_1P0ncoBlS0X1H1vO as my colleague pointed out.
where i check the account id and api key?
i dont see any of the account is associate with acct_1RP7GIPmJ7zAmr2A
for this to work, do i need a live account? or sandbox account is good enough for testing onboarding
i need help, is any other member available to help?
You can test onboarding with the sandbox or in test mode.
This doc will tell you all you need to know about the Stripe API Keys and how to find them [0]
The account you should be looking for the API keys for is acct_1P0ncoBlS0X1H1vO
this is all my account
there's no matching
i just created a Tesing account for connect, and test,
changing the secret api key, still not working
Please provide the request ID
anyone can help?
hi, please help me with this!
I'm taking a look, but please be patient. We work with multiple folks at once here.
i spent so much time on this
Okay based on the request ID you shared above it looks like you are mixing up API keys and accounts.
yea, i think so too
how about this, let me close up all the account, and just keep one for clearity
guild me how to delete these account
Sure you can close accounts by going to your Dashboard at https://dashboard.stripe.com/settings/account
The other option instead of closing your accounts is to check your API key that you are using in your integration against your Dashboard
And then ensure you are using the same API key across your integration and run a new end-to-end test.
Check your integration an ensure you are using the API key from that remaining account
can i share screenshot with you?
with api keys on, its ok, i will rotate later, but i need this to be figured
You are going to need to be more specific for me to help. What doesnt' work? Is there an error? Did you test again? Do you have a new request ID you can share?
Okay so same issue. So next step is to go create a new Connected Account using the API Key of the remaining account you are using.
No, I'd suggest doing this via the API like you are going to do when you onboard a user.
I assume you are building an onboarding process here for your users?
yea right
how do i do this?
https://docs.stripe.com/connect/express-accounts are our docs for onboarding Express accounts, which is what it looks like you are working with.
You would follow those steps.
If you have specific questions then I'm happy to help, but we can't write your code for you.
im not asking you to write code
right now, new user cannot onboard...
due to account and secret key not working properly right?
We already determined why it is not working -- due to the mismatch, yes. So now you need to run a new end-to-end test using the singular key. So that this all occurs on the same account.
so everyone has to do this step for testing stripe connect?
Yes, you have to create a test account first. You don't have to use real details when you onboard it though.
for the test account? is it not done on stripe dashboard?
If you want to do it via the Dashboard then you go to your Connected accounts section: https://dashboard.stripe.com/test/connect/accounts and use the Create button. But if you are building an integration here why would you not do it via the API to test your integration end-to-end?
I'm building an integration.
I want to create a testing account on stripe dashboard, using that api key for integration
for future new user onboarding, it would use the api key for onboard to connected with the testing account
is this wrong?
You already have a platform test account. Now you want to create Express Connected Accounts using your platform API key.
Yeah
ok, now i have this connected account
the api key for new onboard should work as expected right?
I'd assume so, if you used the platform account corresponding with the correct API Key
after the I have the connected account created with the api key
what if user previously onboard with stripe
You are going to need to be more specific.
let say, this user(lol@gamil.com) onboard with stripe on platform 1
then he come to platform 2, and do stripe onboarding
Ah, if you want to onboard a user that already has a Stripe Account then you need to use the OAuth flow: https://docs.stripe.com/connect/oauth-standard-accounts
This can only be done with Standard Accounts though.
With Express Accounts they are isolated to each platform.
So a user could have multiple Express Accounts with different platforms.
They can use the same email for that.
You need to be able to figure this out yourself. Load it in your platform Dashboard and it will tell you on that page what type of account it is
acct_1Q6uIAPecxcaVGCh (lol@gamil.com) is linked to another platform via stripe.
if this (lol@gamil.com) come to our platform, can he connect with us with express connect?
the answer is yes right
Yes they would create a new Express Account to connect to your platform