get_scheduled_charge
Retrieve a scheduled charge by ID, including its event timeline and linked Garu transactions. Note the BRL unit difference between charge (decimal) and transactions (centavos).
Instructions
Get a scheduled charge by ID, bundled with its event timeline and any linked Garu transactions. The response shape is { charge, events, transactions }. Unit caveat: charge.amount is decimal BRL (e.g. 297.50) but transactions[].value is centavos (BRL × 100, e.g. 29750). Convert before comparing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Scheduled charge ID, e.g. sch_abc123 |