Migrate account into Transfers
POST /transfer/migrate_account
As an alternative to adding Items via Link, you can also use the /transfer/migrate_account endpoint to migrate previously-verified account and routing numbers to Plaid Items. This endpoint is also required when adding an Item for use with wire transfers; if you intend to create wire transfers on this account, you must provide wire_routing_number. Note that Items created in this way are not compatible with endpoints for other products, such as /accounts/balance/get, and can only be used with Transfer endpoints. If you require access to other endpoints, create the Item through Link instead. Access to /transfer/migrate_account is not enabled by default; to obtain access, contact your Plaid Account Manager or Support.
Request Body
Required
Defines the request schema for /transfer/migrate_account
Parameters
client_id
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
secret. The secret is required and may be provided either in the PLAID-SECRET header or as part of a request body.
account_number
routing_number
wire_routing_number
routing_number. This field must be set for the created item to be eligible for wire transfers.
account_type
checking or savings).
Response
Defines the response schema for /transfer/migrate_account
Response Properties
access_token
access_token for the newly created Item.
account_id
account_id for the newly created Item.
request_id