Get status of all originators' onboarding

POST /transfer/originator/list

The /transfer/originator/list endpoint gets status updates for all of your originators' onboarding. This information is also available via the Plaid dashboard.

Request Body

Required

Defines the request schema for /transfer/originator/list

Parameters

client_id
string
Your Plaid API client_id. The client_id is required and may be provided either in the PLAID-CLIENT-ID header or as part of a request body.
secret
string
Your Plaid API secret. The secret is required and may be provided either in the PLAID-SECRET header or as part of a request body.
count
integer
The maximum number of originators to return.
offset
integer
The number of originators to skip before returning results.

Response

Defines the response schema for /transfer/originator/list

Response Properties

originators
required, array[object]
client_id
required, string
Originator’s client ID.
transfer_diligence_status
required, string
Originator’s diligence status.
request_id
required, string
A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive.