Consent and Permissions
There are some additional permissions that can be requested when connecting to an account. These should be shown on the consent page if they are being requested
ReadStandingOrdersBasic permission will grant access to basic standing order information, such as the reference, amounts and dates payments will be made.
ReadStandingOrdersDetail permission will grant access to the basic standing order information as well as the payee account information.
ReadBeneficiariesDetail permission will grant access to beneficiaries, which are payment or transfer destination accounts which have been authorized by the bank.
The additional permissions must be requested via the mh-consent
claim along with any other claims in the following way
{
"id_token":{
"mh:consent":{
"value":{
"permissions":[
"ReadStandingOrdersBasic"
]
}
}
}
}
Updated 11 months ago