How can I identify the ERA payment method using the Claim.MD API?

Prev Next

Question:
Is there any API method we can use to differentiate on our end whether the ERA payment was issued by check, ACH, EFT, or another payment type?

Answer:
Yes. The Claim.MD ERA API returns a field called payment_method that identifies how the payment associated with the ERA was issued.

When retrieving ERA data through the API, the payment_method value will contain a code that represents the payment type. The possible values include:

CodeDescription
ACHAutomated Clearing House (EFT)
BOPFinancial institution chooses payment method
CHKCheck
FWTFederal Reserve Wire Transfer
NONNon-payment data (informational remittance only)

Your integration can use this field to programmatically determine how the payment was issued when processing ERA responses.

Please Note

Please note that this field reflects the payment method used for that ERA. It does not necessarily indicate how a provider’s NPI is enrolled with the payer for future payments, only the method used for the payment associated with that ERA record.

For full technical details and the exact response structure, refer to the API documentation:
https://api.claim.md/#/paths/~1services~1eradata~1/post!c=200&ct=application/xml&path=result/payment_method&t=response

© Copyright CLAIM.MD

All Rights Reserved.