Articles
							
										
						Plaid API Provider Setup					
					
						 To authenticate a Plaid element instance must provide information about your Plaid account and the user's bank account:   Plaid information required: The  public_key ,  secret ,  client_id , and  API environment  (sandbox, production, or development...					
				 
							
										
						Plaid Authenticate an Element					
					
						   You can authenticate with Plaid to create your own instance of the Plaid element through the UI or through APIs. Once authenticated, you can use the element instance to access the different functionality offered by the Plaid platform.  Authenticat...					
				 
							
										
						Plaid Events					
					
						   Cloud Elements supports events via polling or webhooks depending on the API provider. For more information about our Events framework, see  Events Overview .  Supported Events and Resources  Cloud Elements supports polling events for Plaid. After ...					
				 
							
										
						Plaid Bulk					
					
						 Bulk provides an option to upload a large number of resources, such as contacts, to a service provider all at once. You can use bulk to download a csv or json file from a large number of records or upload a csv or json file to add multiple records. ...					
				 
							
										
						Plaid Querying					
					
						 The Cloud Elements Query Language (CEQL) provides a standard way to search across all of our elements. Many API providers support some form of searching in their APIs but each one approaches searching differently. Rather than having you research how...					
				 
							
										
						Plaid API Documentation					
					
						 Base URL  The base URL for all API requests is  https://api.cloud-elements.com/elements/api-v2 .