Releases: starkbank/sdk-python
Releases · starkbank/sdk-python
v2.12.0
Added
- PaymentPreview resource to preview multiple types of payments before confirmation: BrcodePreview, BoletoPreview, UtilityPreview and TaxPreview
v2.11.0
Added
- "payment" account type for Pix related resources
- Institution resource to allow query of institutions recognized by the Brazilian Central Bank for Pix and TED transactions
v2.10.1
[2.10.1] - 2021-06-07
Fixed
- TaxPayment.scheduled being cast to datetime instead of date
v2.10.0
[2.10.0] - 2021-06-01
Added
- Normalized event signature verification after failed raw content attempt
- DictKey.bank_name parameter
- Workspace.allowed_tax_ids to control who can send Deposits to the Workspace
- Workspace.update() to allow parameter updates
- TaxPayment resource to allow payment of taxes with bar codes
- DarfPayment resource to allow DARF tax payment without bar code
v2.9.0
Added
- Event.Attempt sub-resource to allow retrieval of information on failed webhook event delivery attempts
- Boleto.transaction_ids property to allow transaction tracking
- Transfer.description property to allow control over corresponding Transaction descriptions
v2.8.0
Added
- Invoice.link property to allow easy access to invoice webpage
- Event.workspace_id property to multiple Workspace Webhook identification
- StarkBankError as base SDK Exception to facilitate general try-excepts
Fixed
- Bad "+" char URL encoding on BrcodePreview
v2.7.0
Added
- pdf function for retrieving PDF receipts from reversed invoice logs
v2.6.1
Fixed
- missing Invoice.transaction_ids property
v2.6.0
Added
- page functions as a manual-pagination alternative to queries
v2.5.0
Added
- Invoice.Payment sub-resource to allow retrieval of invoice payment information