Page Title
Learn how Finicity aggregates data and build your first integration.
Section Title
Getting up and running with Finicity is as simple as the following quickstart process API Reference API. Additional customization is available once you have completed your initial integration, but we have left that out of this guide intentionally for simplicity’s sake.
Getting up and running with Finicity is as simple as the following quickstart process. Additional customization is available once you have completed your initial integration, but we have left that out of this guide intentionally for simplicity’s sake.
For a comprehensive list of all the things you can do with our API please refer to the API Reference API. To learn more about what data you can access please read our platform essentials and how to interact with financial institutions and the customer data you can get.
All you need to do to embed Finicity Connect into your web application is include finicity.web.js in your webpage and initialize it by providing a list of configuration options.
- 1
First Text goes here and then it can have a redirected URL as well
- 2
Second Text goes here and then it can have a redirected URL as well
- 3
Third Text goes here and then it can have a redirected URL as well
First Text goes here and then it can have a redirected URL as well
Second Text goes here and then it can have a redirected URL as well
Third Text goes here and then it can have a redirected URL as well
Click here to add your own text
Step 1: Step-by-Step Title
- 1.
Content goes here
- 2.
Content goes here
Username | Password | Account Types | Supported Products |
---|---|---|---|
profile_02 | profile_02 | SavingsIRA401kCredit Card | achahastate_aggtrans_aggvoavoi |
profile_02 | profile_02 | SavingsIRA401kCredit Card | achahastate_aggtrans_aggvoavoi |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
</head>
<body>
<script src="https://plugin.finicity.com/finicity.web.v1.js"></script>
<script type="text/javascript">
const finicity = Finicity.create({
finicityAppKey: 'your-finicity-app-key',
apiHost: 'https://api-sandbox.finicity.io/v1',
//userToken: 'user_token',
companyName: 'My Company',
onAccountCreated: ({ accountId, userId }) => {
console.log('Account created: ', accountId, ' User ID:', userId)
},
onAccountConnected: ({ accountId, userId }) => {
console.log('Account connected: ', accountId, ' User ID:', userId)
},
onAccountUpdated: ({ accountId, userId }) => {
console.log('Account updated: ', accountId, ' User ID:', userId)
},
onAccountRemoved: ({ accountId, userId }) => {
console.log('Account removed: ', accountId, ' User ID:', userId)
},
onUserCreated: ({ userId, userToken }) => {
console.log('User created: ', userId)
}
})
argyle.open()
</script>
</body>
</html>
Subtitle
GET
/aggregation/v1/customers
POST
/connect/v1/generate

Get a customer’s ACH details
consectetur nulla fugiat adipisicing enim sit voluptate irure magna irure.

Get a customer’s ACH details
consectetur nulla fugiat adipisicing enim sit voluptate irure magna irure.

Get a customer’s ACH details
consectetur nulla fugiat adipisicing enim sit voluptate irure magna irure.