POST
/
v1
/
account
/
{accountId}
/
processor-token
curl --request POST \
  --url https://qa-api.sbx.solidfi.com/v1/account/{accountId}/processor-token \
  --header 'Content-Type: application/json' \
  --data '{
  "processorToken": "processor-sandbox-688015ed-4c57-4bee-8b13-4cdfd4a9137a"
}'
{
  "accountId": "acc-ab566541-69c5-4393-8a41-47f167b2af02",
  "ach": {
    "accountNumber": "1111222233330000",
    "accountType": "personalChecking",
    "bankName": "Anoka Hennepin CU",
    "last4": "0000",
    "routingNumber": "011401533",
    "verified": true
  },
  "card": null,
  "check": null,
  "createdAt": "2023-11-20T08:10:04Z",
  "crossBorder": null,
  "debitCard": null,
  "email": "john@acme.com",
  "id": "con-712d2076-7807-44a6-be5c-94cd31901f63",
  "intrabank": null,
  "label": "Acme Business LLC",
  "metadata": null,
  "modifiedAt": "2023-11-20T08:10:04Z",
  "name": "Acme Business LLC",
  "phone": "+16604491146",
  "programId": "prg-ffa511da-1adc-4603-b845-173b895a33f6",
  "status": "active",
  "type": "selfACH",
  "wire": null
}

Headers

sd-api-key
string
Example:

"{{sd-api-key}}"

sd-person-id
string
Example:

"{{sd-person-id}}"

Path Parameters

accountId
string
required

Body

application/json
processorToken
string
Example:

"processor-sandbox-688015ed-4c57-4bee-8b13-4cdfd4a9137a"

Response

200 - application/json
Plaid ProcessorToken Integration
accountId
string
Example:

"acc-ab566541-69c5-4393-8a41-47f167b2af02"

ach
object
card
any | null
check
any | null
createdAt
string
Example:

"2023-11-20T08:10:04Z"

crossBorder
any | null
debitCard
any | null
email
string
Example:

"john@acme.com"

id
string
Example:

"con-712d2076-7807-44a6-be5c-94cd31901f63"

intrabank
any | null
label
string
Example:

"Acme Business LLC"

metadata
any | null
modifiedAt
string
Example:

"2023-11-20T08:10:04Z"

name
string
Example:

"Acme Business LLC"

phone
string
Example:

"+16604491146"

programId
string
Example:

"prg-ffa511da-1adc-4603-b845-173b895a33f6"

status
string
Example:

"active"

type
string
Example:

"selfACH"

wire
any | null