Plaid

Create bank transfer method from Plaid processor token

Sending the processor_token to this endpoint will create the bank transfer method for the given enterprise on the BitGo Platform.

Currently, only ACH bank transfer methods will be accepted.

Ensure you set all the required permissions to the token before submitting it: auth, identity and signal.

Optionally, you can provide the description for the bank transfer method. The description is the display name and works similarly to a nickname. Uses the account name returned by Plaid when omitted.

post/api/tradfi/v1/plaid/processor-token

Request body

enterpriseIdstring required

The ID of the enterprise that owns the bank transfer method

processorTokenstring required

A Plaid processor token created with BitGo as the processor.

descriptionstring

Optional display name for the bank transfer method. Uses the account name returned by Plaid when omitted.

Response

Created

Changes

Changed in 1 of the 33 revisions of this API.1