Sha256: acb73201b2bd43e252f8cf80673dddd228a410c6c897846226b1871d43be7dbc
Contents?: true
Size: 704 Bytes
Versions: 3
Compression:
Stored size: 704 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" def self.object_name "confirmation_token" end end end
Version data entries
3 entries across 3 versions & 1 rubygems