Skip to content

Commit

Permalink
Merge pull request #1 from avengedpeak/patch-1
Browse files Browse the repository at this point in the history
Update response specification for LSP usecase
  • Loading branch information
avengedpeak authored Oct 12, 2021
2 parents 3534043 + 92f1bcc commit d647e76
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions specification/response-specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Encrypted parameters \(see below\)
format will be ddmmyyyyhh24misss UTC
{% endapi-method-parameter %}

{% api-method-parameter name="fi" type="string" required=true %}
{% api-method-parameter name="requestorId" type="string" required=true %}
Unique AA identifier. This will be encrypted using Base64/XOR along with resdate field
{% endapi-method-parameter %}
{% endapi-method-path-parameters %}
Expand Down Expand Up @@ -55,9 +55,16 @@ Below are the parameters that will be encrypted using AES256 encryption algorith
| txnid | String | UUID txnid \( To be sent back from the request \) |
| sessionid | String | Value of sessionid received in the ‘ecreq’ field in the request. |
| userid | String | The AA user id |
| srcref | Array consentHandleDetails | Consent handle details for the array of consents received in the ecreq ‘srcref’ field |

## consentHandleDetails

| **Parameter name** | **Parameter type** | **Parameter description** |
| :--- | :--- | :--- |
| consentHandle | String | Consent Handle ID |
| status | String | The status ‘S’ for success and ‘F’ for failure |
| errorcode | String | Refer the errorcodes table below |
| srcref | String | The consent handle id received in the ecreq ‘srcref’ field |
| errorcode | String | The response code : 0 if status is ‘S’ and others for failure (Refer to Error Codes table below) |


## Error codes

Expand Down

0 comments on commit d647e76

Please sign in to comment.