plaid / plaid-node

Node bindings for Plaid

Home Page:https://plaid.com/docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Transfer Auth Request missing Idempotency_Key

JohnMeisterWork opened this issue · comments

interface TransferAuthorizationCreateRequest is missing idempotency_key from the allowable inputs. I Believe there are a few options that are missing here.

https://plaid.com/docs/api/products/transfer/#transferauthorizationcreate

"plaid": "^9.9.0",
commented

@JohnMeisterWork new fields are added to the client libraries as they are added to the API, version 9.x does not have these fields as it pre-dates their addition to the Plaid API -- can you try upgrading to the latest client library and see if that resolves the issue?

Thanks, I didn't realize I was 3 behind.