transactionId
to retrieve autogenerated CMS-1500 Claim Form PDFs for submitted 837P professional claims.
- Call this endpoint with the
transactionId
path parameter set to the claim’s transaction ID. This ID is included in the transaction processed event for the claim, which you can receive automatically through Stedi webhooks. You can also retrieve this ID through the Poll Transactions endpoint or from the transaction’s details page within Stedi. - The endpoint returns the PDF data as a base64 encoded string.
.pdf
extension.
Authorizations
A Stedi API Key for authentication.
Path Parameters
A unique identifier for the processed claim within Stedi. This ID is included in the transaction processed event for the claim, which you can receive automatically through Stedi webhooks. You can also retrieve this ID through the Poll Transactions endpoint or from the transaction's details page within Stedi.
Query Parameters
If false, the generated PDF will only contain the form data on a white background, suitable for printing on pre-printed forms. The default is true.
Response
GetPDF1500 200 response
A base64 encoded string of the CMS-1500 Claim Form PDF. To render the PDF, you must decode the base64 string and save it to a file with a .pdf
extension.