New ReleaseImprovement
Run Link Within SAQ A and SAQ A-EP Scope
Link now runs on instances assessed at SAQ A or SAQ A-EP — you no longer need a SAQ-D environment to invoke protocols. Below SAQ-D, Link enforces the boundary that keeps your assessment scope small: invoke request bodies carrying a raw card number (PAN) are rejected with a422 validation error.
At SAQ-D and above, your protocol schema decides which attributes
legitimately carry card data. Admin routes are exempt at every level, so
backend mappings and protocol specs can keep example card numbers.The platform test-card policy applies on every instance: on the Test tier,
only known test cards pass; on the Production tier, test cards are rejected
while real card numbers flow as your protocol allows.New Release