> ## 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.

# Sample Integration Kits

> Browse Cashfree Payouts sample integration kits on GitHub that show direct API calls and SDK usage across popular languages for a faster integration.

All Github repositories contain implementations of both calling the API and using Cashfree's libraries. Switch the appropriate branch to access the appropriate kit.\
api\_call: for APIs, cashfree\_sdk: for libraries

Below are the integration kits on how to use Cashfree's payouts.

All the data used by the kits can be found either in a config file or within the script itself, depending on the kit and integration type. It includes the clientId, clientSecret, and object.\
The kits are either plug and play or would require a certain amount of setup. Depending on the language, you need to either install the dependencies or build the program to run it. Please read the respective GitHub readme to get a better understanding of running the kits.

| Integration type                                                                                                                           | Integration link                                                                                                                  |
| ------------------------------------------------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------- |
| Standard Transfer                                                                                                                          | PHP - [https://github.com/cashfree/cashfree-payout-php](https://github.com/cashfree/cashfree-payout-php) <br />                   |
| Python - [https://github.com/cashfree/cashfree-payout-python](https://github.com/cashfree/cashfree-payout-python) <br />                   |                                                                                                                                   |
| Node.js - [https://github.com/cashfree/cashfree-payout-node](https://github.com/cashfree/cashfree-payout-node) <br />                      |                                                                                                                                   |
| Java - [https://github.com/cashfree/cashfree-payout-java](https://github.com/cashfree/cashfree-payout-java)                                |                                                                                                                                   |
| Batch Transfer                                                                                                                             | PHP - [https://github.com/cashfree/cashfree-batchtransfer-php](https://github.com/cashfree/cashfree-batchtransfer-php) <br />     |
| Python - [https://github.com/cashfree/cashfree-batchtransfer-python](https://github.com/cashfree/cashfree-batchtransfer-python) <br />     |                                                                                                                                   |
| Node.js - [https://github.com/cashfree/cashfree-batchtransfer-node](https://github.com/cashfree/cashfree-batchtransfer-node) <br />        |                                                                                                                                   |
| Java - [https://github.com/cashfree/cashfree-batchtransfer-java](https://github.com/cashfree/cashfree-batchtransfer-java)                  |                                                                                                                                   |
| Cashgram                                                                                                                                   | PHP - [https://github.com/cashfree/cashfree-cashgram-php](https://github.com/cashfree/cashfree-cashgram-php) <br />               |
| Python - [https://github.com/cashfree/cashfree-cashgram-python](https://github.com/cashfree/cashfree-cashgram-python) <br />               |                                                                                                                                   |
| Node.js - [https://github.com/cashfree/cashfree-cashgram-node](https://github.com/cashfree/cashfree-cashgram-node) <br />                  |                                                                                                                                   |
| Java - [https://github.com/cashfree/cashfree-cashgram-java](https://github.com/cashfree/cashfree-cashgram-java)                            |                                                                                                                                   |
| Bank Validation                                                                                                                            | PHP - [https://github.com/cashfree/cashfree-bank-validation-php](https://github.com/cashfree/cashfree-bank-validation-php) <br /> |
| Python - [https://github.com/cashfree/cashfree-bank-validation-python](https://github.com/cashfree/cashfree-bank-validation-python) <br /> |                                                                                                                                   |
| Node.js - [https://github.com/cashfree/cashfree-bank-validation-node](https://github.com/cashfree/cashfree-bank-validation-node) <br />    |                                                                                                                                   |
| Java - [https://github.com/cashfree/cashfree-bank-validation-java](https://github.com/cashfree/cashfree-bank-validation-java)              |                                                                                                                                   |

<div class="hidden" data-table-of-contents="bottom">
  <p class="mt-4 font-medium flex items-center gap-2 related-docs-heading">
    <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true" class="w-4 h-4">
      <path d="M3 4h7a2 2 0 0 1 2 2v13a2 2 0 0 0-2-2H3z" />

      <path d="M21 4h-7a2 2 0 0 0-2 2v13a2 2 0 0 1 2-2h7z" />
    </svg>

    <span>Related topics</span>
  </p>

  <ul>
    <li><a href="/docs/api-reference/payouts/v1/cashgram-postman-collection">Cashgram Postman Collection</a></li>
    <li><a href="/docs/api-reference/payouts/v1/verify">Bank Account Verification API</a></li>
    <li><a href="/docs/payouts/payouts/integrations/standard-transfer">Standard Transfer Integration</a></li>
    <li><a href="/docs/payouts/payouts/integrations/data-to-test">Test Data</a></li>
  </ul>
</div>
