---
title: "Create an account using a processor token"
method: POST
path: "/accounts/processor_tokens"
tags: ["Accounts"]
---

# Create an account using a processor token

`POST /accounts/processor_tokens`

Create an account using a processor token

## Request body

- object
  - `customer_id` string
  - `processor_token` string

## Response `200`

OK

- object
  - `account_id` string
  - `linked_account_id` string
  - `type` 'external'
  - `link_type` 'plaid'
  - `customer_id` string, nullable
  - `status` 'active' | 'inactive'
  - `verification_status` 'instantly_verified'
  - `date_updated` string
  - `date_created` string

---

[API](https://skmtc.net/bond/apis/customer.md) · [All operations](https://skmtc.net/bond/apis/customer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bond/customer/versions/62f5ac53144d/schema)
