# Phonepe API **Provider:** Phonepe **Category:** ai **Base URL:** `https://developer.phonepe.com` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** Not officially published **Free Tier:** No **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://developer.phonepe.com/docs ## Description PhonePe provides a cashless and seamless payment experience to customers. PhonePe is a multi-instrument payment container and allows customers to pay through UPI, Debit Card, Credit Card, and Wallet. ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://developer.phonepe.com/` | See documentation for endpoint reference | ## Authentication See documentation for authentication details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://developer.phonepe.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Free with PhonePe merchant account. Indian UPI payment gateway; transaction fees apply. --- *Source: [API Map](https://apimap.dev/apis/phonepe/) — CC BY 4.0*