Sha256: 429e54057ec90d0c22c3d67e2560ae359d7a362f744ab63aa0cc2f584e006e51
Contents?: true
Size: 644 Bytes
Versions: 7
Compression:
Stored size: 644 Bytes
Contents
# File generated from our OpenAPI spec # frozen_string_literal: true 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 end
Version data entries
7 entries across 7 versions & 1 rubygems