Register financial institution account via Plaid and return address ID
Endpoints
Register financial institution account via Plaid and return address ID
Completes the Plaid-linked bank account flow by exchanging a Plaid public_token and returning the new address_id.
POST
Register financial institution account via Plaid and return address ID
This endpoint completes the Plaid-linked bank account flow. It exchanges the
For a full comparison of both external bank address creation paths, see External bank addresses.
Use the playground below to try this endpoint directly, or review the OpenAPI details in the right panel.
public_token from Plaid Link, registers the bank account, and returns an address_id you can use in transfers.
The Plaid-linked path supports ach_debit, ach_credit, and rtp. It does not support wire.
Previous step: Generate a
link_token using Create Plaid link token and complete the Plaid Link flow before calling this endpoint.Authorizations
Use the Bearer token returned from the Auth endpoint via OAuth2 client_credentials flow. Include the token in the "Authorization: Bearer " header.
Path Parameters
Body
application/json
Plaid public token
Example:
"public-sandbox-123456789"
Webhook for Plaid item updates
Example:
"https://customer.com/webhooks/plaid-updates"
Rails to enable (e.g., ach_credit, wire, rtp_credit)
Minimum array length:
1Response
201 - application/json
Created
ID of the created address
Example:
"addr_123456789"