Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
# Stripe SDK
Stripe の実装を操作するためのライブラリとツール。
Stripe は、さまざまなプラットフォームや言語で Stripe の API を導入するのに役立つ SDK とライブラリをいくつか提供しています。[サーバー側](https://docs.stripe.com/sdks/server-side.md)のアプリケーション、[Web フロントエンド](https://docs.stripe.com/payments/elements.md)、モバイルアプリのいずれを構築する場合でも、Stripe の公式ライブラリを使用して、Stripe と安全にやり取りし、ボイラープレートコードを減らし、最新の機能にアクセスできます。
SDK には[セマンティックバージョニング標準](https://docs.stripe.com/sdks/versioning.md#stripe-sdk-versions)を使用し、リリース日ごとに[バージョン API](https://docs.stripe.com/sdks/versioning.md#stripe-api-versions)を使用します。API の破壊的変更により、SDK のメジャーバージョンが増加します。
## サーバー側 SDK
[Stripe Ruby ライブラリ](https://github.com/stripe/stripe-ruby)
[Stripe Python ライブラリ](https://github.com/stripe/stripe-python)
[Stripe Go ライブラリ](https://github.com/stripe/stripe-go)
[Stripe Java ライブラリ](https://github.com/stripe/stripe-java)
[Stripe Node ライブラリ](https://github.com/stripe/stripe-node)
[Stripe PHP ライブラリ](https://github.com/stripe/stripe-php)
[Stripe .NET ライブラリ](https://github.com/stripe/stripe-dotnet)
## ウェブ SDK
[React Stripe.js](https://docs.stripe.com/sdks/stripejs-react.md)
[ES Module Stripe.js](https://docs.stripe.com/sdks/stripejs-esmodule.md)
## モバイル SDK
[Stripe iOS SDK](https://docs.stripe.com/sdks/ios.md)
[Stripe Android SDK](https://docs.stripe.com/sdks/android.md)
[Stripe React Native SDK](https://docs.stripe.com/sdks/react-native.md)
## コミュニティー SDK
[コミュニティー SDK](https://docs.stripe.com/sdks/community.md)
## Stripe のバージョン管理
[Stripe のバージョン管理とサポートに関するポリシー](https://docs.stripe.com/sdks/versioning.md)
[Stripe API バージョンを設定する](https://docs.stripe.com/sdks/set-version.md)
## Stripe OpenAPI 仕様
[Stripe Postman コレクション](https://www.postman.com/stripedev/workspace/stripe-developers/overview)
[Stripe OpenAPI 仕様](https://github.com/stripe/openapi)
## コードとしてのインフラストラクチャ
[Stripe Terraform プロバイダー](https://docs.stripe.com/terraform.md)