Program 03 · Domain specialisation

SCIKIQ Certified Data and AI EngineerCards & Payments

Payments is two systems wearing one name. One is a real-time path where an answer is required in well under a second and a model has no business being. The other is everything around it — disputes, merchant risk, reconciliation, scheme rules — which is document-heavy, slow and almost entirely manual. Knowing which is which is most of the engineering judgement here.

  • 80 hrstaught
  • 40hands-on AI labs
  • 8assessment tests
  • +20 hrs2 E2E capstones
PCI scopeCard data that must never reach a model, a log or a trace
Sub-secondThe authorisation path, where inference does not belong
Scheme rulesA rulebook corpus governing every dispute outcome
False declinesThe cost line that is larger than the fraud it prevents
01
Part 1 · The business

The value chain, the people, the trends

Money moves in milliseconds and the arguments about it take months. Part 1 maps both halves and names the people who work in each.

The payments value chain

Six stages from onboarding to interchange. Select one.

Who you are building for

The fraud analyst and the disputes team are fighting the same losses from opposite ends. Select one to light the stages they own.

What the sector is seeing

A real-time business whose slow half is where the automation opportunity actually sits.

02
Part 2 · Data and meaning

Domains, ontology, taxonomy and governed terms

The architecture has an unusual shape: a hot path you must stay off, and a cold estate where everything interesting lives. The first design decision is drawing that line and keeping card data on the correct side of it.

The data landscape

Six families. The first must be tokenised before it touches anything downstream.

Authorisation messages

Real-time request and response traffic, including card data.

ISO 8583 / ISO 20022 switches

Clearing & settlement

Scheme clearing files, settlement positions, fees and funding.

Scheme files, settlement engines

Merchant & cardholder

Onboarding records, KYB and KYC evidence, limits and status.

Boarding systems, KYC platforms

Disputes

Cases, reason codes, evidence, representments and outcomes.

Dispute management systems

Scheme rules

Rulebooks, bulletins, compliance programmes and interchange tables.

Scheme publications

Fraud & risk

Scores, rule outcomes, case history and confirmed fraud markers.

Fraud platforms, case systems

The semantic layer

A payments agent that cannot tell a cardholder from an account, or a dispute from a chargeback stage, will produce answers that are procedurally wrong even when they are factually right. These are the domains, the graph and the definitions it must be grounded on — and one entity it must never hold.

Data domains

Six subject areas, each with the entities it holds, its critical data elements and the function accountable for it.

Cardholder & account

Who is paying, and the credential they pay with.

CardholderAccountCard tokenDevice token
Critical data elements
Account identifier; Token reference; Product type
Owned by
Issuing

Merchant

Who is being paid, and what they said they sell.

MerchantOutletMerchant categoryTerminal
Critical data elements
Merchant identifier; Merchant category code; Declared model
Owned by
Acquiring

Transaction

The authorisation and everything that follows it.

AuthorisationCleared transactionSettlementRefund
Critical data elements
Amount and currency; Authorisation code; Transaction identifier
Owned by
Processing

Dispute

The argument about a transaction, and the stages it moves through.

DisputeChargebackRepresentmentArbitration
Critical data elements
Reason code; Stage deadline; Disputed amount
Owned by
Disputes operations

Scheme rules

The published rules that decide every outcome above.

RuleBulletinCompliance programmeInterchange rate
Critical data elements
Rule reference; Effective date; Qualification criteria
Owned by
Scheme compliance

Risk

Fraud, exposure and the decisions taken against them.

Risk scoreRule outcomeConfirmed fraudCase
Critical data elements
Score; Decision; Fraud marker date
Owned by
Risk

Ontology & knowledge graph

The entities and the typed relationships between them — what the agent traverses instead of guessing joins. Select any entity.

CardholderAccountCard tokenMerchantOutletAuthorisationCleared transactionSettlementDisputeReason codeScheme ruleConfirmed fraud
Core entityEventReference / classification

Taxonomies

The classification hierarchies that make records comparable across systems.

Dispute lifecycle

  1. Stage
  2. Action
  3. Deadline

Chargeback → Representment → 45 calendar days

Merchant classification

  1. Sector
  2. Category code
  3. Risk band

Travel → 4722 → High risk

Decline taxonomy

  1. Class
  2. Reason
  3. Recoverable

Risk → Suspected fraud → Recoverable with step-up

Governed business terms

The definitions an agent must use rather than invent. Most wrong answers in this industry are a term used loosely.

PAN
The primary account number. It is the one entity in this model that must never reach a model, a log or a trace.
Token
The surrogate that replaces the PAN so downstream systems stay out of PCI scope.
Authorisation vs clearing
Authorisation is the real-time decision; clearing is the later presentment for settlement. They routinely differ in amount.
Reason code
The scheme code stating why a dispute was raised, and therefore exactly what evidence a representment must contain.
Representment
The response to a chargeback, presenting evidence the transaction was valid.
Interchange qualification
Whether a transaction met the criteria for the expected rate; failure is a downgrade.
False decline
A legitimate transaction refused by risk controls — often a larger cost than the fraud avoided.
Confirmed fraud
A transaction later marked fraudulent. It arrives weeks after the event, which is why labels are always partly missing.
03
Part 2 · The architecture

How it is actually built

The layers a deployment needs, what each one holds, and what the engineer owns there.

The reference architecture

Seven layers, with PCI scope and the authorisation latency budget both drawn explicitly.

Typical tech stack

Models
  • Frontier models for rulebook reasoning
  • Small models for case triage
  • Pattern models on cleared data
Grounding
  • Scheme rulebook and bulletin index
  • Dispute case precedent
  • Transaction knowledge graph
Agents
  • Representment assembly agents
  • MCP over dispute and settlement systems
  • Merchant review agents
Data
  • Tokenisation at the boundary
  • Scheme format normalisation
  • Reconciliation key derivation
Assurance
  • PCI scope testing
  • Win-rate measurement
  • Decision explainability
Runtime
  • Off the authorisation path by design
  • Deadline-aware scheduling
  • Segregated card-data zone

Constraints that shape the design

Card data must stay out of scope

A primary account number in a prompt, a log or a trace expands PCI scope to your whole platform. Tokenise at the boundary and design as though the raw value does not exist.

Authorisation is not your path

The real-time decision has a budget measured in tens of milliseconds. Anything a model contributes here must be pre-computed, not inferred at request time.

Scheme deadlines are absolute

Dispute stages expire on scheme calendars. A representment that is right and late is a loss, so deadline awareness is a first-class scheduling requirement.

Declines are decisions about people

A false decline is a customer told no at a checkout. Explainability is not a compliance nicety here; it is the difference between a fixable rule and an unexplained loss.

04
Part 3 · Getting it done

Where the business and the technology meet

Notice where these use cases are not: on the authorisation path. Everything valuable here sits in the slow half of the business, which is also the half nobody automated.

Use cases, mapped to the chain and the architecture

Filter by stage or by earned autonomy. Selecting a use case jumps the value chain and the architecture to the stage and layer it depends on.

Value chain stage
Autonomy earned
12 use cases

The delivery playbook

How a payments deployment actually runs.

01

Week 1 — draw the PCI line

Establish where tokenisation happens and prove nothing downstream holds a primary account number. Doing this late means re-architecting rather than adjusting.

02

Week 2 — agree what stays off the authorisation path

Write down explicitly that no agent participates in the real-time decision. This is the commitment that keeps the project deployable.

03

Weeks 3-6 — start with the rulebook

Reason-code interpretation delivers value quickly, touches no card data and builds the citation discipline representment assembly will depend on.

04

Weeks 7-9 — take on representment with deadlines modelled

Build assembly against real scheme deadlines from the first day, because a pipeline that is fast on average and late on the tail loses cases.

05

Weeks 10-12 — scope evidence, win rate and handover

Evidence that card data never entered model context, measure win rate against a baseline, then hand over runbook and scope-testing suite.

The curriculum

8 modules, 80 taught hours, 40 hands-on labs and 8 assessments — every lab provisioned and graded by the SCIKIQ Agentic AI Playground. Open a module to see its labs.

01The SCDAI delivery model in paymentsLanding in a business with a real-time half you must stay out of.10 hrs · 5 labs
Delivery mandateHot path vs cold estateValue sizing on declines and disputesStakeholder mapPCI awarenessThin-slice scoping
01
Decision selectionScore four payments decisions on value, latency and PCI scope.
02
Value sizingSize a false decline, a lost dispute and a settlement break.
03
Scope auditMap where card data flows and where it must stop.
04
Stakeholder mapMap fraud, disputes, merchant risk, settlement and product.
05
Thin sliceScope a rulebook slice that touches no card data at all.
Assessment 01 — Operating model & scope25 items · 35 min · pass 70%
02Payments data foundationsAuthorisation, clearing, settlement, disputes and the rulebooks over all of them.10 hrs · 5 labs
Authorisation message formatsClearing and settlement filesTokenisationDispute case dataRulebook corporaReconciliation keys
01
Message parsingParse authorisation messages and tokenise card data at the boundary.
02
Scheme normalisationNormalise two scheme clearing formats into one model.
03
Reconciliation keysDerive keys that survive across authorisation and clearing.
04
Case ingestionIngest dispute cases with reason code and deadline preserved.
05
Rulebook ingestionIngest a rulebook with section and effective date preserved.
Assessment 02 — Payments data landscape25 items · 35 min · pass 70%
03Context engineering under PCI scopeThe module where you learn what may never appear in a prompt.10 hrs · 5 labs
Field scopingToken handlingStructured outputsUncertaintyRefusal on card dataContext budget
01
Field scopingBuild context from tokenised fields only and prove the scope.
02
Leak testingAttempt to elicit a card number and prove it is unreachable.
03
Structured findingsEmit dispute findings as a typed, validated structure.
04
RefusalMake the agent refuse a request that would require card data.
05
Context budgetCut context cost on a high-volume case triage agent.
Assessment 03 — Context engineering & PCI25 items · 35 min · pass 70%
04Grounding on scheme rulesThe corpus that decides every dispute outcome, and that changes by bulletin.10 hrs · 5 labs
Rule retrievalBulletin change trackingEffective datingCase precedentCitationsRetrieval evals
01
Rule retrievalAnswer a reason-code question citing rule and section.
02
Effective datingReturn the rule version operative on the transaction date.
03
Bulletin trackingDetect what a bulletin changed and which rules it touched.
04
Citation contractCite rule, section and effective date on every answer.
05
Retrieval evalsBuild a specialist-labelled rule question set and measure accuracy.
Assessment 04 — Retrieval & grounding25 items · 40 min · pass 70%
05Dispute and risk agent designEvidence assembly against a deadline, and pattern work on late labels.10 hrs · 5 labs
Workflow vs agentDeadline-aware orchestrationEvidence assemblyLate-label learningExplainabilityEscalation
01
Representment agentAssemble an evidence pack against the rule requirement.
02
Deadline awarenessSchedule work so scheme deadlines are never missed on the tail.
03
Late labelsHandle confirmed-fraud labels that arrive weeks after the event.
04
ExplainabilityExplain a decline cohort in terms a product manager can act on.
05
EscalationDefine when a case must go to a specialist and prove it does.
Assessment 05 — Agent design for disputes & risk25 items · 40 min · pass 70%
06Integrating with case, settlement and scheme systemsRead widely, write only into the case record, and never into the switch.10 hrs · 5 labs
MCP over case and settlement systemsScheme file handlingWrite-backLatency isolationIdentityError handling
01
MCP over casesExpose dispute case lookups as typed read tools.
02
Settlement readsQuery settlement positions within their own permission model.
03
Case write-backAttach an assembled pack to a case under a traceable identity.
04
Latency isolationProve no agent component sits on the authorisation path.
05
IdentityBind agent access to portfolio and role entitlements.
Assessment 06 — Systems integration25 items · 35 min · pass 70%
07PCI, fairness and securityThe module that decides whether this is allowed near cardholder data at all.10 hrs · 5 labs
PCI DSS scopeTokenisation architectureDecline fairnessOWASP LLM Top 10Injection via merchant contentIncident response
01
Scope proofEvidence that card data cannot reach model, log or trace.
02
Tokenisation designArchitect tokenisation so downstream systems stay out of scope.
03
Fairness reviewTest decline explanations for systematic disparity across cohorts.
04
Injection defenceDefend against instructions embedded in merchant site content.
05
Red teamRun an OWASP LLM Top 10 pass over the representment pipeline.
Assessment 07 — PCI, fairness & security30 items · 45 min · pass 70%
08Production, win rate and cost per caseFiling faster is not the outcome. Winning cases that should be won is.10 hrs · 5 labs
Eval suitesWin-rate measurementDriftDeadline complianceCost per caseHandover
01
Eval gateGate deployment on rule-answer accuracy regression.
02
Win-rate studyMeasure representment win rate against a pre-agent baseline.
03
Drift watchDetect drift after a scheme rule release.
04
Cost per caseMeasure and reduce cost per dispute handled.
05
HandoverProduce runbook, PCI scope evidence and win-rate baseline.
Assessment 08 — Production & outcomes30 items · 45 min · pass 70%

Two capstones — 20 hours

End-to-end agent design, development, deployment and testing, 10 hours each. Reviewed by a Senior SCDAI Engineer against a published rubric.

Capstone A — Representment assembly agent

Build an agent that reads a dispute, determines what the operative scheme rule requires, assembles the available evidence and drafts the representment — citing rule, section and effective date, never missing a scheme deadline, and with a measured win rate against a pre-agent baseline.

Capstone B — Decline cohort explainer

Build an offline agent that explains a false-decline cohort in terms of the rules that produced it and quantifies the cost of each, operating entirely on tokenised data with evidence that no primary account number reached the model, the logs or the traces.

What you deliver, and how it is marked
  • A running agent, deployed on the program's target stack, reachable by a reviewer.
  • An architecture note: boundaries, tools, autonomy level and the trade-offs you took.
  • A versioned eval set with a baseline and your final scores.
  • A trace walkthrough of one success and one deliberate failure.
  • Cost per task, measured — not estimated.
  • A runbook and rollback path a client team could operate on Monday.
Problem fit15%Is this a decision worth automating, scoped to a defensible boundary?
Architecture20%Right pattern for the constraints; autonomy earned, not assumed.
Grounding & accuracy20%Measured groundedness against the eval set, with the failures named.
Safety & compliance20%Domain controls actually enforced, and demonstrably so.
Operability15%Traces, runbook, rollback, cost — could someone else run this?
Communication10%Can a client executive follow the reasoning in ten minutes?

One lab, start to finish

Every lab in this program follows the shape below. This is lab 05 in full — the brief you are given, the environment that is provisioned for you, the code you start from and the assertions that decide whether you passed.

Module 05 · Dispute and risk agent design

Representment against the operative rule

Assemble a chargeback response that cites the rule version in force on the transaction date.

The brief

You are given 200 disputes with reason codes, the transaction and evidence available for each, and a scheme rulebook with three bulletin revisions across the period. Assemble the representment for each: what the operative rule required, which evidence satisfies it, and what is missing. Answering from the current rulebook rather than the one in force is the failure this lab catches.

Provisioned for you
  • 200 disputes across 9 reason codes
  • Rulebook with 3 dated bulletin revisions
  • Evidence store: receipts, delivery proof, AVS results
  • Labelled key: outcome per dispute
You start from this
def representment(dispute, rulebook, evidence):
    """Assemble the response for one dispute.

    The operative rule is the version in force on the TRANSACTION date,
    not today's. Bulletins move requirements; answering from the current
    text loses cases that were winnable.
    """
    rule = rulebook.operative(dispute.reason_code, dispute.transaction_date)
    # match required evidence to what exists; state plainly what does not
    raise NotImplementedError
What the grader asserts
  1. Every response cites rule, section and the effective date in force on the transaction date
  2. No response is assembled from a rulebook revision published after the transaction
  3. Missing evidence is reported explicitly rather than the response being submitted incomplete
  4. No dispute is assembled past its scheme stage deadline
  5. No card number appears in any prompt, log or trace produced by the run

Pass barZero responses citing a superseded or future rule revision, zero missed deadlines, and zero card numbers anywhere in the captured traces.

StretchAdd a second pass that ranks the open disputes by recoverable value against likelihood, so a team with limited hours works them in the order that pays.

05
Assessment

Assessed, not attended

Every module ends with a timed, randomised assessment delivered through the SCIKIQ Agentic AI Playground. The certificate requires a pass on all of them plus two reviewed capstones.

Assessment blueprint

What each test covers, how long it runs, and how many items are currently in the versioned bank behind it.

#Assessment & coverageItemsTimeIn bank
01Operating model & scopeDelivery mandateHot vs cold pathValue sizingPCI scope2535 min3
02Payments data landscapeMessage formatsClearing and settlementTokenisationRulebooks2535 min2
03Context engineering & PCIField scopingToken handlingRefusalStructured outputs2535 min2
04Retrieval & groundingRule retrievalEffective datingBulletinsRetrieval metrics2540 min2
05Agent design for disputes & riskEvidence assemblyDeadlinesLate labelsExplainability2540 min2
06Systems integrationMCP designSettlement dataWrite-back safetyLatency isolation2535 min2
07PCI, fairness & securityPCI scopeTokenisationFairnessLLM security3045 min2
08Production & outcomesEval gatingWin rateDeadline complianceEconomics3045 min2
Single best answerOne defensible option among plausible distractors drawn from real field mistakes.
Scenario judgementA client situation with constraints; you pick the action a Senior SCDAI Engineer would take.
Architecture selectionGiven non-functional requirements, choose the pattern and justify the trade-off.
Failure diagnosisA trace, an eval report or a cost curve — identify the root cause.
  • Each module ends with a timed assessment; the program certificate requires a pass on every one.
  • Items are drawn at random from a versioned bank, so no two learners sit an identical paper.
  • Pass mark is 70%. Two retakes are included, each with a fresh draw.
  • Scenario items carry double weight — they are the ones that predict field performance.
  • Capstones are reviewed against a published rubric by a Senior SCDAI Engineer, not auto-graded.

Try four questions from the bank

Real items, drawn from 17 in this program's bank — weighted toward the scenario and diagnosis types, because those are the ones that predict field performance. Instant feedback, nothing saved.

Four sample items — one attempt each, then the reasoning is shown.

Q1A processor asks you to put a model in the authorisation path. What is your answer?

The real-time decision has no room for inference. The engineering judgement in this sector is knowing which half of the business you are in.

Q2A primary account number appears in an application log. What is the consequence?

Scope follows the data. One PAN in a log pulls the log store, its backups and its consumers into the assessment, which is why the boundary is architectural.

Q3An agent is asked a question that would require the full card number. What should it do?

Refusal is the only correct behaviour. Retrieving the value at all, even without displaying it, places the retrieval path in scope.

Q4A reason code question is answered from the latest rulebook revision. The transaction is eight months old. What is wrong?

Requirements move with bulletins. Applying today’s requirement retrospectively produces a representment that fails on evidence nobody was ever asked to keep.

06
Career & outcomes

What this makes you, and where it goes next

The same ladder whichever specialisation you enter through — what changes is the domain you go deep in. Below: how the program is delivered, the skills it moves, the roles it leads to, and the specialisations closest to this one.

Available two ways

The same labs, assessments and capstones, delivered to an enterprise cohort or to individual professionals.

B2B

Direct to enterprise

Cohorts of 20 to 2,000+ on your own tenancy, with your data patterns and your cloud. Skill-gap baselining up front, per-team mastery reporting throughout, and capstones scoped against your real backlog so the output is deployable work.

  • Private cohort on your tenancy
  • Baseline skills assessment before kick-off
  • Capstones scoped to your backlog
  • Per-team mastery dashboards for L&D
  • Optional Senior SCDAI Engineer architecture reviews
B2C

Direct to individual professionals

The same labs, assessments and capstones for individual engineers and analysts, run on shared infrastructure with a fixed cohort calendar. You leave with a graded portfolio, not a certificate of attendance.

  • Fixed-date cohorts, self-paced within them
  • Same graded labs and item bank
  • Portfolio-ready capstones you own
  • Certificate on a pass in every module
  • Community and office-hours access

Skill matrix

Find your row and aim one column right. The Playground scores you against this after every module.

SkillBeginnerIntermediateAdvanced
Payments domain fluencyKnows the parties.Maps the chain from authorisation to interchange.Sizes decline, dispute and break value credibly.
Scope engineeringAware of PCI.Designs tokenisation so downstream stays out of scope.Evidences that card data cannot reach model, log or trace.
Rule intelligenceRetrieves a rule.Returns the version operative on the transaction date.Runs rulebook retrieval with measured, specialist-labelled accuracy.
Context engineeringWrites clear prompts.Structures retrieval, tools and state deliberately.Designs context strategy for reliability and cost at scale.
Retrieval & groundingBuilds basic vector search.Tunes chunking, hybrid search and reranking.Designs graph + vector grounding with measured recall.
Agent orchestrationRuns a single tool-calling agent.Builds supervised multi-step and multi-agent flows.Designs autonomy boundaries and failure containment.
Tool & system integrationCalls a documented API.Writes an MCP server over a system of record.Designs a least-privilege tool estate across systems.
EvaluationEyeballs outputs.Builds labelled eval sets and regression gates.Runs online evals with drift and judge calibration.
Observability & costReads logs.Traces runs, tracks tokens and latency.Owns cost per task and capacity planning in production.
Security & guardrailsAdds output filters.Mitigates the OWASP LLM Top 10 in a build.Threat-models an agent estate and proves controls.
Client deliveryTakes notes in a workshop.Runs discovery and scopes a thin slice.Owns the account technically, from scope to handover.

Where it takes you

The SCDAI ladder is the same whichever specialisation you enter through — what changes is the domain you go deep in.

01
Data and AI EngineerEntry
Python, LLM APIs, first RAG build, prompt and context basics.
02
Associate Data and AI EngineerPractitioner
Client-facing discovery, tool integration, agent build under supervision.
03
SCIKIQ Certified Data and AI EngineerSpecialist
Owns a deployment end to end — scoping, build, evals, handover.
04
Senior Data and AI Engineer / Domain LeadSenior
Multi-agent architecture, regulated deployments, reference patterns for the practice.
05
AI Architect / Practice LeadLeadership
Portfolio of accounts, delivery standards, hiring and capability strategy.
Terms worth knowing
PCI DSS
The card industry security standard; its scope is what makes card data architecturally special.
PAN
Primary Account Number — the card number, and the thing that must never reach a model.
Tokenisation
Replacing a card number with a surrogate so downstream systems stay out of scope.
Interchange
The fee passed between acquirer and issuer, whose rate depends on qualification.
Reason code
The scheme code stating why a dispute was raised, and therefore what evidence is required.
Representment
The response to a chargeback, presenting evidence that the transaction was valid.
False decline
A legitimate transaction refused by risk controls, and often the largest hidden cost.
Transaction laundering
Processing for a business other than the one that was boarded.
SCDAI
SCIKIQ Certified Data and AI Engineer — the credential this program awards.
SCDAI engineer
An engineer embedded with the customer who turns their constraints into a working system.
Thin slice
The narrowest end-to-end path through a workflow that still produces business value.
Agentic RAG
Retrieval where the agent decides when, what and how often to retrieve.
MCP
Model Context Protocol — open standard connecting an agent to tools and data.
A2A
Agent2Agent — protocol for agent-to-agent delegation across vendors.
Eval set
A labelled, versioned set of cases an agent must pass before release.
LLM-as-judge
Using a model to score outputs, calibrated periodically against human ratings.
Guardrail
An enforced constraint on an input, output or action — not a prompt request.
Human-in-the-loop
A required human approval step before a consequential action executes.
Cost per task
Total token, tool and compute cost of one completed unit of work — the engineer's unit economic.
Golden path
The reference architecture a practice standardises on so deployments stay reviewable.
Handover
The point at which the client can operate, evaluate and change the system without the engineer.

Related programs

Skill a team, or join a cohort

B2B cohorts run on your tenancy with capstones scoped to your backlog. B2C cohorts run on a fixed calendar.

Talk to us
07
Enrolling

What you need, what you get, and what it costs

Stated plainly enough to rule yourself in or out without a sales call: the prerequisites, how the program runs, exactly what the credential is worth, and the questions everyone asks.

Before you start

Stated plainly so you can rule yourself in or out without a sales call. Nothing here is a formal qualification — it is what the first lab assumes you can already do.

Technical

You should already be able to do these

  • Comfortable in Python: functions, typing, virtual environments, reading a stack trace
  • Have called an LLM API and handled a structured response
  • Git, the command line, and reading someone else’s code without panic

Domain

What we assume, and what we teach

  • Know roughly what happens between tapping a card and a merchant being paid
  • Comfort with the idea that some data may never enter your system at all

Time and access

What the program asks of your week

  • A machine that can run a browser and a terminal — labs run in the Playground, not locally
  • Roughly 8 hours a week for the taught weeks, plus 20 hours for the two capstones

How it runs

Cohort dates and pricing are confirmed on enquiry rather than printed here, because both move with the intake.

Format
Self-paced within a fixed cohort window, delivered in the SCIKIQ Agentic AI Playground
Taught hours
80 hours across 8 modules
Capstones
20 hours — two end-to-end builds, reviewed not auto-graded
Typical duration
10–12 weeks at around 8 hours a week
Level
Intermediate → Advanced
Built for
Engineers and analysts deploying AI across issuing, acquiring and payment processing
Next cohorts
— confirmed on enquiry
Pricing
— confirmed on enquiry

The credential

The credential is awarded per specialisation, so it names the domain or stack you were assessed in rather than claiming general competence. On this program the badge reads SCDAI — Cards & Payments.

How it is earned

  • A pass at 70% or above on every module assessment — not an average across them
  • Both capstones reviewed against the published rubric by a Senior SCDAI Engineer
  • All labs submitted and machine-graded green
Awarded as
A verifiable digital badge with a public credential record
Valid for
Two years from award
Recertification
One current-year assessment plus a refreshed capstone
Retakes
Two included per assessment, each with a fresh item draw
Named specialisation
The badge states the domain or stack, e.g. SCDAI — Healthcare
Verification
Third parties confirm a holder from the credential record, no login required

A certificate that cannot be checked is decoration. Every award resolves to a record showing the specialisation, the award date and the assessments passed.

The certificate you leave with

This is the credential the program awards, shown exactly as it is issued — with the specialisation named, the assessment record attached and a verification link anyone can check without an account.

SCIKIQ Data Academy Certificate of Professional Certification

This is to certify that

Your name

has been assessed and certified as

SCIKIQ Certified Data and AI Engineer

Cards & Payments

Specialisation
Cards & Payments
Assessments passed
8 of 8, each at 70% or above
Labs graded
40 of 40 machine-graded green
Capstones reviewed
2, against the published rubric
Taught hours
80 across 8 modules, plus 20 capstone hours
AwardedOn completion
Valid untilTwo years from award
Credential IDSCDAI-CARDS-PAYMEN-<issued>
Senior SCDAI Engineer, Certification Board
  1. 01
    The specialisation is on the certificate

    Not “Data and AI Engineer” but the domain or stack you were actually assessed in. A general claim would be a weaker one.

  2. 02
    The assessment record travels with it

    Modules passed, labs graded and both capstones reviewed — so the credential states what was measured rather than that you attended.

  3. 03
    Anyone can verify it, without a login

    The credential ID resolves to a public record showing the specialisation, the award date and the assessments passed.

Share it on LinkedIn

Add it to your LinkedIn profile in one step. The link pre-fills the certification fields from the credential record, so the entry on your profile matches the record a reader can check.

Add to LinkedIn profile The button is live on your real certificate; here it opens LinkedIn pre-filled with this specialisation so you can see exactly what the profile entry will say.

A certificate that cannot be checked is decoration. Every award resolves to a record showing the specialisation, the award date and the assessments passed.

Questions we get asked

The objections that come up in every conversation about this program, answered without the brochure voice.

Is this a course or a certification?

Both, and the second is the point. Eight timed assessments and two reviewed capstones stand between you and the credential, so a pass means someone measured the skill rather than recorded your attendance.

How is it self-paced without falling apart?

Every lab is provisioned, graded and unblocked by the Playground rather than by an instructor. That is what lets a cohort of 2,000 cost the same faculty time as a cohort of 20 — and why you are never waiting on someone to mark your work.

What if I fail an assessment?

Two retakes are included per assessment, each drawing a fresh item set from the bank, so a retake is a genuinely new paper rather than the same questions again.

Do I need my own cloud account?

For the domain specialisations, no — labs run in provisioned sandboxes. For the four tech-stack programs you will want access to that platform, since deploying into a real subscription is much of the point.

Can we run this privately for our team?

Yes. B2B cohorts run on your own tenancy with your data patterns, a skills baseline before kick-off, per-team mastery reporting, and capstones scoped against your actual backlog so the output is deployable work rather than an exercise.

Which specialisation should I take?

Take the domain you deploy into. If you move across industries, take a tech-stack program instead and pick up domain context on the engagement. The chooser on the programs page will narrow it.

How current is the material?

The trends, platform capabilities and regulatory positions are reviewed each quarter, and every external claim on these pages links to its source so you can check the date yourself.

What do I actually leave with?

A graded portfolio: forty machine-graded labs, two reviewed end-to-end agent builds with measured evaluation and cost per task, and a verifiable credential naming your specialisation.

Still deciding?

Tell us the systems you deploy into and we will say plainly whether this specialisation is the right one — or which of the 21 is.

Talk to us