|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## 47.1.0-beta.2 - 2024-11-07 |
| 4 | +* [#3022](https://github.com/stripe/stripe-dotnet/pull/3022) Update generated code for beta |
| 5 | + * Add support for new resources `Issuing.FraudLiabilityDebit`, `PaymentAttemptRecord`, and `PaymentRecord` |
| 6 | + * Add support for `Get` and `List` methods on resources `FraudLiabilityDebit` and `PaymentAttemptRecord` |
| 7 | + * Add support for `Get`, `ReportPaymentAttemptCanceled`, `ReportPaymentAttemptFailed`, `ReportPaymentAttemptGuaranteed`, `ReportPaymentAttempt`, and `ReportPayment` methods on resource `PaymentRecord` |
| 8 | + * Remove support for `MoneyMovement` on `AccountSessionComponentsFinancialAccountFeaturesOptions` |
| 9 | + * Add support for `CardManagement`, `CardSpendDisputeManagement`, `CardholderManagement`, and `SpendControlManagement` on `AccountSessionComponentsIssuingCardFeaturesOptions` |
| 10 | + * Add support for `DisableStripeUserAuthentication` on `AccountSessionComponentsIssuingCardsListFeaturesOptions` |
| 11 | + * Add support for `AdaptivePricing` on `Checkout.SessionCreateOptions` and `CheckoutSession` |
| 12 | + * Add support for `MandateOptions` on `CheckoutSessionPaymentMethodOptionsBacsDebitOptions`, `CheckoutSessionPaymentMethodOptionsBacsDebit`, `CheckoutSessionPaymentMethodOptionsSepaDebitOptions`, and `CheckoutSessionPaymentMethodOptionsSepaDebit` |
| 13 | + * Add support for `RequestDecrementalAuthorization`, `RequestExtendedAuthorization`, `RequestIncrementalAuthorization`, `RequestMulticapture`, and `RequestOvercapture` on `CheckoutSessionPaymentMethodOptionsCardOptions` and `CheckoutSessionPaymentMethodOptionsCard` |
| 14 | + * Add support for `CaptureMethod` on `CheckoutSessionPaymentMethodOptionsKakaoPayOptions`, `CheckoutSessionPaymentMethodOptionsKrCardOptions`, `CheckoutSessionPaymentMethodOptionsNaverPayOptions`, `CheckoutSessionPaymentMethodOptionsPaycoOptions`, and `CheckoutSessionPaymentMethodOptionsSamsungPayOptions` |
| 15 | + * Add support for `AccountHolderAddress`, `AccountHolderName`, `AccountType`, and `BankAddress` on `FundingInstructionsBankTransferFinancialAddressesAba`, `FundingInstructionsBankTransferFinancialAddressesSwift`, `PaymentIntentNextActionDisplayBankTransferInstructionsFinancialAddressesAba`, and `PaymentIntentNextActionDisplayBankTransferInstructionsFinancialAddressesSwift` |
| 16 | + * Add support for `PaymentRecordData` and `PaymentRecord` on `InvoiceAttachPaymentOptions` |
| 17 | + * Remove support for `OutOfBandPayment` on `InvoiceAttachPaymentOptions` |
| 18 | + * Add support for `AmountOverpaid` on `Invoice` |
| 19 | + * Add support for `MerchantAmount` and `MerchantCurrency` on `Issuing.TestHelpersAuthorizationCreateOptions` |
| 20 | + * Add support for `SubmitType` on `PaymentLinkUpdateOptions` |
| 21 | + |
3 | 22 | ## 47.1.0-beta.1 - 2024-10-29
|
4 | 23 | * [#3018](https://github.com/stripe/stripe-dotnet/pull/3018) Update generated code for beta
|
5 | 24 | * Add support for `TriggerAction` method on resource `PaymentIntent`
|
|
0 commit comments