Route Adjudication Request

Routes an NCPDP B1 (claim) or B2 (claim reversal) transaction to RxIQ Enterprise for adjudication. The request must be a standard NCPDP transaction encoded in Base64.

Prerequisites: IP whitelisting and a dedicated API Key are required. Contact your RxSense Account Manager before using this endpoint.

NCPDP transaction format (before Base64 encoding): <length-4><header-5><NCPDP data> — where <length> is a 4-byte, zero-padded ASCII numeric field representing the total byte count of <header> + <NCPDP data>, and <header> is a 5-byte field returned as-is in the response for request/response matching.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Request body for the Route Adjudication Request endpoint.

string | null

NCPDP B1 (claim) or B2 (claim reversal) transaction encoded in Base64 format. Before encoding, the transaction should follow the format: <length-4><header-5><NCPDP data>.

Headers
string
required

Unique API key provided by RxSense. A dedicated key is required for this endpoint — contact your RxSense Account Manager.

Responses

401

Unauthorized - Invalid or expired access token

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json