Test Claims in Sandbox
Testing claims in the sandbox is limited to the predefined data values but in production, you have the ability to submit test transactions through two methods:
- The first option is, send the value of '9496' as the
tradingPartnerServiceId
, this would allow for a claim submitted with live data to run through clearinghouse edits without being submitted to a payer. - The other option is, add a value of "usageIndicator":"T" to the claim; this would allow you to test against different Trading Partner Service IDs and any payer-specific edits they may have.
{
"controlNumber": "000000001",
"tradingPartnerServiceId": "9496",
"usageIndicator":"T",
"submitter": {
Updated 9 months ago