Integrations
Create an integration Link
Create a Link for an active Integration every time a customer connects their bank. In Plaid, this is a Plaid Link every time a customer connects their bank. For Plaid, call this after exchanging a public token for an Item access_token.
POST
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Path Parameters
Body
application/json
The generated token that grants access to the bank (this is encrypted in transit and at-rest with a custom key)
A unique identifier for your end user (customer) generated by you
Unique identifier for each bank connection made by your end users. In Plaid this is the 'item_id'.
An human readable name for this end user, like the company legal name
Response
201 - application/json
Was this page helpful?