Get deposit status
get_deposit_statusCheck the current status of a deposit by providing its ID. Use this tool to verify if a Pix payment has been completed or is still pending.
Instructions
Read a deposit's status (read-only). Requires scope wallet_read. This MCP cannot create deposits (that is the SDK, F3).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deposit_id | Yes | Deposit id (or sandbox_… in test mode). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| type | Yes | ||
| status | Yes | ||
| sandbox | Yes | ||
| terminal | Yes | Derived from the terminal status set. | |
| created_at | Yes | ||
| updated_at | Yes | ||
| amount_cents | Yes | ||
| rejection_reasons | Yes | Provider reason codes when refused/held; [] when not refused. |