latestOpenAPI 3.1.02026-08-1217210199.4 KB

1684e1dda9be

public-api

Create a PA status check

Create an asynchronous PA status check.

instant_only never falls back to standard processing. An ineligible or failed instant check becomes a failed operation. instant_preferred attempts instant processing first and permits standard fallback.

This contract-only stub currently returns 501 without creating a record.

post/pa-status

Request body

processing_method'instant_only' | 'instant_preferred' required

Requested processing policy. instant_only fails if instant processing cannot produce a result; instant_preferred permits standard fallback.

priorityinteger

Lower values indicate higher processing priority.

Example request

{
  "prescription": {
    "ndc": "00169-4505-14"
  }
}

Response

PA status check created; returns its current processing state.

status'success'
{"stackTrail":"components:schemas:CreatePaStatusSuccessResponse:properties:error","oasType":"schema","type":"unknown","title":"Error"}