plaid / plaid-node

Node bindings for Plaid
https://plaid.com/docs
MIT License
525 stars 173 forks source link

fix(transfer-get-intent-request): Added TransferGetIntentRequest #619

Closed greghellogoodwin closed 8 months ago

greghellogoodwin commented 8 months ago

Our company, Goodwin, is trying to fetch the status of a transfer after completing the auth flow. Upon trying to pass down the transfer_intent_id, we noticed that the getTransferIntent method still relies on a requestBody. We have updated the code to include the associated type with the request.

phoenixy1 commented 8 months ago

@greghellogoodwin thank you for this PR! We can't accept direct contributions to the client libraries as they are generated using OpenAPI generator and other scripts from a set of source files. However, I have identified the issue in the source file (the openapi spec) that these files are generated from and submitted a fix on our internal source copy. That fix should be available with our next regularly-scheduled client library update.