Skip to content

Commit 9dad344

Browse files
Update upcoming changes
1 parent 5fafbb1 commit 9dad344

File tree

8 files changed

+8
-0
lines changed

8 files changed

+8
-0
lines changed

openapi/upcoming-changes/dotnet.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@
88
* Add support for `CardPresence` on `Issuing.Authorization`
99
* Add support for `Amount` and `Currency` on `Mandate.MultiUse`
1010
* ⚠️ Change type of `PaymentAttemptRecord.PaymentMethodDetails.Alma.Installments.Count` and `PaymentRecord.PaymentMethodDetails.Alma.Installments.Count` from `longInteger` to `nullable(longInteger)`
11+
* Add support for `Moto` on `SetupAttempt.PaymentMethodDetails.Card`
1112
* Add support for `PixDisplayQrCode` on `SetupIntent.NextAction`

openapi/upcoming-changes/go.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@
1616
* Add support for new value `sunbit` on enums `PaymentIntent.ExcludedPaymentMethodTypes` and `SetupIntent.ExcludedPaymentMethodTypes`
1717
* Add support for new values `low`, `not_assessed`, and `unknown` on enum `RadarPaymentEvaluationSignalsFraudulentPayment.RiskLevel`
1818
* Add support for new value `account` on enum `RadarValueList.ItemType`
19+
* Add support for `MOTO` on `SetupAttemptPaymentMethodDetailsCard`
1920
* Add support for `PixDisplayQRCode` on `SetupIntentNextAction`
2021
* Add support for error codes `action_blocked` and `approval_required` on `Error`, `InvoiceLastFinalizationError`, `PaymentIntentLastPaymentError`, `SetupAttemptSetupError`, `SetupIntentLastSetupError`, and `StripeError`

openapi/upcoming-changes/java.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@
1212
* Add support for `amount` and `currency` on `Mandate.multi_use`
1313
* Add support for new value `sunbit` on enums `PaymentIntentConfirmParams.excludedPaymentMethodTypes`, `PaymentIntentCreateParams.excludedPaymentMethodTypes`, `PaymentIntentUpdateParams.excludedPaymentMethodTypes`, `SetupIntentCreateParams.excludedPaymentMethodTypes`, and `SetupIntentUpdateParams.excludedPaymentMethodTypes`
1414
* Add support for new value `account` on enum `radar.ValueListCreateParams.itemType`
15+
* Add support for `moto` on `SetupAttempt.payment_method_details.card`
1516
* Add support for `pixDisplayQrCode` on `SetupIntent.next_action`
1617
* Add support for new value `2026-04-22.dahlia` on enum `WebhookEndpointCreateParams.apiVersion`

openapi/upcoming-changes/node.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
* ⚠️ Add support for new value `sunbit` on enums `PaymentIntent.excluded_payment_method_types`, `PaymentIntentConfirmParams.excluded_payment_method_types`, `PaymentIntentCreateParams.excluded_payment_method_types`, `PaymentIntentUpdateParams.excluded_payment_method_types`, `SetupIntent.excluded_payment_method_types`, `SetupIntentCreateParams.excluded_payment_method_types`, and `SetupIntentUpdateParams.excluded_payment_method_types`
2020
* ⚠️ Add support for new values `low`, `not_assessed`, and `unknown` on enum `Radar.PaymentEvaluation.signals.fraudulent_payment.risk_level`
2121
* ⚠️ Add support for new value `account` on enums `Radar.ValueList.item_type` and `Radar.ValueListCreateParams.item_type`
22+
* Add support for `moto` on `SetupAttempt.payment_method_details.card`
2223
* Add support for `pix_display_qr_code` on `SetupIntent.next_action`
2324
* Add support for new value `2026-04-22.dahlia` on enum `WebhookEndpointCreateParams.api_version`
2425
* Add support for error codes `action_blocked` and `approval_required` on `Invoice.last_finalization_error`, `PaymentIntent.last_payment_error`, `SetupAttempt.setup_error`, `SetupIntent.last_setup_error`, and `StripeError`

openapi/upcoming-changes/php.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@
1717
* Add support for new value `sunbit` on enums `PaymentIntent.excluded_payment_method_types` and `SetupIntent.excluded_payment_method_types`
1818
* Add support for new values `low`, `not_assessed`, and `unknown` on enum `Radar.PaymentEvaluation.signals.fraudulent_payment.risk_level`
1919
* Add support for new value `account` on enum `Radar.ValueList.item_type`
20+
* Add support for `moto` on `SetupAttempt.payment_method_details.card`
2021
* Add support for `pix_display_qr_code` on `SetupIntent.next_action`
2122
* Add support for error codes `action_blocked` and `approval_required` on `Invoice.last_finalization_error`, `PaymentIntent.last_payment_error`, `SetupAttempt.setup_error`, `SetupIntent.last_setup_error`, and `StripeError`

openapi/upcoming-changes/python.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
* ⚠️ Add support for new value `sunbit` on enums `PaymentIntent.excluded_payment_method_types`, `PaymentIntentConfirmParams.excluded_payment_method_types`, `PaymentIntentCreateParams.excluded_payment_method_types`, `PaymentIntentModifyParams.excluded_payment_method_types`, `SetupIntent.excluded_payment_method_types`, `SetupIntentCreateParams.excluded_payment_method_types`, and `SetupIntentModifyParams.excluded_payment_method_types`
2020
* ⚠️ Add support for new values `low`, `not_assessed`, and `unknown` on enum `Radar.PaymentEvaluation.Signal.FraudulentPayment.risk_level`
2121
* ⚠️ Add support for new value `account` on enums `Radar.ValueList.item_type` and `radar.ValueListCreateParams.item_type`
22+
* Add support for `moto` on `SetupAttempt.PaymentMethodDetail.Card`
2223
* Add support for `pix_display_qr_code` on `SetupIntent.NextAction`
2324
* Add support for new value `2026-04-22.dahlia` on enum `WebhookEndpointCreateParams.api_version`
2425
* Add support for error codes `action_blocked` and `approval_required` on `Invoice.LastFinalizationError`, `PaymentIntent.LastPaymentError`, `SetupAttempt.SetupError`, `SetupIntent.LastSetupError`, and `StripeError`

openapi/upcoming-changes/rest.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
* ⚠️ Add support for new value `sunbit` on enums `PaymentIntent#confirm.excluded_payment_method_types`, `PaymentIntent#create.excluded_payment_method_types`, `PaymentIntent#update.excluded_payment_method_types`, `PaymentIntent.excluded_payment_method_types`, `SetupIntent#create.excluded_payment_method_types`, `SetupIntent#update.excluded_payment_method_types`, and `SetupIntent.excluded_payment_method_types`
2020
* ⚠️ Add support for new values `low`, `not_assessed`, and `unknown` on enum `Radar.PaymentEvaluation.signals.fraudulent_payment.risk_level`
2121
* ⚠️ Add support for new value `account` on enums `Radar.ValueList#create.item_type` and `Radar.ValueList.item_type`
22+
* Add support for `moto` on `SetupAttempt.payment_method_details.card`
2223
* Add support for `pix_display_qr_code` on `SetupIntent.next_action`
2324
* Add support for new value `2026-04-22.dahlia` on enum `WebhookEndpoint#create.api_version`
2425
* Add support for error codes `action_blocked` and `approval_required` on `Invoice.last_finalization_error`, `PaymentIntent.last_payment_error`, `SetupAttempt.setup_error`, `SetupIntent.last_setup_error`, and `StripeError`

openapi/upcoming-changes/ruby.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@
88
* Add support for `card_presence` on `Issuing::Authorization`
99
* Add support for `amount` and `currency` on `Mandate::MultiUse`
1010
* ⚠️ Change type of `PaymentAttemptRecord::PaymentMethodDetail::Alma::Installment.count` and `PaymentRecord::PaymentMethodDetail::Alma::Installment.count` from `longInteger` to `nullable(longInteger)`
11+
* Add support for `moto` on `SetupAttempt::PaymentMethodDetail::Card`
1112
* Add support for `pix_display_qr_code` on `SetupIntent::NextAction`

0 commit comments

Comments
 (0)