openbankingspace / tpp-issues

34 stars 1 forks source link

LBG: Deleting a user revoked Account Request results in Bad Request #15

Open j-ahmed opened 6 years ago

j-ahmed commented 6 years ago

Observed

Attempting to invoke DELETE /account-requests/{AccountRequestId} endpoint when the authorisation is revoked by the user at the Bank's side (i.e. through the user themselves) results in a Bad Request (400 status code) response from this endpoint. Response:

{
    "error": {
        "statusCode": 400,
        "message": "Bad request::Invalid request",
        "code": "ARD_API_ERR_007"
    }
}

Expected

Account Reqeust should be deleted resulting in a 204 response from the DELETE Account Requests endpoint

Steps to Reproduce

j-ahmed commented 6 years ago

First reported on 2018-05-15, awaiting a fix since then.