github stripe/stripe-go v72.0.0

latest releases: v78.6.0-beta.1, v78.5.0, v78.5.0-beta.1...
3 years ago
  • #1170 Multiple API changes
    • Move to latest API version 2020-08-27
    • Remove Prorate across Billing APIs in favor of ProrationBehavior
    • Remove TaxPercent across Billing APIs in favor of TaxRate-related parameters and properties
    • Remove DisplayItems on Checkout Session in favor of LineItems
    • Remove FailureURL and SuccessURL on AccountLink in favor of RefreshURL and ReturnURL
    • Remove AccountLinkTypeCustomAccountUpdate and AccountLinkTypeCustomAccountVerification on AccountLink in favor of AccountLinkTypeAccountOnboarding and AccountLinkTypeAccountUpdate
    • Remove Authenticated and Succeeded on ChargePaymentMethodDetailsCardThreeDSecure
    • Remove Plan, Quantity, TaxPercent and TrialEnd from Customer creation or update in favor of the Subscription API
    • Rename Plans to Items on SubscriptionSchedule
  • #1171 Remove multiple deprecated APIs
    • Remove support for the Recipient API
    • Remove support for the RecipientTransfer API
    • Remove support for the BitcoinReceiver API
    • Remove support for the ThreeDSecure API which has been replaced by PaymentIntent and PaymentMethod
    • Remove support for the ExchangeRate API which has never shipped publicly and is being reworked
  • #1172 Properly remove ThreeDSecure class entirely
  • #1173 Remove deprecated parameters SavePaymentMethod and Source on PaymentIntent

See the changelog for more details.

Don't miss a new stripe-go release

NewReleases is sending notifications on new releases.