Create a bank account from a plaid processor token

POST {{baseUrl}}/v1/plaid/processor_token

This endpoint creates a new verified bank account by using a plaid processor token to retrieve its information.

scope: plaid_processor:write

📘 To create a token please use the plaid api and select gusto as processor.

🚧 Warning - Company Bank Accounts

If a default company bank account exists, it will be disabled and the new bank account will replace it as the company's default funding method.

Request Body

{"owner_type"=>"<string>", "owner_id"=>"<string>", "processor_token"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
X-Gusto-API-VersionstringDetermines the date-based API version associated with your API call. If none is provided, your application's minimum API version is used.
Content-Typestring
Acceptstring

RESPONSES

status: Created

{&quot;uuid&quot;:&quot;1263eae5-4411-48d9-bd6d-18ed93082e65&quot;,&quot;company_uuid&quot;:&quot;e2c4c0ce-2986-48b9-86cf-ec27f6ed9a36&quot;,&quot;account_type&quot;:&quot;Checking&quot;,&quot;routing_number&quot;:&quot;851070439&quot;,&quot;hidden_account_number&quot;:&quot;XXXX4087&quot;,&quot;verification_status&quot;:&quot;verified&quot;,&quot;verification_type&quot;:&quot;plaid_external&quot;,&quot;name&quot;:&quot;Employer Funding Account&quot;}