#firebom_lego
1 messages · Page 1 of 1 (latest)
hi! I think we already do that, there's an error code for if the provided documents indicate the person is underage. https://stripe.com/docs/identity/handle-verification-outcomes#event-error-codes:~:text=a manual review.-,under_supported_age,-Stripe doesn’t verify
This is set to age 13. Is there a way to make it higher for example 21.
no; but you could access the verification results and check the person's DOB and take your own action/rejection based on that
So could I use a web-hook to tell my website the customer age then it would confirm age on website?