コンテンツにスキップ
アカウントを作成
または
サインイン
Stripe ドキュメントのロゴ
/
AI に質問する
アカウントを作成
サインイン
始める
支払い
売上
プラットフォームおよびマーケットプレイス
資金管理
開発者向けのツール
概要
バージョン管理
変更ログ
    概要
    Basil
    Acacia
    以前のバージョン
API バージョンのアップグレード
SDK バージョンをアップグレードする
開発者向けのツール
SDK
API
テスト
ワークベンチ
イベントの送信先
ワークフロー
Stripe CLI
Stripe Shell
開発者ダッシュボード
エージェントツールキット
LLM を使用した構築Visual Studio Code をご利用の場合Stripe 健全性アラートファイルのアップロード
セキュリティとプライバシー
セキュリティ
プライバシー
Stripe を拡張する
Stripe Apps
Stripe のコネクター
パートナー
Partner Ecosystem
パートナー認定
ホーム開発者向けのツールChangelogAcacia2024-10-28.acacia

注

このページはまだ日本語ではご利用いただけません。より多くの言語で文書が閲覧できるように現在取り組んでいます。準備が整い次第、翻訳版を提供いたしますので、もう少しお待ちください。

韓国の新しい決済手段のサポートを追加しました

新機能

韓国の新しい決済手段のサポートを追加しました

  • 韓国のカード
  • Naver Pay
  • Kakao Pay
  • Samsung Pay
  • PAYCO

これらの決済手段は、次のいずれかのシステムパスで使用できます。

  • Checkout
  • Elements
  • Payment Links
  • Billing
  • Invoicing

影響

ウォレットとカードは韓国で人気の決済手段です。現地のカード発行会社はさまざまですが、主要なブランドは 1 つではありません。使い慣れた支払いオプションを提供して購入完了率を高められるよう、韓国で利用可能な決済手段の大半を顧客に提供できるようになりました。

韓国でのこれらの支払いに以下を使用できるようになりました。

  • capture_method: 決済手段を保留することができます。

  • setup_future_usage: 決済時に支払い情報を保存して、後で決済手段への請求ができます。

これにより、Stripe コネクターで韓国の決済手段を簡単に使用できるようになります。

変更点

パラメーター変更するリソースまたは エンドポイント
kakao_paykr_card追加済み
Charge.payment_method_detailsConfirmationToken.payment_method_previewConfirmationToken.testHelpers#create.payment_method_data
 + さらに 14 件
Mandate.payment_method_detailsPaymentIntent#confirm.payment_method_dataPaymentIntent#confirm.payment_method_optionsPaymentIntent#create.payment_method_dataPaymentIntent#create.payment_method_optionsPaymentIntent#update.payment_method_dataPaymentIntent#update.payment_method_optionsPaymentIntent.payment_method_optionsPaymentMethod#createPaymentMethodSetupAttempt.payment_method_detailsSetupIntent#confirm.payment_method_dataSetupIntent#create.payment_method_dataSetupIntent#update.payment_method_data
naver_pay追加済み
Charge.payment_method_detailsConfirmationToken.payment_method_previewConfirmationToken.testHelpers#create.payment_method_data
 + さらに 13 件
PaymentIntent#confirm.payment_method_dataPaymentIntent#confirm.payment_method_optionsPaymentIntent#create.payment_method_dataPaymentIntent#create.payment_method_optionsPaymentIntent#update.payment_method_dataPaymentIntent#update.payment_method_optionsPaymentIntent.payment_method_optionsPaymentMethod#createPaymentMethod#updatePaymentMethodSetupIntent#confirm.payment_method_dataSetupIntent#create.payment_method_dataSetupIntent#update.payment_method_data
paycosamsung_pay追加済み
Charge.payment_method_detailsConfirmationToken.payment_method_previewConfirmationToken.testHelpers#create.payment_method_data
 + さらに 12 件
PaymentIntent#confirm.payment_method_dataPaymentIntent#confirm.payment_method_optionsPaymentIntent#create.payment_method_dataPaymentIntent#create.payment_method_optionsPaymentIntent#update.payment_method_dataPaymentIntent#update.payment_method_optionsPaymentIntent.payment_method_optionsPaymentMethod#createPaymentMethodSetupIntent#confirm.payment_method_dataSetupIntent#create.payment_method_dataSetupIntent#update.payment_method_data
kakao_pay_paymentskr_card_paymentsnaver_pay_paymentspayco_paymentssamsung_pay_payments追加済み
Account#create.capabilitiesAccount#update.capabilitiesAccount.capabilities
kakao_paykr_cardnaver_paypaycosamsung_pay追加済み
Checkout.Session#create.payment_method_optionsCheckout.Session.payment_method_options
値変更する列挙値
kakao_paykr_cardnaver_paypaycosamsung_pay追加済み
Checkout.Session#create.payment_method_types[]Customer#list_payment_methods.typePaymentMethod#create.type
 + さらに 1 件
PaymentMethod#list.type
kakao_paykr_cardnaver_paypaycosamsung_pay追加済み
ConfirmationToken.testHelpers#create.payment_method_data.typePaymentIntent#confirm.payment_method_data.typePaymentIntent#create.payment_method_data.type
 + さらに 4 件
PaymentIntent#update.payment_method_data.typeSetupIntent#confirm.payment_method_data.typeSetupIntent#create.payment_method_data.typeSetupIntent#update.payment_method_data.type
kakao_paykr_cardnaver_paypayco追加済み
Invoice#create.payment_settings.payment_method_types[]Invoice#update.payment_settings.payment_method_types[]Invoice.payment_settings.payment_method_types[]
 + さらに 3 件
Subscription#create.payment_settings.payment_method_types[]Subscription#update.payment_settings.payment_method_types[]Subscription.payment_settings.payment_method_types[]
kakao_paykr_cardnaver_paypaycosamsung_pay追加済み
ConfirmationToken.payment_method_preview.typePaymentMethod.type

Upgrade

  1. View your current API version in Workbench.
  2. If you use an SDK, upgrade to the corresponding SDK version for this API version.
    • If you don’t use an SDK, update your API requests to include Stripe-Version: 2024-10-28.acacia
  3. Upgrade the API version used for webhook endpoints.
  4. Test your integration against the new version.
  5. If you use Connect, test your Connect integration.
  6. In Workbench, perform the upgrade. You can roll back the version for 72 hours.

Learn more about Stripe API upgrades.

関連する変更点

  • フランスでの Alma のサポートを追加しました
このページはお役に立ちましたか。
はいいいえ
お困りのことがございましたら 、サポートにお問い合わせください。
早期アクセスプログラムにご参加ください。
変更ログをご覧ください。
ご不明な点がございましたら、お問い合わせください。
LLM ですか?llms.txt を読んでください。
Powered by Markdoc