# Retrieves user entered payment account confirmation Endpoint: GET /stored-data/v1/consents/{consentId}/payment-account-confirmation Version: all Security: Bearer ## Path parameters: - `consentId` (string, required) The consent Id to fetch the payment account confirmation ## Response 200 fields (application/json): - `consentId` (string, required) The unique identifier of the consent. - `applicationId` (string, required) Application id the consent is associated with. - `accountId` (string, required) Unique identifier for the account at the institution. - `accountNumber` (string, required) The bank’s unique identifier for the account - `bankCode` (string, required) The national bank transit or transfer code used for identification of the bank assigned by a central bank in a country, eg: A Routing number(US/CA) or Sort code(UK) - `accountNumberSource` (string, required) Enum: "Bank", "User" - `bankCodeSource` (string, required) Enum: "Bank", "User" ## Response 404 fields (application/json): - `code` (string,null) Error code. - `description` (string,null) Error message. - `details` (string,null) Error details. - `correlationId` (string,null) User transaction tracking Id ## Response 500 fields (application/json): - `code` (string,null) Error code. - `description` (string,null) Error message. - `details` (string,null) Error details. - `correlationId` (string,null) User transaction tracking Id