---
title: "POST bankFeeds.sourceAccount.connected"
method: POST
path: "bankFeeds.sourceAccount.connected"
---

# POST bankFeeds.sourceAccount.connected

`POST bankFeeds.sourceAccount.connected` (webhook)

Triggered when a bank feed source account has become connected to a target account. This occurs when a user sets up mapping between the two.

## Payload

- SourceAccountWebhook
  - `id` string, uuid — Unique identifier of the event.
  - `eventType` string — The type of event.
  - `generatedDate` string — In Codat's data model, dates and times are represented using the <a class="external" href="https://en.wikipedia.org/wiki/ISO_8601" target="_blank">ISO 8601 standard</a>. Date and time fields are formatted as strings; for example: ``` 2020-10-08T22:40:50Z 2021-01-01T00:00:00 ``` When syncing data that contains `DateTime` fields from Codat, make sure you support the following cases when reading time information: - Coordinated Universal Time (UTC): `2021-11-15T06:00:00Z` - Unqualified local time: `2021-11-15T01:00:00` - UTC time offsets: `2021-11-15T01:00:00-05:00` > Time zones > > Not all dates from Codat will contain information about time zones. > Where it is not available from the underlying platform, Codat will return these as times local to the business whose data has been synced.
  - `payload` SourceAccountWebhookPayload — unresolved $ref

## Acknowledgement `200`

Return a 200 status to indicate that the webhook was received successfully.

---

[API](https://skmtc.net/codatio/apis/bank-feeds.md) · [All operations](https://skmtc.net/codatio/apis/bank-feeds/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/codatio/bank-feeds/revisions/ffea4a4680c5/schema)
