Body of the JSON response for a successful get status request for a consent.
| name | data type | constraints | description |
|---|---|---|---|
| consentStatus | ConsentStatus | required | Get consentStatus |
| psuMessage | string | max size: 500, min size: 0 | Text to be displayed to the PSU. |
Example
{
"consentStatus" : "PARTIALLYAUTHORISED",
"psuMessage" : "..."
}