> ## Documentation Index
> Fetch the complete documentation index at: https://www.cashfree.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# End Points

> Reference base URLs and authentication headers required to call the Cashfree Subscriptions APIs across the sandbox and production environments.

Cashfree uses API keys to control access to the API. After you sign up on the merchant site, you'll receive your `AppId` and `SecretKey`.

Include your API key in all requests to the server. Use the endpoint **`/api/v1/credentials/verify`** to verify your credentials.

All API responses are in JSON format. POST requests must include the header `Content-Type: application/json`.

| Environment    | Base URL                                                                              |
| -------------- | ------------------------------------------------------------------------------------- |
| Test           | `https://sandbox.cashfree.com/pg`                                                     |
| Production     | `https://api.cashfree.com/pg`                                                         |
| Latest version | v5, 2025-01-01<br />Previous versions: 2023-08-01, 2021-05-21, 2022-01-01, 2022-09-01 |
