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

# SDKs and Integrations

> Libraries and tools for interacting with your Fintoc integration.

This page lists the official Fintoc SDKs and the community libraries that wrap the Fintoc API.

## Official SDKs

Fintoc recommends an official SDK to call the Fintoc API in your language's idioms instead of building your own HTTP client.

This section lists every official library. To contribute, open an issue or a pull request on the relevant repository.

### Server-side or backend SDKs

<Columns cols={2}>
  <Card title="Python" href="https://github.com/fintoc-com/fintoc-python" icon="https://d651wjhrjhvon.cloudfront.net/python.svg">
    fintoc-python
  </Card>

  <Card title="Node" href="https://github.com/fintoc-com/fintoc-node" icon="https://d651wjhrjhvon.cloudfront.net/node.svg">
    fintoc-node
  </Card>

  <Card title="Ruby" href="https://github.com/fintoc-com/fintoc-ruby" icon="https://d651wjhrjhvon.cloudfront.net/ruby.svg">
    fintoc-ruby
  </Card>
</Columns>

### Web or frontend SDKs

<Columns cols={2}>
  <Card title="Vanilla JavaScript" href="https://github.com/fintoc-com/fintoc-js" icon="https://d651wjhrjhvon.cloudfront.net/javascript.svg">
    fintoc-js
  </Card>

  <Card title="React Native" href="https://github.com/fintoc-com/fintoc-react-native" icon="https://d651wjhrjhvon.cloudfront.net/react-native.svg">
    fintoc-react-native
  </Card>
</Columns>

## Community libraries

If Fintoc does not offer an official library for your language, the community may maintain one.

If no official or community library exists for your language and you build one, contact Fintoc to have it added to this list.

<Columns cols={2}>
  <Card title="Swift" href="https://github.com/sergiocampama/Fintoc" icon="https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/swift/swift.png">
    sergiocampama/Fintoc
  </Card>

  <Card title="Go" href="https://github.com/psotou/fintoc" icon="https://raw.githubusercontent.com/github/explore/80688e429a7d4ef2fca1e82350fe8e3517d3494d/topics/go/go.png">
    psotou/fintoc
  </Card>
</Columns>

## Acknowledgments

Thanks to the community members who bootstrapped, created, or maintain one of these libraries:

* [Nebil Kawas](https://github.com/nebil)
* [Daniel Leal](https://github.com/daleal)
* [Juan Carlos Sardin](https://github.com/sardavend)
* [Vicente Lubascher](https://github.com/velubascher)
* [Sergio Campamá](https://github.com/sergiocampama)
* [Pascual Soto](https://github.com/psotou)
* [Nicolás Quiroz](https://github.com/naquiroz)
* [María Luisa Claro](https://github.com/marialuisaclaro)
