GET
/
v1
/
businesses
/
{business_id}
/
plaid
/
accounts
curl https://sandbox.layerfi.com/v1/businesses/863ed926-e30d-40f4-8e7e-b0d5387ce4fb/plaid/accounts \
  -H "Authorization: Bearer <access_token>"
{
    "data": [
        {
            "type": "Plaid_Account_With_Processor_Token",
            "id": "d0068f9a-e5ad-4bed-b338-a022d6d75bd4",
            "plaid_account_id": "Aaoy8G7VXZHVeqNoL1GvcmkPdqpLRWi9NArdG",
            "plaid_processor_token": "processor-sandbox-0496279d-6c4c-4363-8783-f87d0d08e442",
            "status": "ACTIVE",
            "mask": "0000",
            "name": "Plaid Checking",
            "account_type": "DEPOSITORY",
            "subtype": "checking",
            "created_at": "2024-05-28T22:24:33.467485Z",
            "updated_at": "2024-05-28T22:24:33.467485Z",
            "connection_needs_repair_as_of": null,
            "ledger_account_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
        }
    ],
    "meta": {}
}

Path Parameters

business_id
string
required

ID of the Business to list the Plaid accounts for.

Response

List of Plaid Account objects.

curl https://sandbox.layerfi.com/v1/businesses/863ed926-e30d-40f4-8e7e-b0d5387ce4fb/plaid/accounts \
  -H "Authorization: Bearer <access_token>"
{
    "data": [
        {
            "type": "Plaid_Account_With_Processor_Token",
            "id": "d0068f9a-e5ad-4bed-b338-a022d6d75bd4",
            "plaid_account_id": "Aaoy8G7VXZHVeqNoL1GvcmkPdqpLRWi9NArdG",
            "plaid_processor_token": "processor-sandbox-0496279d-6c4c-4363-8783-f87d0d08e442",
            "status": "ACTIVE",
            "mask": "0000",
            "name": "Plaid Checking",
            "account_type": "DEPOSITORY",
            "subtype": "checking",
            "created_at": "2024-05-28T22:24:33.467485Z",
            "updated_at": "2024-05-28T22:24:33.467485Z",
            "connection_needs_repair_as_of": null,
            "ledger_account_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
        }
    ],
    "meta": {}
}