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

# ZBD Payments SDK

> Use ZBD Payments in your preferred development environment.

## Official SDKs

The following SDKs are maintained by the ZBD Payments core team.

<CardGroup cols={2}>
  <Card title="TypeScript SDK" icon="code" href="/payments/sdk/typescript">
    Easiest way to interact with the ZBD Payments APIs. Quickstart guides and source code for Next.js, Node.js, and Express applications.
  </Card>

  <Card title="Python SDK" icon="code" href="/payments/sdk/python">
    Python SDK for ZBD Payments APIs. Includes support for Django, Flask and FastAPI frameworks.
  </Card>
</CardGroup>

<br />

## Community SDKs

Supported by the ZBD open source developer community.

<CardGroup cols={3}>
  <Card title="Rust SDK" icon="code" color="#000000" href="/payments/sdk/rust">
    Rust SDK for ZBD Payments APIs
  </Card>

  <Card title="Go SDK" icon="code" color="#000000" href="/payments/sdk/go">
    Go SDK for ZBD Payments APIs
  </Card>

  <Card title="C# SDK" icon="code" color="#000000" href="/payments/sdk/csharp">
    C# SDK for ZBD Payments APIs
  </Card>
</CardGroup>
