The OFDA consents schema
Belvo's unique identifier for the current item.
The full name of the individual that initiated the consent, as provided by the institution.
Belvo's name for the open finance institution that the consent is related to.
The ISO-8601 timestamp when the consent will expire. In the case that undefined_consent_expiration
is true
, this field will be null
.
Indicated whether the consent is for an undefined period, that is, that there is no expiration for the consent.
The ISO-8601 timestamp of when the data point was created in Belvo's database.
The status of the consent in the open finance network. Can be either:
AUTHORISED
: The consent is still valid for use until theexpired_at
date.AWAITING_AUTHORISATION_CONFIRMATION
: The user must confirm within their institution.AWAITING_AUTHORISATION
: The user has been redirected to their institution to grant consent.REJECTED
: The user has not granted consent within their institution.EXPIRED
: The consent has expired as of theexpired_at
date.null
{ "id": "0d3ffb69-f83b-456e-ad8e-208d0998d71d", "display_name": "Jack Oswald White", "document_number": "76109277673", "belvo_institution_name": "ofmockbank_br_retail", "expired_at": "2021-02-27T13:01:41.941Z", "undefined_consent_expiration": false, "created_at": "2022-02-09T08:45:50.406032Z", "status": "AUTHORISED", "permissions": { "ACCOUNTS": [ … ], "CREDIT_CARDS": [ … ], "CREDIT_OPERATIONS": [ … ], "REGISTER": [ … ], "RESOURCES": [ … ] } }