#daniele-de-benedetto_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/1278723925316206724
đ 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.
- daniele-de-benedetto_api, 6 hours ago, 10 messages
You have to use the dashboard for this
there is a plan to have it via API ?
also in the dashboard i see the document ID collected but i'm not able to have it in the hooks, is it correct ?
Not sure. I can feature request it for you though. No guarantees on if it'll ever be implemented though
You're referring to webhooks?
many thanks, will be very nice if it can be implemented, we rely a lot on this, thanks
yes webhooks
Yeah I don't think there's a webhook event for the blocklist
no sorry, i mean, if it is possible to have the api to add the identity in the blocklist
the second thing is different
i'm receiving the verification success webhook but inside the payload i don't see the documentId but is present in the dashboard
Which webhook event are you referring to?
Can you share a sample event id so I can take a look?
evt_1Pt8yOG0HkO3ZPnp5wdl5frw
Yeah you can see the docs for the verificationsession object here: https://docs.stripe.com/api/identity/verification_sessions/object
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
document id isn't a param
but i see in the verified_outputs that htere is the id_number
but i didn't receive the verified_outputs in the webhook
It shows as expandable in the docs: https://docs.stripe.com/api/identity/verification_sessions/object#identity_verification_session_object-verified_outputs
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
So I think you'd need to retrieve the verification session and expand it to see any of the data in there
ok so for each hook i need to call the api and expand it ? right ?
that's true for any expandable fields