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

# SDKs disponibles

> Quel SDK pour quel langage, et roadmap

SandPay maintient un SDK officiel par langage. La liste complète et les statuts à jour :

| SDK         | Statut              | Installation               |
| ----------- | ------------------- | -------------------------- |
| **Node.js** | Disponible — v0.3.0 | `npm i @drwintech/sandpay` |
| **curl**    | Toujours disponible | *(aucune installation)*    |
| **Python**  | Prévu Q2 2026       | —                          |
| **PHP**     | Prévu Q2 2026       | —                          |
| **Java**    | Prévu Q3 2026       | —                          |
| **Go**      | Prévu Q3 2026       | —                          |

## Conventions communes

Quel que soit le SDK :

* Auth Bearer (`Authorization: Bearer sp_sk_test_...`) — voir [Authentification](/fr/authentication).
* Erreurs typées, propriétés `status`, `code`, `message`, `requestId` — voir [Erreurs](/fr/errors).
* Vérification de signature webhook via un helper dédié — voir [Webhooks](/fr/webhooks).
* Types stricts mappés sur l'[OpenAPI 3.1](/fr/api-reference/overview).

## Pas de SDK officiel pour votre langage ?

Vous pouvez parler directement à l'API HTTP — elle est conçue pour rester triviale à intégrer en \~30 lignes de code dans n'importe quel langage avec un client HTTP.

<Note>
  Vous écrivez un SDK communautaire (Ruby, Rust, Elixir, Kotlin…) ? On veut en parler — ouvrez une issue sur [github.com/htleclerc/sandpay](https://github.com/htleclerc/sandpay) ou écrivez à [support@sandpay.dev](mailto:support@sandpay.dev). On peut référencer votre SDK ici, fournir un repo officiel, ou prendre la maintenance selon vos préférences.
</Note>

## Voir aussi

* [SDK Node — référence complète](/fr/sdks/node)
* [Référence API](/fr/api-reference/overview)
