Successful scheduled refresh of user accounts

POSTed by D•One to the subscribed targetUrl when a scheduled refresh of Open Banking data for a connected account completes. Emitted once per account.

Payload

Webhook event payload.

string
enum
required
Allowed:
uuid
required

Unique identifier for this webhook event.

uuid
required

Webhook subscription that triggered this delivery.

date-time
required

Time at which the event was generated.

payload
object
required
Headers
uuid
required

Unique identifier for this webhook event delivery. Matches eventId in the payload.

date-time
required

Time at which the webhook was generated. Matches timestamp in the payload.

string
required

HMAC SHA-256 signature of the payload, prefixed with sha256=.

Response
2XX

Return a 2xx status within 5 seconds to acknowledge successful receipt.

LoadingLoading…