diff --git a/lib/endpoints/bank.js b/lib/endpoints/bank.js index 5171554..bcda291 100644 --- a/lib/endpoints/bank.js +++ b/lib/endpoints/bank.js @@ -35,6 +35,14 @@ Bank.prototype = { }, callback, idempotencyKey); }, + instantAccountVerificationPlaid: function(params, callback, idempotencyKey) { + return this.resource.request({ + method: 'POST', + uri: '/bank/iav/plaid', + body: params + }, callback, idempotencyKey); + }, + addBankAccount: function(params, callback, idempotencyKey) { return this.resource.request({ method: 'POST',