From 3b4f6e4bcbe7d069ee249d11e44fdca03135e62c Mon Sep 17 00:00:00 2001 From: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 18:15:49 +0000 Subject: [PATCH] Update generated code for v724 --- OPENAPI_VERSION | 2 +- lib/stripe/resources/confirmation_token.rb | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/OPENAPI_VERSION b/OPENAPI_VERSION index 4dcad4de..a845eb0d 100644 --- a/OPENAPI_VERSION +++ b/OPENAPI_VERSION @@ -1 +1 @@ -v715 \ No newline at end of file +v724 \ No newline at end of file diff --git a/lib/stripe/resources/confirmation_token.rb b/lib/stripe/resources/confirmation_token.rb index 2b5a3327..71f1acae 100644 --- a/lib/stripe/resources/confirmation_token.rb +++ b/lib/stripe/resources/confirmation_token.rb @@ -5,6 +5,8 @@ module Stripe # ConfirmationTokens help transport client side data collected by Stripe JS over # to your server for confirming a PaymentIntent or SetupIntent. If the confirmation # is successful, values present on the ConfirmationToken are written onto the Intent. + # + # To learn more or request access, visit the related guided: [Finalize payments on the server using Confirmation Tokens](https://stripe.com/docs/payments/finalize-payments-on-the-server-confirmation-tokens). class ConfirmationToken < APIResource OBJECT_NAME = "confirmation_token" end