You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: lib/stripe/resources/refund.rb
+4
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,10 @@ module Stripe
6
6
# but not yet refunded. Funds will be refunded to the credit or debit card that
7
7
# was originally charged.
8
8
#
9
+
# Stripe Tax users with recurring payments and invoices can create [Credit Notes](https://stripe.com/docs/api/credit_notes),
10
+
# which reduce overall tax liability because tax is correctly recalculated and
11
+
# apportioned to the related invoice.
12
+
#
9
13
# Related guide: [Refunds](https://stripe.com/docs/refunds).
Copy file name to clipboardexpand all lines: lib/stripe/resources/source.rb
+4
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,10 @@ module Stripe
7
7
# just like a `Card` object: once chargeable, they can be charged, or can be
8
8
# attached to customers.
9
9
#
10
+
# Stripe doesn't recommend using the deprecated [Sources API](https://stripe.com/docs/api/sources).
11
+
# We recommend that you adopt the [PaymentMethods API](https://stripe.com/docs/api/payment_methods).
12
+
# This newer API provides access to our latest features and payment method types.
13
+
#
10
14
# Related guides: [Sources API](https://stripe.com/docs/sources) and [Sources & Customers](https://stripe.com/docs/sources/customers).
0 commit comments