Organizations often run an existing SFTP-based vendor integration alongside a new API integration during system transitions. The following FAQs explain how ERA retrieval, claim submission, identifiers, and API key management work when multiple systems share the same Claim.MD account.
Can an SFTP vendor and an API integration both retrieve ERAs from the same account?
Yes, both can operate at the same time.
API ERA downloads do not affect SFTP-delivered ERA files.
Each method works independently:
SFTP vendor continues receiving ERA files as usual
API system can also retrieve the same ERAs
No ERAs are removed or blocked by API retrieval
How can an API integration start retrieving ERAs without pulling full history?
Use one of the following approaches to set a starting point:
Option 1: Claim.MD Web Portal
Open a recent ERA
Hover over the check number
Copy the
view=######valueUse that as the starting
ERAID
Option 2: API
eralistwith date filterUse
ReceivedAfterDateto limit resultsSelect an ERAID from the returned list
After initial setup:
Store
last_eraidPass it in the next
eralistrequestOnly ERAs with a higher ERAID will be returned
This enables incremental ERA retrieval going forward
API docs: https://api.claim.md
Endpoint:
eralist
Can two systems submit claims during a cutover on the same account?
Yes, both systems can submit claims independently
Each submission is treated as a unique claim with its own response
Claim.MD does not flag duplicates based on submitting system alone
Important considerations:
Payers may still deny or flag duplicate services (same patient/date/CPT)
ERAs will include claims from both systems without separation
A clear cutover date is strongly recommended to avoid overlap
Reference: https://docs.claim.md/docs/how-to-use-two-software-systems-with-the-same-claimmd-account
Is remote_chgid returned on ERA/835 service lines?
In most cases, yes:
The payer returns the submitted
remote_chgidon the matching 835 line
However:
Some payers may not return it consistently
It should not be the only matching method used
Recommended fallback matching:
Claim ID
CPT/procedure codes
Service line/charge details
References:
Can the API key be rotated without affecting an SFTP vendor?
API key rotation is supported, but requires coordination
Key points:
SFTP itself is not directly impacted
Vendors may still rely on the API key for other functions (e.g., eligibility)
Claim.MD supports one API key per account
Rotating the key replaces the existing credential
Before rotating:
Confirm whether any vendor or system uses the API key
Update all affected systems immediately after rotation