Integrate seamless Fastag recharge services for all major banks. Offer instant toll payment recharges with fixed commissions on every transaction.
We support Fastag recharge for all major banks and providers in India
Powerful features designed for seamless Fastag integration
Fastag recharges are processed within seconds with 99.9% success rate
Bank-grade security with end-to-end encryption for all transactions
Earn fixed commission on every Fastag recharge transaction
Simple REST API with comprehensive documentation and SDKs
Get your commissions settled daily to your bank account
Dedicated technical support team available round the clock
Comprehensive solutions for Fastag recharge management
Automatically identify Fastag provider from vehicle number without customer input
Access complete recharge and toll transaction history with detailed reports
Set up automatic alerts for low Fastag balance notifications
Generate and send digital receipts immediately after recharge
Comprehensive guide to integrate our Fastag recharge API
POST https://a1topup.com/api/v1/fastag/recharge
Parameter | Type | Required | Description |
---|---|---|---|
api_key | String | Yes | Your unique API key |
vehicle_number | String | Yes | Vehicle registration number |
fastag_id | String | Yes | Fastag ID or vehicle number |
amount | Number | Yes | Recharge amount (min: ₹100) |
provider | String | No | Fastag provider code (auto-detected if not provided) |
{
"api_key": "your_api_key_here",
"vehicle_number": "TS09AB1234",
"fastag_id": "1234567890123456",
"amount": 500,
"provider": "ICICI"
}
{
"status": "success",
"transaction_id": "TXN123456789",
"message": "Fastag recharge successful",
"amount": 500,
"commission": 15.00,
"balance": 9542.50,
"receipt_url": "https://api.a1topup.com/receipt/TXN123456789"
}
POST https://a1topup.com/api/v1/fastag/balance
Parameter | Type | Required | Description |
---|---|---|---|
api_key | String | Yes | Your unique API key |
fastag_id | String | Yes | Fastag ID or vehicle number |
provider | String | No | Fastag provider code (auto-detected if not provided) |
{
"api_key": "your_api_key_here",
"fastag_id": "1234567890123456",
"provider": "ICICI"
}
{
"status": "success",
"fastag_id": "1234567890123456",
"vehicle_number": "TS09AB1234",
"provider": "ICICI Bank",
"current_balance": 645.50,
"status": "Active",
"last_recharge": "2024-01-15 14:30:45",
"last_recharge_amount": 500
}
Error Code | Message | Description |
---|---|---|
1301 | Invalid Fastag ID | The provided Fastag ID is invalid |
1302 | Invalid vehicle number | The vehicle number format is incorrect |
1303 | Invalid amount | Recharge amount is below minimum limit (₹100) |
1304 | Fastag system down | The Fastag provider's system is temporarily unavailable |
1305 | Fastag inactive | The Fastag is inactive or blocked |
{
"status": "error",
"error_code": "1301",
"message": "Invalid Fastag ID",
"fastag_id": "1234567890123456"
}
Choose the plan that works best for your business
Sign up today and get your API keys to start integrating Fastag recharge services.