connectPlaidBankAccount

Creates a new ACH payment method by connecting a bank account via Plaid.

Return

A pair of the created payment method and a networking error.

Parameters

request

The Plaid public token, account identifier, and optional institution metadata.


Creates a new ACH payment method by connecting a bank account via Plaid and delivers the result to a callback.

Parameters

request

The Plaid public token, account identifier, and optional institution metadata.

completionHandler

Called with the created payment method on success, or a NetworkingError on failure.