plaid / quickstart

Get up and running with Plaid Link and the API in minutes
https://plaid.com/docs/quickstart
MIT License
602 stars 645 forks source link

go to latest; change transfers to debits #446

Closed phoenixy1 closed 1 year ago

phoenixy1 commented 1 year ago

This PR does two things:

1) Updates the Go quickstart to the latest major version of the Go client library (17), which involved breaking changes for Transfers and Assets 2) Now that Transfer has transitioned to using Plaid Ledger, Sandbox transfers of type credit will fail by default with an NSF because the Sandbox Ledger starts out unfunded. This PR changes the transfers made by the Quickstart app to debits so that they will succeed.