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: stripe/_charge.py
+4-4
Original file line number
Diff line number
Diff line change
@@ -836,7 +836,7 @@ class ShippingAddress(StripeObject):
836
836
"""
837
837
network_transaction_id: Optional[str]
838
838
"""
839
-
This is used by the financial networks to identify a transaction. Visa calls this the Transaction ID, Mastercard calls this the Trace ID, and American Express calls this the Acquirer Reference Data. The first three digits of the Trace ID is the Financial Network Code, the next 6 digits is the Banknet Reference Number, and the last 4 digits represent the date (MM/DD). This field will be available for successful Visa, Mastercard, or American Express transactions and always null for other card brands.
839
+
This is used by the financial networks to identify a transaction. Visa calls this the Transaction ID, Mastercard calls this the Trace ID, and American Express calls this the Acquirer Reference Data. This value will be present if it is returned by the financial network in the authorization response, and null otherwise.
This is used by the financial networks to identify a transaction. Visa calls this the Transaction ID, Mastercard calls this the Trace ID, and American Express calls this the Acquirer Reference Data. The first three digits of the Trace ID is the Financial Network Code, the next 6 digits is the Banknet Reference Number, and the last 4 digits represent the date (MM/DD). This field will be available for successful Visa, Mastercard, or American Express transactions and always null for other card brands.
1001
+
This is used by the financial networks to identify a transaction. Visa calls this the Transaction ID, Mastercard calls this the Trace ID, and American Express calls this the Acquirer Reference Data. This value will be present if it is returned by the financial network in the authorization response, and null otherwise.
1002
1002
"""
1003
1003
offline: Optional[Offline]
1004
1004
"""
@@ -1321,7 +1321,7 @@ class Receipt(StripeObject):
1321
1321
"""
1322
1322
network_transaction_id: Optional[str]
1323
1323
"""
1324
-
This is used by the financial networks to identify a transaction. Visa calls this the Transaction ID, Mastercard calls this the Trace ID, and American Express calls this the Acquirer Reference Data. The first three digits of the Trace ID is the Financial Network Code, the next 6 digits is the Banknet Reference Number, and the last 4 digits represent the date (MM/DD). This field will be available for successful Visa, Mastercard, or American Express transactions and always null for other card brands.
1324
+
This is used by the financial networks to identify a transaction. Visa calls this the Transaction ID, Mastercard calls this the Trace ID, and American Express calls this the Acquirer Reference Data. This value will be present if it is returned by the financial network in the authorization response, and null otherwise.
1325
1325
"""
1326
1326
preferred_locales: Optional[List[str]]
1327
1327
"""
@@ -1853,7 +1853,7 @@ class Zip(StripeObject):
1853
1853
twint: Optional[Twint]
1854
1854
type: str
1855
1855
"""
1856
-
The type of transaction-specific details of the payment method used in the payment, one of `ach_credit_transfer`, `ach_debit`, `acss_debit`, `alipay`, `au_becs_debit`, `bancontact`, `card`, `card_present`, `eps`, `giropay`, `ideal`, `klarna`, `multibanco`, `p24`, `sepa_debit`, `sofort`, `stripe_account`, or `wechat`.
1856
+
The type of transaction-specific details of the payment method used in the payment. See [PaymentMethod.type](https://stripe.com/docs/api/payment_methods/object#payment_method_object-type) for the full list of possible types.
1857
1857
An additional hash is included on `payment_method_details` with a name matching this value.
1858
1858
It contains information specific to the payment method.
Copy file name to clipboardexpand all lines: stripe/_confirmation_token.py
+4-4
Original file line number
Diff line number
Diff line change
@@ -355,7 +355,7 @@ class Wallet(StripeObject):
355
355
"""
356
356
network_transaction_id: Optional[str]
357
357
"""
358
-
This is used by the financial networks to identify a transaction. Visa calls this the Transaction ID, Mastercard calls this the Trace ID, and American Express calls this the Acquirer Reference Data. The first three digits of the Trace ID is the Financial Network Code, the next 6 digits is the Banknet Reference Number, and the last 4 digits represent the date (MM/DD). This field will be available for successful Visa, Mastercard, or American Express transactions and always null for other card brands.
358
+
This is used by the financial networks to identify a transaction. Visa calls this the Transaction ID, Mastercard calls this the Trace ID, and American Express calls this the Acquirer Reference Data. This value will be present if it is returned by the financial network in the authorization response, and null otherwise.
359
359
"""
360
360
offline: Optional[Offline]
361
361
"""
@@ -418,7 +418,7 @@ class Wallet(StripeObject):
418
418
classNetworks(StripeObject):
419
419
available: List[str]
420
420
"""
421
-
All available networks for the card.
421
+
All networks available for selection via [payment_method_options.card.network](https://stripe.com/api/payment_intents/confirm#confirm_payment_intent-payment_method_options-card-network).
422
422
"""
423
423
preferred: Optional[str]
424
424
"""
@@ -710,7 +710,7 @@ class CardPresent(StripeObject):
710
710
classNetworks(StripeObject):
711
711
available: List[str]
712
712
"""
713
-
All available networks for the card.
713
+
All networks available for selection via [payment_method_options.card.network](https://stripe.com/api/payment_intents/confirm#confirm_payment_intent-payment_method_options-card-network).
714
714
"""
715
715
preferred: Optional[str]
716
716
"""
@@ -958,7 +958,7 @@ class InteracPresent(StripeObject):
958
958
classNetworks(StripeObject):
959
959
available: List[str]
960
960
"""
961
-
All available networks for the card.
961
+
All networks available for selection via [payment_method_options.card.network](https://stripe.com/api/payment_intents/confirm#confirm_payment_intent-payment_method_options-card-network).
Copy file name to clipboardexpand all lines: stripe/_credit_note.py
+2-2
Original file line number
Diff line number
Diff line change
@@ -84,9 +84,9 @@ class Tax(StripeObject):
84
84
"""
85
85
rate: "TaxRate"
86
86
"""
87
-
Tax rates can be applied to [invoices](https://stripe.com/docs/billing/invoices/tax-rates), [subscriptions](https://stripe.com/docs/billing/subscriptions/taxes) and [Checkout Sessions](https://stripe.com/docs/payments/checkout/set-up-a-subscription#tax-rates) to collect tax.
87
+
Tax rates can be applied to [invoices](https://stripe.com/invoicing/taxes/tax-rates), [subscriptions](https://stripe.com/billing/taxes/tax-rates) and [Checkout Sessions](https://stripe.com/payments/checkout/use-manual-tax-rates) to collect tax.
88
88
89
-
Related guide: [Tax rates](https://stripe.com/docs/billing/taxes/tax-rates)
89
+
Related guide: [Tax rates](https://stripe.com/billing/taxes/tax-rates)
Copy file name to clipboardexpand all lines: stripe/_invoice.py
+2-2
Original file line number
Diff line number
Diff line change
@@ -865,9 +865,9 @@ class Tax(StripeObject):
865
865
"""
866
866
rate: "TaxRate"
867
867
"""
868
-
Tax rates can be applied to [invoices](https://stripe.com/docs/billing/invoices/tax-rates), [subscriptions](https://stripe.com/docs/billing/subscriptions/taxes) and [Checkout Sessions](https://stripe.com/docs/payments/checkout/set-up-a-subscription#tax-rates) to collect tax.
868
+
Tax rates can be applied to [invoices](https://stripe.com/invoicing/taxes/tax-rates), [subscriptions](https://stripe.com/billing/taxes/tax-rates) and [Checkout Sessions](https://stripe.com/payments/checkout/use-manual-tax-rates) to collect tax.
869
869
870
-
Related guide: [Tax rates](https://stripe.com/docs/billing/taxes/tax-rates)
870
+
Related guide: [Tax rates](https://stripe.com/billing/taxes/tax-rates)
Copy file name to clipboardexpand all lines: stripe/_line_item.py
+2-2
Original file line number
Diff line number
Diff line change
@@ -37,9 +37,9 @@ class Tax(StripeObject):
37
37
"""
38
38
rate: "TaxRate"
39
39
"""
40
-
Tax rates can be applied to [invoices](https://stripe.com/docs/billing/invoices/tax-rates), [subscriptions](https://stripe.com/docs/billing/subscriptions/taxes) and [Checkout Sessions](https://stripe.com/docs/payments/checkout/set-up-a-subscription#tax-rates) to collect tax.
40
+
Tax rates can be applied to [invoices](https://stripe.com/invoicing/taxes/tax-rates), [subscriptions](https://stripe.com/billing/taxes/tax-rates) and [Checkout Sessions](https://stripe.com/payments/checkout/use-manual-tax-rates) to collect tax.
41
41
42
-
Related guide: [Tax rates](https://stripe.com/docs/billing/taxes/tax-rates)
42
+
Related guide: [Tax rates](https://stripe.com/billing/taxes/tax-rates)
0 commit comments