Regular Transaction webhooks

Describes the usage of the newRegularTransactions and updatedRegularTransactions webhooks

📘

Required scopes

The client requires the regular_transactions:read in order to receive the regular transaction webhooks

Id: newRegularTransactions and updatedRegularTransactions

Regular Transaction webhooks are events that notify clients when enrichment has detected new regular transactions or detected changes and has updated existing ones. Enrichment is run on authorisation for supported account types, then daily thereafter.

Event Payload

NameTypeDescription
seriesIdsarray[string]Array of new or updated series ids

Example payload

{
  "seriesIds": [
    "032378eb-e335-5919-8f75-d833a5e4bff9"
  ]
}

Related documentation
This event is part of the regular transaction feature.


What’s Next

Have a look at all the detail of what is available to you about a user's regular transactions