mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-12-10 00:03:09 -05:00
Update generated code for v724
This commit is contained in:
parent
e1017fb6ef
commit
3b4f6e4bcb
@ -1 +1 @@
|
|||||||
v715
|
v724
|
||||||
@ -5,6 +5,8 @@ module Stripe
|
|||||||
# ConfirmationTokens help transport client side data collected by Stripe JS over
|
# ConfirmationTokens help transport client side data collected by Stripe JS over
|
||||||
# to your server for confirming a PaymentIntent or SetupIntent. If the confirmation
|
# to your server for confirming a PaymentIntent or SetupIntent. If the confirmation
|
||||||
# is successful, values present on the ConfirmationToken are written onto the Intent.
|
# 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
|
class ConfirmationToken < APIResource
|
||||||
OBJECT_NAME = "confirmation_token"
|
OBJECT_NAME = "confirmation_token"
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user