Releases: gocardless/gocardless-nodejs
Releases · gocardless/gocardless-nodejs
v2.2.0
Fix fetch on Idempotency Conflict
Merge pull request #94 from gocardless/template-changes Changes from gocardless-nodejs-template
v2.0.0
GoCardlessException.ts
has been renamederrors.ts
and this change of import path is the only breaking change.- Fixes various bugs with errors and introduce separate Error types per error, These extend
errors.GoCardlessException
- Add Webhook endpoints
- Add Scenario Simulator endpoints
- Add Billing Request Endpoints
v1.4.3
- Add
response
object to exceptions - Handle query parameters correctly
- Add PayerAuthorization endpoint / service
- Make
BankAccount.account_holder_name
optional
v1.4.0
Improving our TypeScript definitions, now get definitions for:
instalments
on Instalment Schedule Serviceamendment
,bank_account
andcustomer
on Mandate Import Entry Serviceprefilled_bank_account
andprefilled_customer
on Redirect Flow Service
v1.3.0
- Add documentation about
available_refund_amount_insufficient
error - Allow updating
retry_if_possible
field on subscriptions - Added support for applying tax to transaction and surcharge fees.
- Added
taxes
to payout_items. - Added
tax_currency
to payout. - Added
tax_rates
endpoint. - Added a
payout tax_exchange_rates_confirmed
webhook to know when the exchange rate has been finalised for all fees in the payout.
- Added
v1.2.0
Adds not_retried_reason
field for payment failure events.
v1.1.2
Improving error handling and the exception that is thrown if the request fails.