v47.1.0-beta.1
Pre-release
Pre-release
ramya-stripe
released this
29 Oct 23:06
·
11 commits
to master
since this release
- #3018 Update generated code for beta
- Add support for
TriggerAction
method on resourcePaymentIntent
- Add support for
IdBankTransferPaymentsBca
andIdBankTransferPayments
onAccountCapabilitiesOptions
andAccountCapabilities
- Add support for
BankBcaOnboarding
onAccountSettingsOptions
andAccountSettings
- Add support for
SendMoney
onAccountSessionComponentsRecipientsFeaturesOptions
- Add support for
IdBankTransfer
onChargePaymentMethodDetails
,ConfirmationTokenPaymentMethodDataOptions
,ConfirmationTokenPaymentMethodPreview
,InvoicePaymentSettingsPaymentMethodOptionsOptions
,InvoicePaymentSettingsPaymentMethodOptions
,PaymentIntentPaymentMethodDataOptions
,PaymentIntentPaymentMethodOptionsOptions
,PaymentIntentPaymentMethodOptions
,PaymentMethodConfigurationCreateOptions
,PaymentMethodConfigurationUpdateOptions
,PaymentMethodConfiguration
,PaymentMethodCreateOptions
,PaymentMethod
,RefundDestinationDetails
,SetupAttemptPaymentMethodDetails
,SetupIntentPaymentMethodDataOptions
,SubscriptionPaymentSettingsPaymentMethodOptionsOptions
, andSubscriptionPaymentSettingsPaymentMethodOptions
- Add support for
Gopay
,Qris
, andShopeepay
onPaymentMethodConfigurationCreateOptions
,PaymentMethodConfigurationUpdateOptions
, andPaymentMethodConfiguration
- Add support for
- #3011 Do not allow setting API Version directly on StripeConfiguration
StripeConfiguration.ApiVersion
is no longer settable. If you were using this to set the beta headers, use the helper methodStripeConfiguration.AddBetaVersion()
instead.