Skip to content

Releases: vapor-community/stripe

Persons API Support

01 Mar 05:49
bde3f32
Compare
Choose a tag to compare
Merge pull request #92 from vapor-community/persons

Implemented Persons API for connect accounts.

Update Charge routes to Latest API

25 Feb 01:39
12d82d0
Compare
Choose a tag to compare
Merge pull request #91 from vapor-community/2019-02-19-API-Upgrade

Updated charge routes to latest API

Stripe API Upgrade and bug Fixes

25 Feb 00:29
82f6043
Compare
Choose a tag to compare

⚠️ There are some breaking changes in this release

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

25 Jan 15:37
166b182
Compare
Choose a tag to compare
Merge pull request #89 from robipresotto/master

Fix balance history endpoint

Balance and charges Route fixes

25 Jan 10:13
136c050
Compare
Choose a tag to compare
Merge pull request #88 from robipresotto/master

Fixes charges/balance endpoints

Legal Entity fixes

24 Jan 23:37
68e3133
Compare
Choose a tag to compare

Properly encode LegalEntity with a dictionary when creating or updating connect accounts.

Bug Fixes

07 Jan 21:11
5c0fe29
Compare
Choose a tag to compare

Properly encodes the Stripe Terms of Acceptance date as an epoch date.

Connect Accounts

05 Jan 19:31
802a264
Compare
Choose a tag to compare

Connect Account creation now accept all parameters

Invoice Fixes

18 Oct 17:04
Compare
Choose a tag to compare
2.2.4

Make Invoice ID's optional. Fixes #80

Even More Bugs

10 Oct 17:49
Compare
Choose a tag to compare
2.2.3

customers: Fix an issue with source deltion decoding the wrong model