Plaid Link token

Get a Plaid link token for an entity. This token can be used to add or update a bank account to the entity using Plaid Link.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

entityIdstringRequired
Entity ID or Entity ForeignID

Query parameters

paymentMethodIdstringOptional
ID of Bank Account to update

Response

This endpoint returns a string.

Errors

400
Bad Request
401
Unauthorized
403
Forbidden
404
Not Found
409
Conflict
500
Internal Server Error
501
Unimplemented