calculate_neft_rtgs_imps_charges
Calculate transaction charges for NEFT, RTGS, IMPS, and UPI transfers based on amount, account type, and online status.
Instructions
Calculate NEFT/RTGS/IMPS/UPI transaction charges.
Use when estimating bank transfer costs or comparing payment modes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| transfer_mode | Yes | NEFT, RTGS, IMPS, or UPI | |
| amount | Yes | Transfer amount in INR | |
| account_type | No | 'savings' or 'current' | savings |
| is_online | No | True if done via online banking |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||