Releases: checkout/checkout-sdk-python
Releases · checkout/checkout-sdk-python
3.0.5
Release 3.0.5
- Added
upgrade_reason
to 3DS request and response. - Removed payment_type:
unscheduled
- Added
email_addresses
to ContactDetails (default). - Added support for Customer Source (default).
3.0.4
Release 3.0.4
- Added Support for ALMA source (CS2)
- Added Support for One Klarna source (CS2)
- Added Support for Fawry source (CS2)
- Added missing fields for PayPal source (CS2)
- Added missing fields for Sofort source (CS2)
- Added missing fields for ID source (CS2)
- Added scheme to all Session sources (CS2)
3.0.3
Release 3.0.3
- Removed Baloto Source.
- Added support for QZ Country Code.
- Added support for P24 source. (CS2)
- Added support for Knet source. (CS2)
- Added support for Bancontact, Postfinance and Multibanco source. (CS2)
- Added support for STC source. (CS2)
- Added amount_allocations and marked marketplace as deprecated
3.0.2
Release 3.0.2
- Added support for Afterpay source. (CS2)
- Added support for Benefit source. (CS2)
- Added support for QPay source. (CS2)
- Added support for EPS and GiroPay source. (CS2)
- Added support for Alipay Plus source. (CS2)
- Added property to KlarnaSource (CS1)
3.0.1
Release 3.0.1
- Added support to ACH and Level 2 & 3 fields (CS2)
- Added Palestine Country code (CS1/CS2)
- API Updates: Payments (CS2)
- API updates: Accounts & Sessions (CS2)
3.0.0
Release Version 3.0.0
** Version 3.0.0 is here! **
- We improved the initialization of SDK making it easier to understand the available options.
- Now
NAS
accounts are the default instance for the SDK andABC
structure was moved to aprevious
prefixes. - If you have been using this SDK before, you may find the following important changes:
** Imports: if you used to importcheckout_sdk.payments.payments
now usecheckout_sdk.payments.payments_previous
** Marketplace module was moved to Accounts module, same for classes and references.
** In most cases, IDE can help you determine from where to import, but if you're still having issues don't hesitate to open a ticket.
Marketplace API name change
Marketplace terminology was removed from Checkout API Reference, so in order to matches what API reference contains we migrated all the MarketplaceClient stuff into AccountsClient
Decoupled Balances and Transfers from Marketplace/Accounts into his own clients BalancesClient and TransfersClient
3.0.0b8
Release 3.0.0b8
3.0.0b7
Release 3.0.0b7
- Added support for Get transfers details
- Updated requests dependency version to allow recent versions
3.0.0b6
Release 3.0.0b6
- Add cartes bancaries properties to
ThreeDsRequest
&ProcessingSettings
(Four) - API updates on Sessions (Four)
- Removes
first_name
andcountry
fields from PaymentRecipient schema (Default/Four) - Added support for
WeChat
andAlipay
Plus beta APM (Four)
3.0.0b5
Release 3.0.0b5
- Support for payout-schedules endpoint to Marketplace (Four)
- Refactor
http_response
tohttp_metadata
and added specific mapping - Review Payments Schema - Added missing payments source types (Default/Four)
- Added support for
idempotency key
ontransfers
(Four) - Review OAuth scopes (Four)
- Added
email
property to NetworkTokenSource - Added missing payment
exemptions
types - Support beta APMs PayPal and ACH
- Remap AccountHolder & MarketplaceAccountHolder