Get Plaid Processors
GET
https://api.sfox.com/v1/bank-accounts/${BANK_ACCOUNT_ID}/plaid-processors
Retrieve a list of Plaid processors associated with an end user's bank account.
Request
Path Parameters
Name
Type
Description
BANK_ACCOUNT_ID
required
string
Example Requests
Response
Response Body
Name
Type
Description
data
[object]
The Plaid processor_token
s and associated processors
processor
string
The processor associated with the token that was processed.
Possible values: sfox
, dwolla
status
string
The status of processing the token.
bank_account_id
string
date_added
string
Date-time the token was added.
date_updated
string
Date-time the token was last updated.
Responses
Last updated