Successful account connection by user

POSTed by D•One to the subscribed targetUrl after a user connects their bank account and Open Banking data for an account is ready for consumption. 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…