Contacts
Plaid ProcessorToken Integration
Getting Started
Person
Business
Documents Person
Document Business
Member
Accounts
Contacts
Send
- GETList all Intrabank Push
- POSTSend an Intrabank Push
- GETGet an Intrabank Push
- PATCHUpdate an Intrabank Push
- GETList all ACH Push
- POSTSend an ACH Push
- GETGet an ACH Push
- PATCHUpdate an ACH Push
- GETList all Wire Sent
- POSTSend an Wire Transfer
- GETGet an Wire Transfer
- PATCHUpdate an Wire Transfer
- GETList all Check Sent
- POSTSend an Check
- GETGet an Check Sent
- PATCHUpdate an Check Sent
Receive
Cards
Webhooks
Program
Help Desk
Contacts
Plaid ProcessorToken Integration
Plaid ProcessorToken Integration
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
}
Path Parameters
Body
application/json
Response
200 - application/json
Plaid ProcessorToken Integration
The response is of type object
.
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
}