Read Invoice Payment Page
Perform Read Invoice Payment Page through Brightree.
brightree_read_invoice_payment_pagereadbrightree
Inputs
- Deposit Key
deposit_keyexpressionOptional literal value or workflow expression.
- Receipt Key
receipt_keyexpressionOptional literal value or workflow expression.
- Invoice Key
invoice_keyexpressionOptional literal value or workflow expression.
Outputs
invoice_keyInvoice Keyinvoice_numberInvoice Numberpatient_namePatient Namedate_of_serviceDate Of ServicepayerPayertotal_balanceTotal Balancetotal_balance_amountTotal Balance Amountproc_linesProc Linesinsurance_tiersInsurance Tiersbrightree_urlBrightree UrlerrorError
Output schema completeness: best_effort_declared
Safety
- External effect
- read
- Confirmation recommended
- No
- Retry safe
- Yes
- Dry run supported
- No
Schemas
These schemas are first-pass authoring guidance. Runtime validation remains authoritative.
Input schema
{
"type": "object",
"properties": {
"deposit_key": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"invoice_key": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"receipt_key": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"error": {},
"payer": {},
"proc_lines": {},
"invoice_key": {},
"patient_name": {},
"brightree_url": {},
"total_balance": {},
"invoice_number": {},
"date_of_service": {},
"insurance_tiers": {},
"total_balance_amount": {}
},
"additionalProperties": true
}