Releases: gocardless/gocardless-pro-python
Releases · gocardless/gocardless-pro-python
v1.27.0
What's Changed
- Release BlockAPI
- Raise custom exceptions according to status code
- Add
mandate_referenceproperty toRedirectFlow - Add
country_codeproperty toInstitution - Add
bank_authorisation,billing_requestandbilling_request_flowproperties toEvent.links - Add
exit_uriproperty toBillingRequestFlow - Remove
payment_requestproperty fromBankAuthorisation
Full Changelog: v1.26.0...v1.27.0
v1.26.0
v1.25.0
Support webhook endpoints
Merge pull request #52 from gocardless/template-changes Add support for webhook endpoints
v1.23.0
Merge pull request #51 from gocardless/template-changes Changes generated by 0440ba15975864678bbac9ac8910645ed7efc9ac
v.1.22.0
Added a new resource called payer_authorisatons
This is our new API dedicated to building custom payment pages. It encapsulates the creation of customer, bank account and mandate under this single resource.
v1.21.0
- Added a new event called
payer_authorisation_completedfor an upcoming resource type calledpayer_authorisationwhich providescustomer,customer_bank_account,mandateandpayer_authorisationlinks - Uses a different version of
responseslibrary for python_version <= 3.4 - Code comment changes
v1.20.0
- Added support for applying tax to transaction and surcharge fees.
- Added
taxesto payout_items. - Added
tax_currencyto payout. - Added
tax_ratesendpoint. - Added a payout
tax_exchange_rates_confirmedwebhook to know when the exchange rate has been finalised for all fees in the payout.
- Added
v1.19.0
Adds support for not_retried_reason in payment failure event details.