Skip to documentation
Brightree integration

Read Invoice Payment Page

Perform Read Invoice Payment Page through Brightree.

View as Markdown
brightree_read_invoice_payment_page
readbrightree

Inputs

  • deposit_key
    expression
    Deposit Key

    Optional literal value or workflow expression.

  • receipt_key
    expression
    Receipt Key

    Optional literal value or workflow expression.

  • invoice_key
    expression
    Invoice Key

    Optional literal value or workflow expression.

Outputs

  • invoice_keyInvoice Key
  • invoice_numberInvoice Number
  • patient_namePatient Name
  • date_of_serviceDate Of Service
  • payerPayer
  • total_balanceTotal Balance
  • total_balance_amountTotal Balance Amount
  • proc_linesProc Lines
  • insurance_tiersInsurance Tiers
  • brightree_urlBrightree Url
  • errorError

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
}
View all Brightree actions