Skip to content

Releases: stripe/stripe-go

stripe-go v54.0.0

27 Nov 15:01
b83cfb3
Compare
Choose a tag to compare
  • #721 Add support for RadarValueList and RadarValueListItem
  • #721 Remove Closed and Forgiven from InvoiceParams
  • #721 Add PaidOutOfBand to InvoicePayParams

See the changelog for more details.

stripe-go v53.4.0

26 Nov 19:20
Compare
Choose a tag to compare
  • #728 Add IssuingCard to EphemeralKeyParams

See the changelog for more details.

stripe-go v53.3.0

26 Nov 17:50
Compare
Choose a tag to compare
  • #727 Add support for TransferData on payment intent create and update

See the changelog for more details.

stripe-go v53.2.0

21 Nov 17:46
Compare
Choose a tag to compare
  • #725 Improved error deserialization

See the changelog for more details.

stripe-go v53.1.0

15 Nov 09:39
Compare
Choose a tag to compare
  • #723 Add support for last_payment_error on PaymentIntent.
  • #724 Add support for transfer_data[destination] on PaymentIntent.

See the changelog for more details.

stripe-go v53.0.1

12 Nov 22:09
Compare
Choose a tag to compare
  • #714 Fix bug in retry logic that would cause the client to panic

See the changelog for more details.

stripe-go v53.0.0

09 Nov 02:47
Compare
Choose a tag to compare
  • #716 Drop support for Go 1.8.
  • #715 Ship changes to the PaymentIntent resource to match the final layout.
  • #717 Add support for flat_amount on Plan tiers.
  • #718 Add support for supported_transfer_countries on CountrySpec.
  • #720 Add support for review on PaymentIntent.
  • #707 Multipl
    • Move to API version 2018-11-08.
    • Add support for new API methods, properties and parameters for Invoice.
    • Add support for default_source on Subscription and Invoice.

See the changelog for more details.

stripe-go v52.1.0

31 Oct 20:34
Compare
Choose a tag to compare
  • #705 Add support for the Person resource
  • #706 Add support for the WebhookEndpoint resource

See the changelog for more details.

stripe-go v52.0.0

31 Oct 19:43
Compare
Choose a tag to compare
  • #711 Set Request.GetBody when making requests
  • #711 Drop support for Go 1.7 (hasn't been supported by Go core since the release of Go 1.9 in August 2017)

See the changelog for more details.

stripe-go v51.4.0

19 Oct 23:03
Compare
Choose a tag to compare
  • #708 Add Stripe Terminal endpoints to master to client.API

See the changelog for more details.