Skip to content

Era

An Electronic Remittance Advice (ERA) type

Fields

ach_check_number · String! · required · The ACH or check number for the payment
external_era_id · String! · required · The ID of the ERA in the remote system
id · ID! · required · The unique identifier of the ERA
member_id · String! · required · The ID of the member
member_name · String! · required · The name of the member
paid_date · ISO8601DateTime! · required · The date the payment was made
payer_id · String! · required · The contact information for the payer
payer_name · String! · required · The name of the payer
pcn · String! · required · The PCN (Processor Control Number)
service_lines · [EraServiceLine!]! · required · The service lines for the claim

Used By

Definition

"""
An Electronic Remittance Advice (ERA) type
"""
type Era {
"""
The ACH or check number for the payment
"""
ach_check_number: String!
"""
The ID of the ERA in the remote system
"""
external_era_id: String!
"""
The unique identifier of the ERA
"""
id: ID!
"""
The ID of the member
"""
member_id: String!
"""
The name of the member
"""
member_name: String!
"""
The date the payment was made
"""
paid_date: ISO8601DateTime!
"""
The contact information for the payer
"""
payer_id: String!
"""
The name of the payer
"""
payer_name: String!
"""
The PCN (Processor Control Number)
"""
pcn: String!
"""
The service lines for the claim
"""
service_lines: [EraServiceLine!]!
}