Releases: beam-community/stripity-stripe
Releases · beam-community/stripity-stripe
v1.6.2
v1.6.1
v2.0.0-alpha.11
Stripe.EphemeralKey.create
by zipmeStripe.Webhook
by jayjun- Allow
prorate: false
onSubscription.update
by taylordowns2000 - Fix
Subscription.list
by Iurii Zdyrko
v1.6.0
v2.0.0-alpha.9
- Support for
&list/
endpoints to the following modules:Account, Card, Charge, Coupon, Customer, Event, ExternalAccount, FileUpload, Invoice, Plan, Refund, Subscription
- #242, Credit: https://github.com/jayjun - Support for inovice line items. Line items now render when retrieving an
Invoice
, with the help of the newStripe.Invoice
struct - #240, Credit: https://github.com/jayjun
v2.0.0-alpha.10
- Added basic webhook support - #239, Credit: https://github.com/jayjun
v1.5.0
v2.0.0-alpha.8
v2.0.0-alpha.7
2.0.0-alpha.6
- Sligtly better error handling
- Allow for
stripe_user
params to be passed as part of connect URL - Allow passing
api_key
to override default one. - Added ability to update
Customer
source - Added
ExternalAccount
endpoints ([:create, :retrieve, :update, :delete]
- Added
FileUpload
endpoints ([:create, :retrieve]
) - Added
Account.create
, added some missing fields toAccount
- Removed
datetime
conversions.datetime
fields are now unix timestamp integers, as they are in the original Stripe API response. We don't want to impose a format on the user. - Fixed
Customer.update
- Added
Invoice
endpoints ([:create, :retrieve, :update]
) - Added basic support for
List
objects (step towards:retrieve_all
) - Added
:type
field to all structs - Added
Charge
endpoints ([:create, :retrieve]
) - Added
Token.create
- Lots of internal improvements, which will hopefully make moving forward easier