#jonathanhayuniverse_webhooks

1 messages ¡ Page 1 of 1 (latest)

signal furnaceBOT
#

👋 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/1333822209256591370

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

smoky nexus
#

By ephemeral account I mean the temporary merchant account when skipping choosing an account to connect during the oauth flow in test mode

iron jacinth
#

Hello there

#

Usually this would occur due to consuming the OAuth Token twice

#

Have you logged out the step where you are posting to https://connect.stripe.com/oauth/token ?

smoky nexus
#

This only occurs when we attempt to generate a temporary account, connecting an existing account does not present the same issue

#

I have attempted logged out and logged in

iron jacinth
#

Where do you see this error exactly? And can you share an Account ID that encountered the error?

smoky nexus
#

acct_16PZfKFl2IkhWESN

iron jacinth
#

That account ID looks to be the platform

#

Do you have the Connected Account ID?

#

Do you receive the account.application.authorized Event when this occurs?

smoky nexus
#

The error is coming from the rails stripe sdk when attempting to retrieve the account

iron jacinth
#

Do you have a request ID?

smoky nexus
#

The platform account does not receive an authorized event

iron jacinth
#

Okay I just tested on my end and it is working fine for me.

#

So unless you are doing something unique, it does appear this is something with your integration.

smoky nexus
#

You were able to test with this platform account? I don't see a new authorized event.

iron jacinth
#

To be clear, you are calling the Oauth.token endpoint using the Ruby SDK and that is when the error occurs?

#

No, not with your platform, with my own test account.

#

We would not be making requests on your account.

#

Can you test the flow and provide the full response headers that you get alongside the error?

#

It should contain a request ID

smoky nexus
#

sure