All remote jobs
Open role
Remote opportunity atVeriff

Senior Software Engineer (Trust)

Review the role, location requirements, compensation details, and application process before deciding whether this opportunity fits your next career move.

Published
27Listing views
3Application actions
13 Oct 2026Apply before
Opportunity details

About this role.

AI Summary

Veriff is seeking a Senior Software Engineer for its Trust team to build and operate backend services that validate identity data through government registries, national databases, and AML/sanctions providers. The role centers on Python-based, event-driven distributed systems, third-party API integrations, resilient service design, and transforming inconsistent external data into dependable verification results. The engineer will own production-critical services, participate in on-call response, improve observability and testing, and mentor teammates through engineering-quality practices. Domain exposure to identity verification, KYC/AML, GDPR, data residency, Kubernetes, and workflow systems is beneficial. This is a senior, reliability-focused backend role with substantial impact on Veriff's global country and data-source coverage.

Role DNA

A quick view of the complexity, pace, ownership and collaboration implied by the job description.

Job Complexity

5/5
EasyHard

Pace & Pressure

4/5
RelaxedFast-paced

Autonomy Level

5/5
GuidedFull ownership

Communication Load

4/5
IndependentCollaborative
AI insightThe role requires deep backend and distributed-systems expertise while operating critical integrations with unreliable external providers and handling sensitive regulated data. Senior ownership includes on-call response, architectural decisions, quality leadership, and cross-functional collaboration with Product, Compliance, and external providers.

Salary analysis

Estimated compensation compared with the broader US market for similar roles.

Estimated job medianMarket rate
$175,000
US market range$145k–$210k
AI insightNo actual salary, base-pay range, or other role compensation was disclosed in the posting. The figures are estimated annual USD US-market compensation for a senior backend/software engineer with distributed-systems, reliability, third-party integration, and regulated identity-data experience; actual pay may vary by hiring location and total-equity structure.

Core skills

Skills and capabilities most closely associated with this opportunity.

Sample interview questions
How would you design an integration with a government registry API that is slow, intermittently unavailable, and occasionally changes its response format?

I would isolate the provider behind a versioned adapter and normalize its responses into a stable internal domain model. The integration would use strict timeouts, bounded retries with exponential backoff and jitter, idempotency keys where supported, circuit breaking, and clear fallback or degradation behavior. I would add contract tests using captured provider payloads, schema-tolerance rules where appropriate, and provider-level metrics and alerts for latency, error rates, and parsing failures.

How do you ensure that a verification request is processed safely when messages may be delivered more than once?

I design consumers to be idempotent by assigning a durable request or event identifier and recording processing state in a transactional datastore. Before performing a side effect, the service checks whether the same operation has already completed or is in progress. I also use deduplication where available, make state transitions explicit, and ensure retries can resume safely without producing duplicate provider calls or inconsistent verification decisions.

Describe how you would model identity data from multiple countries with different formats and validation rules.

I would define a canonical domain model for common concepts such as identity attributes, source provenance, match confidence, verification status, and decision reason codes. Provider- and country-specific parsing and rules would remain in modular adapters or policy modules rather than leaking into the core model. This approach allows new integrations to be added predictably while preserving traceability from each normalized result back to the original source and rule set.

What would you include in observability for a production-critical identity verification service?

I would implement structured logs with correlation IDs, provider identifiers, non-sensitive error classifications, and decision outcomes while carefully avoiding unnecessary personal-data exposure. Core metrics would include request volume, success and failure rates, provider latency, retry counts, queue depth, circuit-breaker state, and end-to-end verification latency. I would pair dashboards and actionable alerts with runbooks, distributed tracing, and regular postmortem-driven improvements.

How would you work with Compliance and Product when a new country's data-residency requirements affect a planned integration?

I would involve both groups early to translate the regulatory requirement into concrete data-flow, storage, retention, access-control, and operational constraints. I would present technical options with their delivery, reliability, and risk trade-offs, document the agreed decision, and build compliance checks into the design and deployment process. Throughout delivery, I would communicate milestones and unresolved risks clearly so that launch scope and timelines remain realistic.

This analysis is generated from the job description. Salary estimates, role characteristics and sample answers are guidance, not employer-provided facts.

Beneath a simple yet elegant user interface lies a complex system of functionalities. Our AI-powered product uses advanced image recognition, facial verification, face recognition, facial anti-spoofing (liveness detection), and behavior analysis to make identity decisions. We help our partners build onboarding processes that ensure good people get things done and bad folks get stopped.

But knowing who someone is only gets you halfway. The next question is whether they can be trusted — and answering it means checking a person’s identity data against the authoritative sources that hold the truth. Every country does this differently: a different registry, a different database, a different set of rules about what can be checked and how.

To take our platform to the next level, we’re looking for a Senior Software Engineer to join the Trust team. This team builds and operates the services that validate a person’s identity data against country-specific authoritative sources — government registries, national databases, AML and sanctions screening — and turns that patchwork of very different upstreams into a single, dependable trust signal our customers can act on. Alongside sibling teams like Trust Registries and Trusted Documents, your work directly determines how many countries we can cover, how fast we can launch a new one, and how much our partners can rely on the answer we give them.

YOU’LL HELP US PROTECT HONEST PEOPLE ONLINE BY:

  • Designing, building, and operating Trust’s backend services — the integrations with external identity data sources and the validation logic on top of them — with a strong focus on reliability, scalability, and maintainability
  • Expanding our global coverage: onboarding new countries and data sources quickly, and building the abstractions that make the next integration cheaper than the last one instead of more expensive
  • Modelling messy, inconsistent upstream data into consistent, well-defined verification results — including the matching and validation rules that decide whether the data actually belongs to the person in front of us
  • Making our systems resilient to upstreams we don’t control — timeouts, retries and idempotency, backpressure, circuit breaking, graceful degradation, backwards-compatibility testing, SPOF elimination, and end-to-end monitoring of every provider we depend on
  • Handling sensitive personal data responsibly, with regional data residency and compliance requirements designed in from the start
  • Participating in on-call rotations, incident response, and postmortems to ensure our most critical checks stay healthy
  • Driving engineering quality through code reviews, CI practices, runbook documentation, and mentoring teammates

YOU ARE THE RIGHT FUTURE VERIFFIAN FOR THE JOB IF YOU HAVE:

  • 5+ years of experience building large-scale backend applications with Python, including event-driven and async architectures with message queues (e.g. SQS, RabbitMQ, or similar)
  • Hands-on experience integrating with third-party APIs at scale — and a healthy respect for what happens when they’re slow, flaky, undocumented, or quietly change their response format
  • Proven ownership of production-critical services — you understand what it means to be on-call and take reliability seriously
  • Deep experience designing for resilience in distributed systems: idempotency, retries, backpressure, timeouts, backwards compatibility
  • Strong data modelling instincts — you can turn heterogeneous, inconsistent external data into a clean domain model that holds up as the number of sources grows
  • Strong understanding of modular design approaches and SOLID principles
  • Hands-on experience building scalable, maintainable APIs
  • Proficiency in a range of testing strategies that ensure robust and reliable software, including testing against external dependencies you can’t fully control
  • Solid understanding of relational database fundamentals
  • Familiarity with structured logging and observability practices
  • Strong communication skills — you can clearly articulate technical ideas to engineers and non-engineers alike, and work comfortably with Product, Compliance, and external data providers

NICE TO HAVE

  • Experience with identity verification, KYC/AML, financial services, or government/registry integrationsExperience working under data privacy and regulatory constraints (GDPR, regional data residency)
  • Event-driven systems, workflow or orchestration engines, or Kubernetes

You can get familiar with our tech stack on StackShare.

Why Veriff?

We are the preferred identity verification platform partner for the world’s most innovative growth-driven organizations helping conveniently verify and safeguard users anywhere in the world. We support the broadest number of identity documents from nearly every country and territory in the world – and this is continually increasing! With a diverse team in the United States, United Kingdom, Spain, and Estonia, as well as robust backing and funding from investors including Accel, Alkeon, IVP, Tiger Capital, and Y Combinator, we’re dedicated to helping businesses and individuals build a safer and more secure world. We strive to be the benchmark for trust online, and we take pride in being a positive force.

When you join Team Veriff, we offer you the opportunity to have a real impact and advance your career, while looking after you along the way with a range of benefits designed with you in mind. Some of our favorites include…

  • Flexibility to work from home
  • Stock options that ensure your share in our success
  • Extra recharge days on top of your annual vacation
  • Extensive medical, dental, and vision insurance to ensure you’re feeling great physically and mentally
  • Learning and Development & Health and Sports budget that you are free to tailor to your own needs
  • Four weeks of fully paid sabbatical leave after reaching your 5th work anniversary

We are an Equal Opportunities employer committed to a diverse and representative team. Different opinions, perspectives and personalities push us forward. We want to hear from people who are passionate about their work and align with our values. Regardless of race, religion, color, national origin, gender, sexual orientation, age, marital status or disability. We also know the confidence gap and imposter syndrome can get in the way of meeting spectacular candidates – so rest assured, whoever you are, we want to hear from you!

Please take the time to read our Recruitment Privacy Notice, which explains how we collect and process your data for recruitment-related activities in accordance with applicable laws. Please read the information carefully. By submitting the application with the required information, you acknowledge that Veriff processes the information for recruitment purposes. Please be informed that in the final stage of the recruitment process, we may request that you undergo identity verification. For more information, please see Recruitment Privacy Notice.

#SPBTAL

#LI-Remote

Apply now >

This job listing has been manually reviewed by the Jobicy Trust & Safety Team for compliance with our posting guidelines, including verification of the company's legitimacy, accuracy of job details, clarity of remote work policy, and absence of misleading or fraudulent content.

Next step

Apply now.

Follow the employer’s application method and review Jobicy’s safety guidance before sharing personal information.

Did you apply?Let us know, and we’ll help you track your application.

Continue on the employer website

Protect your personal information and never pay to secure an interview or job offer. View safety guidance.

Log in to save
One quick step before you apply

Create your free account, then apply.

Build a more organized job search on Jobicy and continue to the employer's application when you're ready.

  • Never lose a promising opportunitySave roles and return to them from your dashboard.
  • See your entire search at a glanceTrack applications, stages and next steps in one place.
  • Get matched with relevant remote jobsChoose the alerts and digests that work for you.
Applying is free. The employer's application opens in a new tab.
Add alert
Jobs Talent AI Tools Salaries
Menu