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
Returns a list of transactions that have contributed to the Stripe account balance (e.g., charges, transfers, and so forth). The transactions are returned in sorted order, with the most recent transactions appearing first.
215
+
Returns a list of transactions that have contributed to the Stripe account balance (for example, charges, transfers, and so on). The transactions return in sorted order, with the most recent transactions appearing first.
215
216
216
-
Note that this endpoint was previously called “Balance history” and used the path /v1/balance/history.
217
+
The previous name of this endpoint was “Balance history,” and it used the path /v1/balance/history.
Returns a list of transactions that have contributed to the Stripe account balance (e.g., charges, transfers, and so forth). The transactions are returned in sorted order, with the most recent transactions appearing first.
237
+
Returns a list of transactions that have contributed to the Stripe account balance (for example, charges, transfers, and so on). The transactions return in sorted order, with the most recent transactions appearing first.
237
238
238
-
Note that this endpoint was previously called “Balance history” and used the path /v1/balance/history.
239
+
The previous name of this endpoint was “Balance history,” and it used the path /v1/balance/history.
Copy file name to clipboardExpand all lines: stripe/_balance_transaction_service.py
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -24,9 +24,9 @@ def list(
24
24
options: Optional["RequestOptions"] =None,
25
25
) ->"ListObject[BalanceTransaction]":
26
26
"""
27
-
Returns a list of transactions that have contributed to the Stripe account balance (e.g., charges, transfers, and so forth). The transactions are returned in sorted order, with the most recent transactions appearing first.
27
+
Returns a list of transactions that have contributed to the Stripe account balance (for example, charges, transfers, and so on). The transactions return in sorted order, with the most recent transactions appearing first.
28
28
29
-
Note that this endpoint was previously called “Balance history” and used the path /v1/balance/history.
29
+
The previous name of this endpoint was “Balance history,” and it used the path /v1/balance/history.
30
30
"""
31
31
returncast(
32
32
"ListObject[BalanceTransaction]",
@@ -45,9 +45,9 @@ async def list_async(
45
45
options: Optional["RequestOptions"] =None,
46
46
) ->"ListObject[BalanceTransaction]":
47
47
"""
48
-
Returns a list of transactions that have contributed to the Stripe account balance (e.g., charges, transfers, and so forth). The transactions are returned in sorted order, with the most recent transactions appearing first.
48
+
Returns a list of transactions that have contributed to the Stripe account balance (for example, charges, transfers, and so on). The transactions return in sorted order, with the most recent transactions appearing first.
49
49
50
-
Note that this endpoint was previously called “Balance history” and used the path /v1/balance/history.
50
+
The previous name of this endpoint was “Balance history,” and it used the path /v1/balance/history.
Copy file name to clipboardExpand all lines: stripe/_card.py
+11-1Lines changed: 11 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,12 @@ class Networks(StripeObject):
33
33
The preferred network for co-branded cards. Can be `cartes_bancaires`, `mastercard`, `visa` or `invalid_preference` if requested network is not valid for the card.
Copy file name to clipboardExpand all lines: stripe/_charge.py
+29-2Lines changed: 29 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -461,6 +461,10 @@ class Billie(StripeObject):
461
461
"""
462
462
463
463
classBizum(StripeObject):
464
+
buyer_id: Optional[str]
465
+
"""
466
+
A unique identifier for the buyer as determined by the local payment processor.
467
+
"""
464
468
transaction_id: Optional[str]
465
469
"""
466
470
The Bizum transaction ID associated with this payment.
@@ -929,6 +933,10 @@ class ShippingAddress(StripeObject):
929
933
"""
930
934
Populated if this transaction used 3D Secure authentication.
931
935
"""
936
+
transaction_link_id: Optional[str]
937
+
"""
938
+
Transaction Link ID (TLID) is a unique identifier for a transaction. This is used by some card networks, such as Mastercard, for transaction linking, in addition to Network Transaction IDs. This value will be present if it is returned by the financial network in the authorization response, and null otherwise.
939
+
"""
932
940
wallet: Optional[Wallet]
933
941
"""
934
942
If this Card is part of a card wallet, this contains the details of the card wallet.
@@ -1147,13 +1155,17 @@ class Crypto(StripeObject):
The token currency that the transaction was sent with.
@@ -1928,6 +1940,10 @@ class Pix(StripeObject):
1928
1940
"""
1929
1941
Unique transaction id generated by BCB
1930
1942
"""
1943
+
fingerprint: Optional[str]
1944
+
"""
1945
+
Uniquely identifies this particular Pix account. You can use this attribute to check whether two Pix accounts are the same.
1946
+
"""
1931
1947
mandate: Optional[str]
1932
1948
"""
1933
1949
ID of the multi use Mandate generated by the PaymentIntent
@@ -2369,6 +2385,12 @@ class RadarOptions(StripeObject):
2369
2385
A [Radar Session](https://docs.stripe.com/radar/radar-session) is a snapshot of the browser metadata and device details that help Radar make more accurate predictions on your payments.
Indicates whether this object and its related objects have been redacted or not.
2392
+
"""
2393
+
2372
2394
classShipping(StripeObject):
2373
2395
classAddress(StripeObject):
2374
2396
city: Optional[str]
@@ -2562,6 +2584,10 @@ class TransferData(StripeObject):
2562
2584
"""
2563
2585
This is the URL to view the receipt for this charge. The receipt is kept up-to-date to the latest state of the charge, including any refunds. If the charge is for an Invoice, the receipt will be stylized as an Invoice receipt.
2564
2586
"""
2587
+
redaction: Optional[Redaction]
2588
+
"""
2589
+
Redaction status of this charge. If not null, this charge is associated to a redaction job.
2590
+
"""
2565
2591
refunded: bool
2566
2592
"""
2567
2593
Whether the charge has been fully refunded. If the charge is only partially refunded, this attribute will still be false.
Copy file name to clipboardExpand all lines: stripe/_credit_note.py
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -388,6 +388,8 @@ def create(
388
388
389
389
You may issue multiple credit notes for an invoice. Each credit note may increment the invoice's pre_payment_credit_notes_amount,
390
390
post_payment_credit_notes_amount, or both, depending on the invoice's amount_remaining at the time of credit note creation.
391
+
392
+
For invoices that also have refunds created through the [Refund API](https://docs.stripe.com/docs/api/refunds), the credit note API subtracts those refund amounts from the maximum creditable amount. This prevents the combined credit notes and refunds from exceeding the invoice amount. If you use both, ensure the combined total does not exceed the invoice's paid amount.
391
393
"""
392
394
returncast(
393
395
"CreditNote",
@@ -416,6 +418,8 @@ async def create_async(
416
418
417
419
You may issue multiple credit notes for an invoice. Each credit note may increment the invoice's pre_payment_credit_notes_amount,
418
420
post_payment_credit_notes_amount, or both, depending on the invoice's amount_remaining at the time of credit note creation.
421
+
422
+
For invoices that also have refunds created through the [Refund API](https://docs.stripe.com/docs/api/refunds), the credit note API subtracts those refund amounts from the maximum creditable amount. This prevents the combined credit notes and refunds from exceeding the invoice amount. If you use both, ensure the combined total does not exceed the invoice's paid amount.
Copy file name to clipboardExpand all lines: stripe/_credit_note_service.py
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -119,6 +119,8 @@ def create(
119
119
120
120
You may issue multiple credit notes for an invoice. Each credit note may increment the invoice's pre_payment_credit_notes_amount,
121
121
post_payment_credit_notes_amount, or both, depending on the invoice's amount_remaining at the time of credit note creation.
122
+
123
+
For invoices that also have refunds created through the [Refund API](https://docs.stripe.com/docs/api/refunds), the credit note API subtracts those refund amounts from the maximum creditable amount. This prevents the combined credit notes and refunds from exceeding the invoice amount. If you use both, ensure the combined total does not exceed the invoice's paid amount.
122
124
"""
123
125
returncast(
124
126
"CreditNote",
@@ -150,6 +152,8 @@ async def create_async(
150
152
151
153
You may issue multiple credit notes for an invoice. Each credit note may increment the invoice's pre_payment_credit_notes_amount,
152
154
post_payment_credit_notes_amount, or both, depending on the invoice's amount_remaining at the time of credit note creation.
155
+
156
+
For invoices that also have refunds created through the [Refund API](https://docs.stripe.com/docs/api/refunds), the credit note API subtracts those refund amounts from the maximum creditable amount. This prevents the combined credit notes and refunds from exceeding the invoice amount. If you use both, ensure the combined total does not exceed the invoice's paid amount.
0 commit comments