# Paytm API **Provider:** Paytm **Category:** payments **Base URL:** `https://paytm.com` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 100 req/s (production) **Free Tier:** No **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://paytm.com/business/payments/developers ## Description Access to the details of the APIs you need to work with to take payments on your app/website using Paytm Wallet and for handling operational issues related to payments (eg: refunds, transaction status ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://paytm.com/` | See documentation for endpoint reference | ## Authentication See documentation for authentication details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://paytm.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Major Indian payment gateway. Transaction fees: 1.99% (cards) + GST. UPI: free or minimal fee. Monthly fee: none for standard. Custom for enterprise. --- *Source: [API Map](https://apimap.dev/apis/paytm/) — CC BY 4.0*