Get Deposit Balance
Perform Get Deposit Balance through Brightree.
brightree_get_deposit_balancereadbrightree
Inputs
- Deposit Key
deposit_keyexpressionOptional literal value or workflow expression.
Outputs
deposit_keyDeposit KeybalanceBalanceis_balancedIs BalancedreferenceReferencedescriptionDescriptionbrightree_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"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"error": {},
"balance": {},
"reference": {},
"deposit_key": {},
"description": {},
"is_balanced": {},
"brightree_url": {}
},
"additionalProperties": true
}