BREAKING CHANGES:
- The library has been pinned to the '2020-09-14' API release. Visit the docs to see what changed.
- the
/item/public_token/createendpoint has been disabled in favor of the /link/token/create endpoint - The
/item/add_token/create endpointhas been disabled in favor of the /link/token/create - The
/payment_initiation/payment/token/createendpoint has been disabled in favor of the /link/token/create endpoint - The
/item/removeendpoint will no longer return aremovedboolean. - The
/institutions/get,/institutions/get_by_id, and/institutions/searchnow requirecountry_codesto be passed in.
- Add support for Link Token get endpoint (#142)
/link/token/get
BREAKING CHANGES:
- Add BACS as a parameter to
/recipient/create(#137)
- Add
MerchantNametoTransactionstruct
BREAKING CHANGES:
- Removes the public key as input to
ClientOptions. The public key is no longer needed by the API. - Add support for the
/link/token/createendpoint
AuthorizedDateandPaymentChanneladded to theTransactionstructItemadded to theGetAuthResponsestruct
- Adds support for
/sandbox/item/set_verification_status PaymentRecipientAddresscan now be null- Removed support for deprecated
/item/access_token/update_versionendpoint
BREAKING CHANGES:
- Removed
client.UpdateAccessTokenVersion PaymentRecipientAddresscan now be null