> ## Documentation Index
> Fetch the complete documentation index at: https://cashfreepayments-d00050e9-theme-update.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# End Points

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 |
