calculate_neft_rtgs_imps_charges
Estimate NEFT, RTGS, IMPS, or UPI transfer costs using amount, account type, and online banking details. Get a charge breakdown with base charge, GST, and total.
Instructions
Calculate NEFT/RTGS/IMPS/UPI transaction charges.
Use when estimating bank transfer costs or comparing payment modes.
Args: transfer_mode: "NEFT", "RTGS", "IMPS", or "UPI" amount: Transfer amount in INR account_type: "savings" or "current" is_online: True if done via online banking
Returns: Charge breakdown with base charge, GST, and total.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | Transfer amount in INR | |
| is_online | No | True if done via online banking | |
| account_type | No | 'savings' or 'current' | savings |
| transfer_mode | Yes | NEFT, RTGS, IMPS, or UPI |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||