#diane_best-practices

1 messages · Page 1 of 1 (latest)

quaint dustBOT
#

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

📝 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.

exotic wharf
#

I am fully aware the React native SDK statuses are different, but this is for me calling the backend to check the Stripe Statuses.

near ridge
#

👋 Hi there!

exotic wharf
#

Any idea why it adds the requires-input status instead of processing when user has submitted it?

#

The webhook immediately responds with requires input instead of processing

near ridge
#

Do you have an example of an event ID (or request ID) where you're seeing this?

quaint dustBOT
exotic wharf
#

vs_1SXJ0IADr3zAo1yXgUMnxYHo

formal timber
#

👋 taking over for my colleague. Let me catch up.

exotic wharf
#

That’s the session Id ive shared

formal timber
#

basically we don't guarantee the order of the webhook events you receive

#

but you can see the event's previous_attribute

#

to check what was the previous state

exotic wharf
#

As soon as it’s created it goes into requires input though? Is it because of it being in sandbox?

#

because requires input means - I would assume it needs more input/is an errror state

formal timber
#

it's normal to go to requires_input at first

exotic wharf
#

That makes sense, but it stays in requires input after submission

formal timber
exotic wharf
#

Yes

#

I’m using the react native SDK and on client it says flow completed but webhook isn’t triggered for processing

formal timber
#

oh it is triggered for processing

#

sorry I misunderstood your ask

#

so basically the verification session goes from requires_input to processing but then the processing fails which gets the vs back to a requires_input status

exotic wharf
#

Ah - probably because of sandbox then, thank you!