v81.1.0-beta.1
Pre-release
Pre-release
ramya-stripe
released this
29 Oct 23:07
·
9 commits
to master
since this release
- #1945 Update generated code for beta
- Add support for
TriggerAction
method on resourcePaymentIntent
- Add support for
IDBankTransferPaymentsBca
andIDBankTransferPayments
onAccountCapabilitiesParams
andAccountCapabilities
- Add support for
BankBcaOnboarding
onAccountSettingsParams
andAccountSettings
- Add support for
SendMoney
onAccountSessionComponentsRecipientsFeaturesParams
- Remove support for value
payout_statement_descriptor_profanity
from enumsInvoiceLastFinalizationErrorCode
,PaymentIntentLastPaymentErrorCode
,SetupAttemptSetupErrorCode
,SetupIntentLastSetupErrorCode
, andStripeErrorCode
- Add support for
IDBankTransfer
onChargePaymentMethodDetails
,ConfirmationTokenPaymentMethodDataParams
,ConfirmationTokenPaymentMethodPreview
,InvoicePaymentSettingsPaymentMethodOptionsParams
,InvoicePaymentSettingsPaymentMethodOptions
,PaymentIntentConfirmPaymentMethodDataParams
,PaymentIntentConfirmPaymentMethodOptionsParams
,PaymentIntentPaymentMethodDataParams
,PaymentIntentPaymentMethodOptionsParams
,PaymentIntentPaymentMethodOptions
,PaymentMethodConfigurationParams
,PaymentMethodConfiguration
,PaymentMethodParams
,PaymentMethod
,RefundDestinationDetails
,SetupAttemptPaymentMethodDetails
,SetupIntentConfirmPaymentMethodDataParams
,SetupIntentPaymentMethodDataParams
,SubscriptionPaymentSettingsPaymentMethodOptionsParams
, andSubscriptionPaymentSettingsPaymentMethodOptions
- Add support for
Gopay
,Qris
, andShopeepay
onPaymentMethodConfigurationParams
andPaymentMethodConfiguration
- Add support for
- #1941 Do not allow setting API Version directly
stripe.APIVersion
is no longer settable. If you were using this to set the beta headers, use the helper methodstripe.AddBetaVersion()
instead.