Releases: stripe/stripe-go
Releases · stripe/stripe-go
stripe-go v29.1.1
- #522 Bump API version and fix creating plans with a product
stripe-go v29.1.0
- #520 Add support for topups
stripe-go v29.0.1
- #519 Correct the implementation of
PaymentSource.MarshalJSON
to also handle bank account sources
stripe-go v29.0.0
- #518 Bump API version to 2018-02-06 and add support for Product & Plan API
stripe-go v28.12.0
- #517 Add
BillingCycleAnchor
toSub
andBillingCycleAnchorUnchanged
toSubParams
stripe-go v28.11.0
- #516 Add
AmountZero
toPlanParams
to it's possible to send zero values when creating or updating a plan
stripe-go v28.10.0
- #509 Plumb through additional possible errors when unmarshaling polymorphic types (please test your integrations while upgrading)
stripe-go v28.9.0
- #506 Add support for recursing into slices in
event.GetObjValue
stripe-go v28.8.0
- #500 Support sharing for bank accounts and cards (adds
ID
field to bank account and charge parameters)
stripe-go v28.7.0
- #494 Add
Automatic
toPayout
struct