Skip to main content

webhooks

The consent request was accepted, with its request id

Carries the consent request and the request id. Store the request id: it is how a later notification is tied back to the request you made.

POST/api/v3/hiu/consent/request/on-init

Authorizations

Authorizationbearer tokenRequired

The accessToken from POST /api/hiecm/gateway/v3/sessions. Send it as Authorization: Bearer <ACCESS_TOKEN>.

Body

consentRequestobjectRequired
consentRequest.idstringRequired
errornullRequired
responseobjectRequired
response.requestIdstringRequired

Responses

200

Your bridge acknowledged the callback with 200 OK. The gateway validates the body you send back, so a 200 carrying the wrong body is still a failure.

Where this fits

You produce this callback by calling Initiate a consent request.