v3
latestOpenAPI 3.0.32026-07-31489099.0 KBFinancial Institutions
Register financial institution account via Plaid and return address ID
Registers a financial institution account using Plaid public token and returns the address ID
post/accounts/{account_id}/plaid/register-account
Path parameters
account_idstring required
ID of the resource
Example:2VZvtmVc2j3gQ80CTlcuQXbGrwC
Account ID
Request body
Example request
{
"customer_webhook_url": "https://customer.com/webhooks/plaid-updates",
"public_token": "public-sandbox-123456789",
"transfer_types": [
"ach_credit",
"wire"
]
}Response
Created
Example response
{
"address_id": "addr_123456789"
}