get_business_checking_listing
Get full detail on one specific business checking listing, including gotcha fees (business_deposit_fees, e.g. overdraft, NSF, dormancy) and feature narrative (business_deposit_account_features) not returned by query_business_checking's broad list results. Fees/features that apply to only one plan tier (e.g. a Standard/Plus/Premier ladder) are nested under that tier in plan_tiers[].fees / plan_tiers[].features; tier-agnostic ones are in the top-level general_fees / general_features. Use this as a follow-up after query_business_checking to dig deeper on one listing the caller already identified by its listing_slug.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| listing_slug | Yes | The listing's stable public identifier, as returned in query_business_checking results (e.g. 'found-business-checking'). Do not use an internal database id. |