Questions tagged [plaid]

For questions about programming against Plaid, a fintech API.

Plaid is a RESTful API that is built for US-based banking authentication, verification, and data retrieval. Similar to Yodlee, Plaid provides access to a user's bank account information based on credentials provided by the user.

What questions should have this tag?

Any question that deals with integrating Plaid, the API, or involves the Plaid system should be tagged with the plaid tag. Do not use this tag for generic banking API questions - Plaid does not work with every bank.

Plaid APIs

Plaid provides over a dozen APIs for accessing financial information.

  • Auth: Verify that a user has a bank account at a certain bank without the need for ACH deposits to verify the account. Authentication and verification is done in seconds via the API. Current balance, routing, and account number is returned for the user's account(s).

  • Balance: Retrieve real-time and historical information on a user's account balances.

  • Identity: Retrieve a user's phone number, address, and email.

  • Transfers Make funds transfers, analyze risk, and guarantee ACH funds transfers.

  • Signal Evaluate the likelihood of a specific ACH transaction resulting in a return.

  • Identity Verification Verify identification documents, phone numbers, name, date of birth, ID numbers, addresses, and more.

  • Monitor An anti-money-laundering (AML) solution that detects if your customers are on government watchlists.

  • Investments: Retrieve data on a user's investment accounts, including balances, account types, and transaction history.

  • Liabilities: Retrieve data on a user's loans, loan terms, and payment history.

  • Assets: View a user's current and historical assets, which can then be used in making loan underwriting decisions.

  • Income Verify anyone's income and employment in seconds.

  • Transactions: Retrieve the transactions of a user quickly, with meta tagging and classification.

  • Enrich: Make an existing transaction history more useful with metadata like improved transaction description, merchant name and logo, and transaction categorization.

  • Wallet Onboard Connect to hundreds of self-custody crypto wallets.

  • Payment Initiation Create a payment to or from a user's bank account (UK and Europe only)

  • Virtual Accounts Collect domestic payments, initiate payouts and refunds, and streamline reconciliation processes (UK and Europe only)

Need more information?

View the API documentation

342 questions
-1
votes
1 answer

Is it possible to send payments with a Plaid API developer account?

Title says it all. Is it possible to send payments with a Plaid API developer account? I am using developer account access tokens in Google Sheets and don't have a great way of hiding them. I'm hoping the developer accounts are read only so that if…
user12457151
  • 853
  • 2
  • 12
  • 25
-1
votes
1 answer

Deleting Bank Accounts from an Item in Plaid API

My API is able to link a client's bank account, but is unable to 'unlink' it. The documentation specifies that 3 body params are needed: "client_id", "secret", & "access_token." However, from what I have read an access_token can be linked to MANY…
H. Olsen
  • 45
  • 1
  • 7
-1
votes
1 answer

Trying to run quickstart. Error no image ID

Followed instructions and installed Docker for the first time. Then I input everything in terminal as stated. Error on make up language=node cannot write /var/folders/fw/44x2zkk9337ddrtbq5cp5w940000gn/T/tmph4o_dkt6 because server did not provide…
-1
votes
1 answer

What is the proper way to use plaid with php/laravel?

I am using travoltron/plaid for laravel(5.6). Plaid package version is "travoltron/plaid": "^2.0" and guzzle version is "guzzlehttp/guzzle": "6.0". I have followed the documentation and…
hu7sy
  • 983
  • 1
  • 13
  • 47
-1
votes
1 answer

Integrating Plaid API on Front End?

My buddy and I are learning coding and are integrating Plaid's API currently. We've built out most of UI view controllers for our onboarding and sign up pages but are a bit confused about how Plaid's API ties into this. We know from using other apps…
-1
votes
1 answer

pass plaid link tokens to the client side in react

would anybody happen to know how to pass plaid link tokens to the client side in REACT? I already tried using the code from plaid quickstart but it is in jquery.
Jovi P.
  • 11
  • 1
-1
votes
1 answer

Plaid Link integration with Back4App

New to dev and literally just copied and pasted the plaid link integration(https://plaid.com/docs/#integrating-with-link) right into a basic HTML page for the client side code and right into back4app's cloud code (Node JS) for the server side code…
Pablo Picasso
  • 133
  • 2
  • 12
-1
votes
1 answer

AttributeError: 'Processor' object has no attribute 'dwollaProcessorTokenCreate'

client = Client(client_id='XXXXXXX',secret='XXXXXX',public_key='XXXXXX', environment='sandbox') client.Processor.dwollaProcessorTokenCreate() Traceback (most recent call last): File "", line 1, in AttributeError:…
-1
votes
1 answer

how to get account details when integrating plaid api

I am actually trying to integrate Plaid api for ACH payments and following "https://plaid.com/docs/link/" tutorial in Ruby. In this I have written the js code and it shows me pop up to select bank accounts. I am using it in sandbox mode in which I…
Mandeep
  • 17
  • 8
-2
votes
1 answer

Retrieve bank account number through plaid in Django

I am creating a financial app using django. I want a user can connect to any bank using Plaid and on the UI, we can see the bank account number and balance of the user. I am not sure how to retrieve the dummy bank account number I tried to connect…
Sapy
  • 1
  • 1
-2
votes
1 answer

PRODUCT_NOT_ENABLED issue in Plaid API call

We try to run the "link/token/create" API call, but it throws the PRODUCT_NOT_ENABLED error We use the sandbox account testing details. Below are our error response details {\n "display_message": null,\n "documentation_url":…
-2
votes
1 answer

Integrating Salesforce with Plaid

I have a requirement where I need to integrate Salesforce with Plaid. Need to store Bank statement in an Object in Salesforce by using Plaid. I have created "Site" in Salesforce. In Visualforce Page, I need to hold the Plaid code. I don't have any…
1 2 3
22
23