- #148
- Added
card_present
to payment method type.
- Added
- #144
- Fix SwiftCrypto version requirement
- #143
- Adds support for expanding an array of models using
@ExpandableCollection
- Adds
checkoutSession
,invoice
,invoiceItem
andpromotionCode
toStripeDiscount
.
- Adds support for expanding an array of models using
- #142
⚠️ Breaking changes⚠️ Multiple API updates.
- #141 Fixes exchange rate decoding type.
- #140 Makes
created
onConnectAccount
optional.
- #137
- Fixes expandable properties not decoding properly on swift 5.5
- Adds better CI for Tests.
- #138
- Makes StripeSessionCustomerDetails.taxIds optional.
- #136
- Added expand parameter for cloning a payment method.
- #134
- Added support for cloning a payment method.
- #133
⚠️ Breaking changes⚠️ Multiple API updates.- Adds support for
Quotes
andQuoteLineItems
- Adds support for
VerificationSessions
andVerificationReports
-
#125 Added payment method models.
-
#126 Fixed file create crash.
-
#127 Fixed expandable null value encoding.
- #120
⚠️ Breaking changes⚠️ Multiple API updates.
- #118
⚠️ Breaking changes⚠️ Multiple API updates and new support for Customer portal configuration
- #113 Added support for Customer Portal API.
- #112 Updated to latest 2020-08-27 API version.
-
#98 Added support for the
Price
s API. -
#97 Updated
Subscription
s. -
#96 Updated
Invoice
s. -
#95 Updated
Issuing
Transactions
. -
#94 Updated
PaymentIntent
s. -
#93 Added new
PaymentMethod
types and updatedCharge
s. -
#91 Added line items for checkout sessions.
-
#90 Updated
AccountLink
s. -
#89 Updated
ConnectAccount
andPerson
entities. -
#88 Mark
hasMore
properties on Lists as optional.
- #77 Add fix for missing field on
@Expandable
properties.
- #75
- Made payout routes public.
- Fixed
line_items
paramater type on checkout session routes.
-
#73 Updated Issuing API and objects to latest spec.
-
#72 Added support for Expandable objects.
-
#68 Fixed type mispatch for
StripeSubscriptionProrationBehavior
on subscription update route. -
#67 Added support for webhooks signature validation.
-
- Made
requestedCapabilities
Optional
on connect accounts. - Added
StripePaymentIntentTransferData
type fortransferData
onStripePaymentIntent
.
- Made
Major version release for new API version 2020-03-02
-
#63 Added metadata support for webhook endpoints.
-
#61 Added support for
expiry_check
in Issuing Authorization. -
#59 Added
payment_intent.processing
webhook event. -
#57 Added
next_invoice_sequence
forCustomer
. -
#55 Added support for listing all
Checkout Sessions
. -
#53 Added support for
proration_behavior
onSubscriptionSchedule
. -
#51 Added
timezone
toRunReportParameters
. -
#49 Added
additional_verification
toFile
'spurpose
. -
#47 Added
structure
enum toAccount
'sCompany
. -
#46 Updated
carrier
enums forCardIssuingShipping
. Addedspeed
enum forCardIssuingShipping
. -
#43 Added support for
CreditNoteLineItem
. Addedout_of_band_amount
toCreditNote
. Correctly append query paramaters forlist
API calls. -
#41 Added
metadata
toCheckoutSession
. -
#39 Added
proration_behavior
for subscriptions. -
#38 Adds support for
Subscription
pending updates. -
#36 Fixed a typo in card routes. Return the correct type for listing all cards.