Compliance
A Connection node calls Socure mid-decision with the credentials your own contract issued. Whatever comes back is data the rest of the flow can read, branch on, and keep in the decision's trace.
What a flow can call
/api/3.0/EmailAuthScoreThe main ID+ call. The endpoint name is legacy — the modules array is what decides the work.
/api/3.0/EmailAuthScoreSanctions, enforcement, PEP and adverse-media screening.
/api/3.0/transaction?referenceId=$data.socure_reference_idReplays a completed transaction by the referenceId the original call returned.
/api/3.0/reasoncodesEvery reason code and its meaning. Worth calling once to build a local lookup so a decline reason renders as words rather than as R185 — adverse-action notices need the words.
/api/5.0/documents/requestPredictive DocV — starts a session where the applicant photographs an ID and a selfie.
Provider documentation: https://developer.socure.com/reference
Where it sits in the decision
The call runs where the policy needs it — after the cheap checks that might make it unnecessary, before the rules that depend on it. Calls that do not depend on each other run together rather than in sequence.
Because it is part of the run, the response is part of the record. When someone asks why an applicant was declined months later, what Socure returned at the time is in the trace, not re-fetched from a service whose answer has since changed.
Ready when you are
Build the flow in Sandbox, connect your account, and watch the decision pull what it needs before it answers.