Releases: vapor-community/stripe
Releases · vapor-community/stripe
Persons API Support
Merge pull request #92 from vapor-community/persons Implemented Persons API for connect accounts.
Update Charge routes to Latest API
Merge pull request #91 from vapor-community/2019-02-19-API-Upgrade Updated charge routes to latest API
Stripe API Upgrade and bug Fixes
If you would like to remain on the latest non-breaking version, you can specify the version manually in your Package.swift file
.package(url: "https://github.com/vapor-community/stripe-provider.git", .exact( "2.2.9"),
Fix balance history endpoint
Merge pull request #89 from robipresotto/master Fix balance history endpoint
Balance and charges Route fixes
Merge pull request #88 from robipresotto/master Fixes charges/balance endpoints
Legal Entity fixes
Properly encode LegalEntity with a dictionary when creating or updating connect accounts.
Bug Fixes
Properly encodes the Stripe Terms of Acceptance date as an epoch date.
Connect Accounts
Connect Account creation now accept all parameters
Invoice Fixes
2.2.4 Make Invoice ID's optional. Fixes #80
Even More Bugs
2.2.3 customers: Fix an issue with source deltion decoding the wrong model