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
gustoas 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
Key | Datatype | Required | Description |
---|---|---|---|
X-Gusto-API-Version | string | Determines the date-based API version associated with your API call. If none is provided, your application's minimum API version is used. | |
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
{"uuid":"1263eae5-4411-48d9-bd6d-18ed93082e65","company_uuid":"e2c4c0ce-2986-48b9-86cf-ec27f6ed9a36","account_type":"Checking","routing_number":"851070439","hidden_account_number":"XXXX4087","verification_status":"verified","verification_type":"plaid_external","name":"Employer Funding Account"}