Entity

Plaid Link token

GET
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.

Path parameters

entityIdstringRequired

Query parameters

paymentMethodIdstringOptional
ID of Bank Account to update

Response

This endpoint returns a string
GET
1curl -G https://api.mercoa.com/entity/:entityId/plaidLinkToken \
2 -H "Authorization: Bearer <token>" \
3 -d paymentMethodId=string
200
Retrieved
1"string"