The first JSON API for NCPDP pharmacy claims. Submit B1, reverse B2, check E1 eligibility — all with a single POST request.
$ curl -X POST starlight.claims/api/v1/submit -H "X-API-Key: sk_live_..." -d '{ "transaction_type": "B1", ... }' { "status": "Paid", "auth_number": "029401" }
Submit new pharmacy claims for real-time adjudication. Patient, insurance, prescription — all as JSON.
Learn more →B2Reverse previously submitted claims. Handle returns, corrections, and rebill workflows.
Learn more →E1Verify pharmacy benefit eligibility. Commercial, Medicare Part D, and Medicare Part A/B.
Learn more →