Sha256: fdf250e19c89e239fd806f0b1f9a8f68ae1cb417738c909a52210c71010c317f

Contents?: true

Size: 1.72 KB

Versions: 17

Compression:

Stored size: 1.72 KB

Contents

# File generated from our OpenAPI spec
# frozen_string_literal: true

module Stripe
  # `ExchangeRate` objects allow you to determine the rates that Stripe is currently
  # using to convert from one currency to another. Since this number is variable
  # throughout the day, there are various reasons why you might want to know the current
  # rate (for example, to dynamically price an item for a user with a default
  # payment in a foreign currency).
  #
  # Please refer to our [Exchange Rates API](https://stripe.com/docs/fx-rates) guide for more details.
  #
  # *[Note: this integration path is supported but no longer recommended]* Additionally,
  # you can guarantee that a charge is made with an exchange rate that you expect is
  # current. To do so, you must pass in the exchange_rate to charges endpoints. If the
  # value is no longer up to date, the charge won't go through. Please refer to our
  # [Using with charges](https://stripe.com/docs/exchange-rates) guide for more details.
  #
  # -----
  #
  #  
  #
  # *This Exchange Rates API is a Beta Service and is subject to Stripe's terms of service. You may use the API solely for the purpose of transacting on Stripe. For example, the API may be queried in order to:*
  #
  # - *localize prices for processing payments on Stripe*
  # - *reconcile Stripe transactions*
  # - *determine how much money to send to a connected account*
  # - *determine app fees to charge a connected account*
  #
  # *Using this Exchange Rates API beta for any purpose other than to transact on Stripe is strictly prohibited and constitutes a violation of Stripe's terms of service.*
  class ExchangeRate < APIResource
    extend Stripe::APIOperations::List

    OBJECT_NAME = "exchange_rate"
  end
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
stripe-10.7.1 lib/stripe/resources/exchange_rate.rb
stripe-10.8.0.pre.beta.1 lib/stripe/resources/exchange_rate.rb
stripe-10.7.0 lib/stripe/resources/exchange_rate.rb
stripe-10.7.0.pre.beta.3 lib/stripe/resources/exchange_rate.rb
stripe-10.7.0.pre.beta.2 lib/stripe/resources/exchange_rate.rb
stripe-10.7.0.pre.beta.1 lib/stripe/resources/exchange_rate.rb
stripe-10.6.0 lib/stripe/resources/exchange_rate.rb
stripe-10.6.0.pre.beta.1 lib/stripe/resources/exchange_rate.rb
stripe-10.5.0 lib/stripe/resources/exchange_rate.rb
stripe-10.5.0.pre.beta.1 lib/stripe/resources/exchange_rate.rb
stripe-10.4.0 lib/stripe/resources/exchange_rate.rb
stripe-10.4.0.pre.beta.1 lib/stripe/resources/exchange_rate.rb
stripe-10.3.0 lib/stripe/resources/exchange_rate.rb
stripe-10.3.0.pre.beta.1 lib/stripe/resources/exchange_rate.rb
stripe-10.2.0 lib/stripe/resources/exchange_rate.rb
stripe-10.2.0.pre.beta.1 lib/stripe/resources/exchange_rate.rb
stripe-10.1.0 lib/stripe/resources/exchange_rate.rb