sherweb_billing_charge_details
Look up full charge details by charge ID, using any date to select the correct billing period when needed.
Instructions
Get the full detail of one charge by its ID. Sherweb returns charges only as a billing-period collection, so this reads the period and selects the matching charge.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Any date inside the desired billing period, format yyyy-MM-dd (UTC). Defaults to today. E.g. 2026-03-17 returns the period containing March 17. Use this when the charge falls outside the current period. | |
| chargeId | Yes | The unique charge ID to look up |