Hi, I know native KYC integration is still on the roadmap (referencing this thread). In the meantime I already have manual document verification working via a custom Attachment attribute + admin review.
What I need is the gating logic: how can I hook into the listing submission / application flow to check a vendor/user attribute value (e.g. verification_status == verified) and redirect unverified users to a notice/verification page if it’s not set?
Is there a documented hook (hivepress/v1/models/... or template override) for this, or does it require overriding a controller method? A pointer to the right hook name would be enough — I can build the conditional logic myself.