{"openapi":"3.0.1","servers":[{"description":"Open Banking Project Switzerland Developer Portal","url":"https://api.dev.openbankingproject.ch"}],"info":{"contact":{"email":"info@obp.ch","name":"Open Banking Project Switzerland","url":"https://www.openbankingproject.ch"},"description":"# Summary\nThe **Swiss NextGen API** is based on the NextGenPSD2 *Framework Version 1.3.4* of the Berlin Group which offers a modern, open, harmonised and interoperable set of\nApplication Programming Interfaces (APIs) as the safest and most efficient way to provide data securely.\nThe NextGen Framework reduces XS2A complexity and costs, addresses the problem of multiple competing standards\nin Europe and, aligned with the goals of the Euro Retail Payments Board,\nenables European banking customers to benefit from innovative products and services ('Banking as a Service')\nby granting TPPs safe and secure (authenticated and authorised) access to their bank accounts and financial data.\n\nThe Swiss edtion refines the message formats specific to Switzerland and defines some matching examples.\n\nThe possible Approaches are:\n  * Redirect SCA Approach\n  * *(Not recommended by obp.ch community) OAuth SCA Approach*\n  * *(Not recommended by obp.ch community) Decoupled SCA Approach*\n  * *(Not recommended by obp.ch community) Embedded SCA Approach without SCA method*\n  * *(Not recommended by obp.ch community) Embedded SCA Approach with only one SCA method available*\n  * *(Not recommended by obp.ch community) Embedded SCA Approach with Selection of a SCA method*\n\n  Not every message defined in this API definition is necessary for all approaches.\n  Furthermore this API definition does not differ between methods which are mandatory, conditional, or optional\n  Therefore for a particular implementation of a compliant API it is only necessary to support\n  a certain subset of the methods defined in this API definition.\n\n  **Please have a look at the implementation guidelines if you are not sure\n  which message has to be used for the approach you are going to use.**\n\n## Some General Remarks Related to this version of the OpenAPI Specification:\n* **This API definition is based on the Implementation Guidelines of the [Berlin Group API](https://www.berlin-group.org/nextgenpsd2-downloads).**\n  It is not a replacement in any sense.\n  The main specification is (at the moment) always the Implementation Guidelines of the Berlin Group API.\n* **This API definition contains the REST-API for requests from the PISP to the ASPSP.**\n* **This API definition contains the messages for all different approaches defined in the Implementation Guidelines.**\n* According to the OpenAPI-Specification [https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.1.md]\n\n    \"If in is \"header\" and the name field is \"Accept\", \"Content-Type\" or \"Authorization\", the parameter definition SHALL be ignored.\"\n\n  The element \"Accept\" will not be defined in this file at any place.\n\n  The elements \"Content-Type\" and \"Authorization\" are implicitly defined by the OpenApi tags \"content\" and \"security\".\n\n* There are several predefined types which might occur in payment initiation messages,\n  but are not used in the standard JSON messages in the Implementation Guidelines.\n  Therefore they are not used in the corresponding messages in this file either.\n  We added them for the convenience of the user.\n  If there is a payment product, which needs these fields, one can easily use the predefined types.\n  But the ASPSP need not to accept them in general.\n\n* **We omit the definition of all standard HTTP header elements (mandatory/optional/conditional)\n  except they are mentioned in the Implementation Guidelines.**\n  Therefore the implementer might add these in his own realisation of a comlient API in addition to the elements defined in this file.\n\n## General Remarks on Data Types\n\nThe Berlin Group definition of UTF-8 strings in context of the API have to support at least the following characters\n\na b c d e f g h i j k l m n o p q r s t u v w x y z\n\nA B C D E F G H I J K L M N O P Q R S T U V W X Y Z\n\n0 1 2 3 4 5 6 7 8 9\n\n/ - ? : ( ) . , ' +\n\nSpace\n","license":{"name":"Creative Commons Attribution 4.0 International Public License","url":"https://creativecommons.org/licenses/by/4.0/"},"title":"Swiss NextGen Banking API-Framework","version":"1.3.8_2020-12-14 - Swiss edition 1.3.8.1-CH","x-apisguru-categories":["financial"],"x-logo":{"altText":"Swiss OpenBankingProject Logo","backgroundColor":"#FFFFFF","url":"https://openbankingproject-ch.github.io/obp-apis/swiss-ng-logo.png"},"x-origin":[{"format":"openapi","url":"https://raw.githubusercontent.com/openbankingproject-ch/obp-apis/master/swiss-ng-api.yaml","version":"3.0"}],"x-providerName":"openbankingproject.ch"},"externalDocs":{"description":"Full Documentation of NextGen Access to Account Interoperability Framework\n(General Introduction Paper, Operational Rules, Implementation Guidelines)\n","url":"https://github.com/openbankingproject-ch/obp-apis"},"security":[{}],"tags":[{"description":"The component for Payment Initiation Service (PIS) offers the following services:\n  * Initiation and update of a payment request\n  * Status information of a payment\n","name":"Payment Initiation Service (PIS)"},{"description":"Confirmation of Funds Service (PIIS) returns a confirmation of funds request at the ASPSP.\n","name":"Confirmation of Funds Service (PIIS)"},{"description":"The Account Information Service (AIS) offers the following services:\n  * Transaction reports for a given account or card account including balances if applicable\n  * Balances of a given account or card account\n  * A list of available accounts or card account\n  * Account details of a given account or card account or of the list of all accessible accounts or card account  relative to a granted consent\n","name":"Account Information Service (AIS)"},{"description":"Signing basket methods are used for authorising several transactions and resp. or consents with one SCA operation.\n","name":"Signing Baskets Service (SBS)"},{"description":"Processes on starting authorisations, update PSU identification or PSU authentication data and explicit \nauthorisation of transactions by using SCA are very similar in PIS and AIS and signing baskets services. \nThe API calls supporting these processes are described in the following independently from the service/endpoint. \nFor reasons of clarity, the endpoints are defined always for the Payment Initiation Service, the payment cancellation, \nthe Account Information Service (Consents), and Signing Baskets separately. \nThese processes usually are used following a hyperlink of the ASPSP. \n","name":"Common Services"}],"paths":{"/v1/accounts":{"get":{"description":"Read the identifiers of the available payment account together with \nbooking balance information, depending on the consent granted.\n\nIt is assumed that a consent of the PSU to this access is already given and stored on the ASPSP system.\nThe addressed list of accounts depends then on the PSU ID and the stored consent addressed by consentId,\nrespectively the OAuth2 access token.\n\nReturns all identifiers of the accounts, to which an account access has been granted to through\nthe /consents endpoint by the PSU.\nIn addition, relevant information about the accounts and hyperlinks to corresponding account\ninformation resources are provided if a related consent has been already granted.\n\nRemark: Note that the /consents endpoint optionally offers to grant an access on all available\npayment accounts of a PSU.\nIn this case, this endpoint will deliver the information about all available payment accounts\nof the PSU at this ASPSP.\n","operationId":"getAccountList","parameters":[{"$ref":"#/components/parameters/withBalanceQuery"},{"$ref":"#/components/parameters/X-Request-ID"},{"$ref":"#/components/parameters/Digest"},{"$ref":"#/components/parameters/Signature"},{"$ref":"#/components/parameters/TPP-Signature-Certificate"},{"$ref":"#/components/parameters/consentId_HEADER_mandatory"},{"$ref":"#/components/parameters/PSU-IP-Address_conditionalForAis"},{"$ref":"#/components/parameters/PSU-IP-Port"},{"$ref":"#/components/parameters/PSU-Accept"},{"$ref":"#/components/parameters/PSU-Accept-Charset"},{"$ref":"#/components/parameters/PSU-Accept-Encoding"},{"$ref":"#/components/parameters/PSU-Accept-Language"},{"$ref":"#/components/parameters/PSU-User-Agent"},{"$ref":"#/components/parameters/PSU-Http-Method"},{"$ref":"#/components/parameters/PSU-Device-ID"},{"$ref":"#/components/parameters/PSU-Geo-Location"}],"responses":{"200":{"$ref":"#/components/responses/OK_200_AccountList"},"400":{"$ref":"#/components/responses/BAD_REQUEST_400_AIS"},"401":{"$ref":"#/components/responses/UNAUTHORIZED_401_AIS"},"403":{"$ref":"#/components/responses/FORBIDDEN_403_AIS"},"404":{"$ref":"#/components/responses/NOT_FOUND_404_AIS"},"405":{"$ref":"#/components/responses/METHOD_NOT_ALLOWED_405_AIS"},"406":{"$ref":"#/components/responses/NOT_ACCEPTABLE_406_AIS"},"408":{"$ref":"#/components/responses/REQUEST_TIMEOUT_408_AIS"},"409":{"$ref":"#/components/responses/CONFLICT_409_AIS"},"415":{"$ref":"#/components/responses/UNSUPPORTED_MEDIA_TYPE_415_AIS"},"429":{"$ref":"#/components/responses/TOO_MANY_REQUESTS_429_AIS"},"500":{"$ref":"#/components/responses/INTERNAL_SERVER_ERROR_500_AIS"},"503":{"$ref":"#/components/responses/SERVICE_UNAVAILABLE_503_AIS"}},"security":[{},{"BearerAuthOAuth":[]}],"summary":"Read account list","tags":["Account Information Service (AIS)"]}},"/v1/accounts/{account-id}":{"get":{"description":"Reads details about an account, with balances where required. \nIt is assumed that a consent of the PSU to \nthis access is already given and stored on the ASPSP system. \nThe addressed details of this account depends then on the stored consent addressed by consentId, \nrespectively the OAuth2 access token.\n\n**NOTE:** The account-id can represent a multicurrency account.\nIn this case the currency code is set to \"XXX\".\n\nGive detailed information about the addressed account.\n\nGive detailed information about the addressed account together with balance information\n","operationId":"readAccountDetails","parameters":[{"$ref":"#/components/parameters/accountId"},{"$ref":"#/components/parameters/withBalanceQuery"},{"$ref":"#/components/parameters/X-Request-ID"},{"$ref":"#/components/parameters/Digest"},{"$ref":"#/components/parameters/Signature"},{"$ref":"#/components/parameters/TPP-Signature-Certificate"},{"$ref":"#/components/parameters/consentId_HEADER_mandatory"},{"$ref":"#/components/parameters/PSU-IP-Address_conditionalForAis"},{"$ref":"#/components/parameters/PSU-IP-Port"},{"$ref":"#/components/parameters/PSU-Accept"},{"$ref":"#/components/parameters/PSU-Accept-Charset"},{"$ref":"#/components/parameters/PSU-Accept-Encoding"},{"$ref":"#/components/parameters/PSU-Accept-Language"},{"$ref":"#/components/parameters/PSU-User-Agent"},{"$ref":"#/components/parameters/PSU-Http-Method"},{"$ref":"#/components/parameters/PSU-Device-ID"},{"$ref":"#/components/parameters/PSU-Geo-Location"}],"responses":{"200":{"$ref":"#/components/responses/OK_200_AccountDetails"},"400":{"$ref":"#/components/responses/BAD_REQUEST_400_AIS"},"401":{"$ref":"#/components/responses/UNAUTHORIZED_401_AIS"},"403":{"$ref":"#/components/responses/FORBIDDEN_403_AIS"},"404":{"$ref":"#/components/responses/NOT_FOUND_404_AIS"},"405":{"$ref":"#/components/responses/METHOD_NOT_ALLOWED_405_AIS"},"406":{"$ref":"#/components/responses/NOT_ACCEPTABLE_406_AIS"},"408":{"$ref":"#/components/responses/REQUEST_TIMEOUT_408_AIS"},"409":{"$ref":"#/components/responses/CONFLICT_409_AIS"},"415":{"$ref":"#/components/responses/UNSUPPORTED_MEDIA_TYPE_415_AIS"},"429":{"$ref":"#/components/responses/TOO_MANY_REQUESTS_429_AIS"},"500":{"$ref":"#/components/responses/INTERNAL_SERVER_ERROR_500_AIS"},"503":{"$ref":"#/components/responses/SERVICE_UNAVAILABLE_503_AIS"}},"security":[{},{"BearerAuthOAuth":[]}],"summary":"Read account details","tags":["Account Information Service (AIS)"]}},"/v1/accounts/{account-id}/balances":{"get":{"description":"Reads account data from a given account addressed by \"account-id\". \n\n**Remark:** This account-id can be a tokenised identification due to data protection reason since the path \ninformation might be logged on intermediary servers within the ASPSP sphere. \nThis account-id then can be retrieved by the \"Get account list\" call.\n\nThe account-id is constant at least throughout the lifecycle of a given consent.\n","operationId":"getBalances","parameters":[{"$ref":"#/components/parameters/accountId"},{"$ref":"#/components/parameters/X-Request-ID"},{"$ref":"#/components/parameters/Digest"},{"$ref":"#/components/parameters/Signature"},{"$ref":"#/components/parameters/TPP-Signature-Certificate"},{"$ref":"#/components/parameters/consentId_HEADER_mandatory"},{"$ref":"#/components/parameters/PSU-IP-Address_conditionalForAis"},{"$ref":"#/components/parameters/PSU-IP-Port"},{"$ref":"#/components/parameters/PSU-Accept"},{"$ref":"#/components/parameters/PSU-Accept-Charset"},{"$ref":"#/components/parameters/PSU-Accept-Encoding"},{"$ref":"#/components/parameters/PSU-Accept-Language"},{"$ref":"#/components/parameters/PSU-User-Agent"},{"$ref":"#/components/parameters/PSU-Http-Method"},{"$ref":"#/components/parameters/PSU-Device-ID"},{"$ref":"#/components/parameters/PSU-Geo-Location"}],"responses":{"200":{"$ref":"#/components/responses/OK_200_Balances"},"400":{"$ref":"#/components/responses/BAD_REQUEST_400_AIS"},"401":{"$ref":"#/components/responses/UNAUTHORIZED_401_AIS"},"403":{"$ref":"#/components/responses/FORBIDDEN_403_AIS"},"404":{"$ref":"#/components/responses/NOT_FOUND_404_AIS"},"405":{"$ref":"#/components/responses/METHOD_NOT_ALLOWED_405_AIS"},"406":{"$ref":"#/components/responses/NOT_ACCEPTABLE_406_AIS"},"408":{"$ref":"#/components/responses/REQUEST_TIMEOUT_408_AIS"},"409":{"$ref":"#/components/responses/CONFLICT_409_AIS"},"415":{"$ref":"#/components/responses/UNSUPPORTED_MEDIA_TYPE_415_AIS"},"429":{"$ref":"#/components/responses/TOO_MANY_REQUESTS_429_AIS"},"500":{"$ref":"#/components/responses/INTERNAL_SERVER_ERROR_500_AIS"},"503":{"$ref":"#/components/responses/SERVICE_UNAVAILABLE_503_AIS"}},"security":[{},{"BearerAuthOAuth":[]}],"summary":"Read balance","tags":["Account Information Service (AIS)"]}},"/v1/accounts/{account-id}/transactions":{"get":{"description":"Read transaction reports or transaction lists of a given account ddressed by \"account-id\", depending on the steering parameter\n\"bookingStatus\" together with balances.\n\nFor a given account, additional parameters are e.g. the attributes \"dateFrom\" and \"dateTo\".\nThe ASPSP might add balance information, if transaction lists without balances are not supported.\n","operationId":"getTransactionList","parameters":[{"$ref":"#/components/parameters/accountId"},{"$ref":"#/components/parameters/dateFrom"},{"$ref":"#/components/parameters/dateTo"},{"$ref":"#/components/parameters/entryReferenceFrom"},{"$ref":"#/components/parameters/bookingStatus"},{"$ref":"#/components/parameters/deltaList"},{"$ref":"#/components/parameters/withBalanceQuery"},{"$ref":"#/components/parameters/X-Request-ID"},{"$ref":"#/components/parameters/Digest"},{"$ref":"#/components/parameters/Signature"},{"$ref":"#/components/parameters/TPP-Signature-Certificate"},{"$ref":"#/components/parameters/consentId_HEADER_mandatory"},{"$ref":"#/components/parameters/PSU-IP-Address_conditionalForAis"},{"$ref":"#/components/parameters/PSU-IP-Port"},{"$ref":"#/components/parameters/PSU-Accept"},{"$ref":"#/components/parameters/PSU-Accept-Charset"},{"$ref":"#/components/parameters/PSU-Accept-Encoding"},{"$ref":"#/components/parameters/PSU-Accept-Language"},{"$ref":"#/components/parameters/PSU-User-Agent"},{"$ref":"#/components/parameters/PSU-Http-Method"},{"$ref":"#/components/parameters/PSU-Device-ID"},{"$ref":"#/components/parameters/PSU-Geo-Location"}],"responses":{"200":{"$ref":"#/components/responses/OK_200_AccountsTransactions"},"400":{"$ref":"#/components/responses/BAD_REQUEST_400_AIS"},"401":{"$ref":"#/components/responses/UNAUTHORIZED_401_AIS"},"403":{"$ref":"#/components/responses/FORBIDDEN_403_AIS"},"404":{"$ref":"#/components/responses/NOT_FOUND_404_AIS"},"405":{"$ref":"#/components/responses/METHOD_NOT_ALLOWED_405_AIS"},"406":{"$ref":"#/components/responses/NOT_ACCEPTABLE_406_AIS"},"408":{"$ref":"#/components/responses/REQUEST_TIMEOUT_408_AIS"},"409":{"$ref":"#/components/responses/CONFLICT_409_AIS"},"415":{"$ref":"#/components/responses/UNSUPPORTED_MEDIA_TYPE_415_AIS"},"429":{"$ref":"#/components/responses/TOO_MANY_REQUESTS_429_AIS"},"500":{"$ref":"#/components/responses/INTERNAL_SERVER_ERROR_500_AIS"},"503":{"$ref":"#/components/responses/SERVICE_UNAVAILABLE_503_AIS"}},"security":[{},{"BearerAuthOAuth":[]}],"summary":"Read transaction list of an account","tags":["Account Information Service (AIS)"]}},"/v1/accounts/{account-id}/transactions/{transactionId}":{"get":{"description":"Reads transaction details from a given transaction addressed by \"transactionId\" on a given account addressed by \"account-id\".\nThis call is only available on transactions as reported in a JSON format.\n\n**Remark:** Please note that the PATH might be already given in detail by the corresponding entry of the response of the\n\"Read Transaction List\" call within the _links subfield.\n","operationId":"getTransactionDetails","parameters":[{"$ref":"#/components/parameters/accountId"},{"$ref":"#/components/parameters/transactionId"},{"$ref":"#/components/parameters/X-Request-ID"},{"$ref":"#/components/parameters/Digest"},{"$ref":"#/components/parameters/Signature"},{"$ref":"#/components/parameters/TPP-Signature-Certificate"},{"$ref":"#/components/parameters/consentId_HEADER_mandatory"},{"$ref":"#/components/parameters/PSU-IP-Address_conditionalForAis"},{"$ref":"#/components/parameters/PSU-IP-Port"},{"$ref":"#/components/parameters/PSU-Accept"},{"$ref":"#/components/parameters/PSU-Accept-Charset"},{"$ref":"#/components/parameters/PSU-Accept-Encoding"},{"$ref":"#/components/parameters/PSU-Accept-Language"},{"$ref":"#/components/parameters/PSU-User-Agent"},{"$ref":"#/components/parameters/PSU-Http-Method"},{"$ref":"#/components/parameters/PSU-Device-ID"},{"$ref":"#/components/parameters/PSU-Geo-Location"}],"responses":{"200":{"$ref":"#/components/responses/OK_200_TransactionDetails"},"400":{"$ref":"#/components/responses/BAD_REQUEST_400_AIS"},"401":{"$ref":"#/components/responses/UNAUTHORIZED_401_AIS"},"403":{"$ref":"#/components/responses/FORBIDDEN_403_AIS"},"404":{"$ref":"#/components/responses/NOT_FOUND_404_AIS"},"405":{"$ref":"#/components/responses/METHOD_NOT_ALLOWED_405_AIS"},"406":{"$ref":"#/components/responses/NOT_ACCEPTABLE_406_AIS"},"408":{"$ref":"#/components/responses/REQUEST_TIMEOUT_408_AIS"},"409":{"$ref":"#/components/responses/CONFLICT_409_AIS"},"415":{"$ref":"#/components/responses/UNSUPPORTED_MEDIA_TYPE_415_AIS"},"429":{"$ref":"#/components/responses/TOO_MANY_REQUESTS_429_AIS"},"500":{"$ref":"#/components/responses/INTERNAL_SERVER_ERROR_500_AIS"},"503":{"$ref":"#/components/responses/SERVICE_UNAVAILABLE_503_AIS"}},"security":[{},{"BearerAuthOAuth":[]}],"summary":"Read transaction details","tags":["Account Information Service (AIS)"]}},"/v1/consents":{"post":{"description":"This method create a consent resource, defining access rights to dedicated accounts of \na given PSU-ID. These accounts are addressed explicitly in the method as \nparameters as a core function.\n\n**Side Effects**\nWhen this consent request is a request where the \"recurringIndicator\" equals \"true\",\nand if it exists already a former consent for recurring access on account information \nfor the addressed PSU, then the former consent automatically expires as soon as the new \nconsent request is authorised by the PSU.\n\nOptional Extension:\nAs an option, an ASPSP might optionally accept a specific access right on the access on all PSD2 related services for all available accounts.\n\nAs another option an ASPSP might optionally also accept a command, where only access rights are inserted without mentioning the addressed account. \nThe relation to accounts is then handled afterwards between PSU and ASPSP. \nThis option is not supported for the Embedded SCA Approach. \nAs a last option, an ASPSP might in addition accept a command with access rights\n  * to see the list of available payment accounts or\n  * to see the list of available payment accounts with balances.\n","operationId":"createConsent","parameters":[{"$ref":"#/components/parameters/X-Request-ID"},{"$ref":"#/components/parameters/Digest"},{"$ref":"#/components/parameters/Signature"},{"$ref":"#/components/parameters/TPP-Signature-Certificate"},{"$ref":"#/components/parameters/PSU-ID"},{"$ref":"#/components/parameters/PSU-ID-Type"},{"$ref":"#/components/parameters/PSU-Corporate-ID"},{"$ref":"#/components/parameters/PSU-Corporate-ID-Type"},{"$ref":"#/components/parameters/TPP-Redirect-Preferred"},{"$ref":"#/components/parameters/TPP-Redirect-URI"},{"$ref":"#/components/parameters/TPP-Nok-Redirect-URI"},{"$ref":"#/components/parameters/TPP-Explicit-Authorisation-Preferred"},{"$ref":"#/components/parameters/TPP-Brand-Logging-Information"},{"$ref":"#/components/parameters/TPP-Notification-URI"},{"$ref":"#/components/parameters/TPP-Notification-Content-Preferred"},{"$ref":"#/components/parameters/PSU-IP-Port"},{"$ref":"#/components/parameters/PSU-IP-Address_mandatory"},{"$ref":"#/components/parameters/PSU-Accept"},{"$ref":"#/components/parameters/PSU-Accept-Charset"},{"$ref":"#/components/parameters/PSU-Accept-Encoding"},{"$ref":"#/components/parameters/PSU-Accept-Language"},{"$ref":"#/components/parameters/PSU-User-Agent"},{"$ref":"#/components/parameters/PSU-Http-Method"},{"$ref":"#/components/parameters/PSU-Device-ID"},{"$ref":"#/components/parameters/PSU-Geo-Location"}],"requestBody":{"$ref":"#/components/requestBodies/consents"},"responses":{"201":{"$ref":"#/components/responses/CREATED_201_Consents"},"400":{"$ref":"#/components/responses/BAD_REQUEST_400_AIS"},"401":{"$ref":"#/components/responses/UNAUTHORIZED_401_AIS"},"403":{"$ref":"#/components/responses/FORBIDDEN_403_AIS"},"404":{"$ref":"#/components/responses/NOT_FOUND_404_AIS"},"405":{"$ref":"#/components/responses/METHOD_NOT_ALLOWED_405_AIS"},"406":{"$ref":"#/components/responses/NOT_ACCEPTABLE_406_AIS"},"408":{"$ref":"#/components/responses/REQUEST_TIMEOUT_408_AIS"},"409":{"$ref":"#/components/responses/CONFLICT_409_AIS"},"415":{"$ref":"#/components/responses/UNSUPPORTED_MEDIA_TYPE_415_AIS"},"429":{"$ref":"#/components/responses/TOO_MANY_REQUESTS_429_AIS"},"500":{"$ref":"#/components/responses/INTERNAL_SERVER_ERROR_500_AIS"},"503":{"$ref":"#/components/responses/SERVICE_UNAVAILABLE_503_AIS"}},"security":[{},{"BearerAuthOAuth":[]}],"summary":"Create consent","tags":["Account Information Service (AIS)"]}},"/v1/consents/{consentId}":{"delete":{"description":"The TPP can delete an account information consent object if needed.","operationId":"deleteConsent","parameters":[{"$ref":"#/components/parameters/consentId_PATH"},{"$ref":"#/components/parameters/X-Request-ID"},{"$ref":"#/components/parameters/Digest"},{"$ref":"#/components/parameters/Signature"},{"$ref":"#/components/parameters/TPP-Signature-Certificate"},{"$ref":"#/components/parameters/PSU-IP-Address_conditionalForAis"},{"$ref":"#/components/parameters/PSU-IP-Port"},{"$ref":"#/components/parameters/PSU-Accept"},{"$ref":"#/components/parameters/PSU-Accept-Charset"},{"$ref":"#/components/parameters/PSU-Accept-Encoding"},{"$ref":"#/components/parameters/PSU-Accept-Language"},{"$ref":"#/components/parameters/PSU-User-Agent"},{"$ref":"#/components/parameters/PSU-Http-Method"},{"$ref":"#/components/parameters/PSU-Device-ID"},{"$ref":"#/components/parameters/PSU-Geo-Location"}],"responses":{"204":{"$ref":"#/components/responses/NO_CONTENT_204_Consents"},"400":{"$ref":"#/components/responses/BAD_REQUEST_400_AIS"},"401":{"$ref":"#/components/responses/UNAUTHORIZED_401_AIS"},"403":{"$ref":"#/components/responses/FORBIDDEN_403_AIS"},"404":{"$ref":"#/components/responses/NOT_FOUND_404_AIS"},"405":{"$ref":"#/components/responses/METHOD_NOT_ALLOWED_405_AIS"},"406":{"$ref":"#/components/responses/NOT_ACCEPTABLE_406_AIS"},"408":{"$ref":"#/components/responses/REQUEST_TIMEOUT_408_AIS"},"409":{"$ref":"#/components/responses/CONFLICT_409_AIS"},"415":{"$ref":"#/components/responses/UNSUPPORTED_MEDIA_TYPE_415_AIS"},"429":{"$ref":"#/components/responses/TOO_MANY_REQUESTS_429_AIS"},"500":{"$ref":"#/components/responses/INTERNAL_SERVER_ERROR_500_AIS"},"503":{"$ref":"#/components/responses/SERVICE_UNAVAILABLE_503_AIS"}},"security":[{},{"BearerAuthOAuth":[]}],"summary":"Delete Consent","tags":["Account Information Service (AIS)"]},"get":{"description":"Returns the content of an account information consent object. \nThis is returning the data for the TPP especially in cases, \nwhere the consent was directly managed between ASPSP and PSU e.g. in a redirect SCA Approach.\n","operationId":"getConsentInformation","parameters":[{"$ref":"#/components/parameters/consentId_PATH"},{"$ref":"#/components/parameters/X-Request-ID"},{"$ref":"#/components/parameters/Digest"},{"$ref":"#/components/parameters/Signature"},{"$ref":"#/components/parameters/TPP-Signature-Certificate"},{"$ref":"#/components/parameters/PSU-IP-Address_conditionalForAis"},{"$ref":"#/components/parameters/PSU-IP-Port"},{"$ref":"#/components/parameters/PSU-Accept"},{"$ref":"#/components/parameters/PSU-Accept-Charset"},{"$ref":"#/components/parameters/PSU-Accept-Encoding"},{"$ref":"#/components/parameters/PSU-Accept-Language"},{"$ref":"#/components/parameters/PSU-User-Agent"},{"$ref":"#/components/parameters/PSU-Http-Method"},{"$ref":"#/components/parameters/PSU-Device-ID"},{"$ref":"#/components/parameters/PSU-Geo-Location"}],"responses":{"200":{"$ref":"#/components/responses/OK_200_ConsentInformation"},"400":{"$ref":"#/components/responses/BAD_REQUEST_400_AIS"},"401":{"$ref":"#/components/responses/UNAUTHORIZED_401_AIS"},"403":{"$ref":"#/components/responses/FORBIDDEN_403_AIS"},"404":{"$ref":"#/components/responses/NOT_FOUND_404_AIS"},"405":{"$ref":"#/components/responses/METHOD_NOT_ALLOWED_405_AIS"},"406":{"$ref":"#/components/responses/NOT_ACCEPTABLE_406_AIS"},"408":{"$ref":"#/components/responses/REQUEST_TIMEOUT_408_AIS"},"409":{"$ref":"#/components/responses/CONFLICT_409_AIS"},"415":{"$ref":"#/components/responses/UNSUPPORTED_MEDIA_TYPE_415_AIS"},"429":{"$ref":"#/components/responses/TOO_MANY_REQUESTS_429_AIS"},"500":{"$ref":"#/components/responses/INTERNAL_SERVER_ERROR_500_AIS"},"503":{"$ref":"#/components/responses/SERVICE_UNAVAILABLE_503_AIS"}},"security":[{},{"BearerAuthOAuth":[]}],"summary":"Get consent request","tags":["Account Information Service (AIS)"]}},"/v1/consents/{consentId}/authorisations":{"get":{"description":"Return a list of all authorisation subresources IDs which have been created.\n\nThis function returns an array of hyperlinks to all generated authorisation sub-resources.\n","operationId":"getConsentAuthorisation","parameters":[{"$ref":"#/components/parameters/consentId_PATH"},{"$ref":"#/components/parameters/X-Request-ID"},{"$ref":"#/components/parameters/Digest"},{"$ref":"#/components/parameters/Signature"},{"$ref":"#/components/parameters/TPP-Signature-Certificate"},{"$ref":"#/components/parameters/PSU-IP-Address_conditionalForAis"},{"$ref":"#/components/parameters/PSU-IP-Port"},{"$ref":"#/components/parameters/PSU-Accept"},{"$ref":"#/components/parameters/PSU-Accept-Charset"},{"$ref":"#/components/parameters/PSU-Accept-Encoding"},{"$ref":"#/components/parameters/PSU-Accept-Language"},{"$ref":"#/components/parameters/PSU-User-Agent"},{"$ref":"#/components/parameters/PSU-Http-Method"},{"$ref":"#/components/parameters/PSU-Device-ID"},{"$ref":"#/components/parameters/PSU-Geo-Location"}],"responses":{"200":{"$ref":"#/components/responses/OK_200_Authorisations"},"400":{"$ref":"#/components/responses/BAD_REQUEST_400_AIS"},"401":{"$ref":"#/components/responses/UNAUTHORIZED_401_AIS"},"403":{"$ref":"#/components/responses/FORBIDDEN_403_AIS"},"404":{"$ref":"#/components/responses/NOT_FOUND_404_AIS"},"405":{"$ref":"#/components/responses/METHOD_NOT_ALLOWED_405_AIS"},"406":{"$ref":"#/components/responses/NOT_ACCEPTABLE_406_AIS"},"408":{"$ref":"#/components/responses/REQUEST_TIMEOUT_408_AIS"},"409":{"$ref":"#/components/responses/CONFLICT_409_AIS"},"415":{"$ref":"#/components/responses/UNSUPPORTED_MEDIA_TYPE_415_AIS"},"429":{"$ref":"#/components/responses/TOO_MANY_REQUESTS_429_AIS"},"500":{"$ref":"#/components/responses/INTERNAL_SERVER_ERROR_500_AIS"},"503":{"$ref":"#/components/responses/SERVICE_UNAVAILABLE_503_AIS"}},"security":[{},{"BearerAuthOAuth":[]}],"summary":"Get consent authorisation sub-resources request","tags":["Account Information Service (AIS)"]},"post":{"description":"Create an authorisation sub-resource and start the authorisation process of a consent.\nThe message might in addition transmit authentication and authorisation related data.\n\nhis method is iterated n times for a n times SCA authorisation in a\ncorporate context, each creating an own authorisation sub-endpoint for\nthe corresponding PSU authorising the consent.\n\nThe ASPSP might make the usage of this access method unnecessary,\nsince the related authorisation resource will be automatically created by\nthe ASPSP after the submission of the consent data with the first POST consents call.\n\nThe start authorisation process is a process which is needed for creating a new authorisation\nor cancellation sub-resource.\n\nThis applies in the following scenarios:\n\n  * The ASPSP has indicated with an 'startAuthorisation' hyperlink in the preceding Payment \n    initiation response that an explicit start of the authorisation process is needed by the TPP. \n    The 'startAuthorisation' hyperlink can transport more information about data which needs to be \n    uploaded by using the extended forms:\n    * 'startAuthorisationWithPsuIdentfication', \n    * 'startAuthorisationWithPsuAuthentication' \n    * 'startAuthorisationWithEncryptedPsuAuthentication'\n    * 'startAuthorisationWithAuthentciationMethodSelection'\n  * The related payment initiation cannot yet be executed since a multilevel SCA is mandated.\n  * The ASPSP has indicated with an 'startAuthorisation' hyperlink in the preceding \n    payment cancellation response that an explicit start of the authorisation process is needed by the TPP. \n    The 'startAuthorisation' hyperlink can transport more information about data which needs to be uploaded \n    by using the extended forms as indicated above.\n  * The related payment cancellation request cannot be applied yet since a multilevel SCA is mandate for\n    executing the cancellation.\n  * The signing basket needs to be authorised yet.\n","operationId":"startConsentAuthorisation","parameters":[{"$ref":"#/components/parameters/consentId_PATH"},{"$ref":"#/components/parameters/X-Request-ID"},{"$ref":"#/components/parameters/Digest"},{"$ref":"#/components/parameters/Signature"},{"$ref":"#/components/parameters/TPP-Signature-Certificate"},{"$ref":"#/components/parameters/PSU-ID"},{"$ref":"#/components/parameters/PSU-ID-Type"},{"$ref":"#/components/parameters/PSU-Corporate-ID"},{"$ref":"#/components/parameters/PSU-Corporate-ID-Type"},{"$ref":"#/components/parameters/TPP-Redirect-Preferred"},{"$ref":"#/components/parameters/TPP-Redirect-URI"},{"$ref":"#/components/parameters/TPP-Nok-Redirect-URI"},{"$ref":"#/components/parameters/TPP-Notification-URI"},{"$ref":"#/components/parameters/TPP-Notification-Content-Preferred"},{"$ref":"#/components/parameters/PSU-IP-Address_conditionalForAis"},{"$ref":"#/components/parameters/PSU-IP-Port"},{"$ref":"#/components/parameters/PSU-Accept"},{"$ref":"#/components/parameters/PSU-Accept-Charset"},{"$ref":"#/components/parameters/PSU-Accept-Encoding"},{"$ref":"#/components/parameters/PSU-Accept-Language"},{"$ref":"#/components/parameters/PSU-User-Agent"},{"$ref":"#/components/parameters/PSU-Http-Method"},{"$ref":"#/components/parameters/PSU-Device-ID"},{"$ref":"#/components/parameters/PSU-Geo-Location"}],"requestBody":{"content":{"application/json":{"schema":{"oneOf":[{},{"$ref":"#/components/schemas/updatePsuAuthentication"},{"$ref":"#/components/schemas/selectPsuAuthenticationMethod"},{"$ref":"#/components/schemas/transactionAuthorisation"}]}}}},"responses":{"201":{"$ref":"#/components/responses/CREATED_201_StartScaProcess"},"400":{"$ref":"#/components/responses/BAD_REQUEST_400_AIS"},"401":{"$ref":"#/components/responses/UNAUTHORIZED_401_AIS"},"403":{"$ref":"#/components/responses/FORBIDDEN_403_AIS"},"404":{"$ref":"#/components/responses/NOT_FOUND_404_AIS"},"405":{"$ref":"#/components/responses/METHOD_NOT_ALLOWED_405_AIS"},"406":{"$ref":"#/components/responses/NOT_ACCEPTABLE_406_AIS"},"408":{"$ref":"#/components/responses/REQUEST_TIMEOUT_408_AIS"},"409":{"$ref":"#/components/responses/CONFLICT_409_AIS"},"415":{"$ref":"#/components/responses/UNSUPPORTED_MEDIA_TYPE_415_AIS"},"429":{"$ref":"#/components/responses/TOO_MANY_REQUESTS_429_AIS"},"500":{"$ref":"#/components/responses/INTERNAL_SERVER_ERROR_500_AIS"},"503":{"$ref":"#/components/responses/SERVICE_UNAVAILABLE_503_AIS"}},"security":[{},{"BearerAuthOAuth":[]}],"summary":"Start the authorisation process for a consent","tags":["Account Information Service (AIS)","Common Services"]}},"/v1/consents/{consentId}/authorisations/{authorisationId}":{"get":{"description":"This method returns the SCA status of a consent initiation's authorisation sub-resource.\n","operationId":"getConsentScaStatus","parameters":[{"$ref":"#/components/parameters/consentId_PATH"},{"$ref":"#/components/parameters/authorisationId"},{"$ref":"#/components/parameters/X-Request-ID"},{"$ref":"#/components/parameters/Digest"},{"$ref":"#/components/parameters/Signature"},{"$ref":"#/components/parameters/TPP-Signature-Certificate"},{"$ref":"#/components/parameters/PSU-IP-Address_conditionalForAis"},{"$ref":"#/components/parameters/PSU-IP-Port"},{"$ref":"#/components/parameters/PSU-Accept"},{"$ref":"#/components/parameters/PSU-Accept-Charset"},{"$ref":"#/components/parameters/PSU-Accept-Encoding"},{"$ref":"#/components/parameters/PSU-Accept-Language"},{"$ref":"#/components/parameters/PSU-User-Agent"},{"$ref":"#/components/parameters/PSU-Http-Method"},{"$ref":"#/components/parameters/PSU-Device-ID"},{"$ref":"#/components/parameters/PSU-Geo-Location"}],"responses":{"200":{"$ref":"#/components/responses/OK_200_ScaStatus"},"400":{"$ref":"#/components/responses/BAD_REQUEST_400_AIS"},"401":{"$ref":"#/components/responses/UNAUTHORIZED_401_AIS"},"403":{"$ref":"#/components/responses/FORBIDDEN_403_AIS"},"404":{"$ref":"#/components/responses/NOT_FOUND_404_AIS"},"405":{"$ref":"#/components/responses/METHOD_NOT_ALLOWED_405_AIS"},"406":{"$ref":"#/components/responses/NOT_ACCEPTABLE_406_AIS"},"408":{"$ref":"#/components/responses/REQUEST_TIMEOUT_408_AIS"},"409":{"$ref":"#/components/responses/CONFLICT_409_AIS"},"415":{"$ref":"#/components/responses/UNSUPPORTED_MEDIA_TYPE_415_AIS"},"429":{"$ref":"#/components/responses/TOO_MANY_REQUESTS_429_AIS"},"500":{"$ref":"#/components/responses/INTERNAL_SERVER_ERROR_500_AIS"},"503":{"$ref":"#/components/responses/SERVICE_UNAVAILABLE_503_AIS"}},"security":[{},{"BearerAuthOAuth":[]}],"summary":"Read the SCA status of the consent authorisation","tags":["Account Information Service (AIS)","Common Services"]},"put":{"description":"This method update PSU data on the consents  resource if needed.\nIt may authorise a consent within the Embedded SCA Approach where needed.\n\nIndependently from the SCA Approach it supports e.g. the selection of\nthe authentication method and a non-SCA PSU authentication.\n\nThere are several possible update PSU data requests in the context of a consent request if needed, \nwhich depends on the SCA approach:\n\n* Redirect SCA Approach:\n  A specific Update PSU data request is applicable for \n    * the selection of authentication methods, before choosing the actual SCA approach.\n* Decoupled SCA Approach:\n  A specific update PSU data request is only applicable for\n  * adding the PSU Identification, if not provided yet in the payment initiation request or the Account Information Consent Request, or if no OAuth2 access token is used, or\n  * the selection of authentication methods.\n* Embedded SCA Approach: \n  The Update PSU data request might be used \n  * to add credentials as a first factor authentication data of the PSU and\n  * to select the authentication method and\n  * transaction authorisation.\n\nThe SCA Approach might depend on the chosen SCA method. \nFor that reason, the following possible update PSU data request can apply to all SCA approaches:\n\n* Select an SCA method in case of several SCA methods are available for the customer.\n\nThere are the following request types on this access path:\n  * Update PSU identification\n  * Update PSU authentication\n  * Select PSU autorization method \n    WARNING: This method needs a reduced header, \n    therefore many optional elements are not present. \n    Maybe in a later version the access path will change.\n  * Transaction Authorisation\n    WARNING: This method needs a reduced header, \n    therefore many optional elements are not present. \n    Maybe in a later version the access path will change.\n","operationId":"updateConsentsPsuData","parameters":[{"$ref":"#/components/parameters/consentId_PATH"},{"$ref":"#/components/parameters/authorisationId"},{"$ref":"#/components/parameters/X-Request-ID"},{"$ref":"#/components/parameters/Digest"},{"$ref":"#/components/parameters/Signature"},{"$ref":"#/components/parameters/TPP-Signature-Certificate"},{"$ref":"#/components/parameters/PSU-ID"},{"$ref":"#/components/parameters/PSU-ID-Type"},{"$ref":"#/components/parameters/PSU-Corporate-ID"},{"$ref":"#/components/parameters/PSU-Corporate-ID-Type"},{"$ref":"#/components/parameters/PSU-IP-Address_conditionalForAis"},{"$ref":"#/components/parameters/PSU-IP-Port"},{"$ref":"#/components/parameters/PSU-Accept"},{"$ref":"#/components/parameters/PSU-Accept-Charset"},{"$ref":"#/components/parameters/PSU-Accept-Encoding"},{"$ref":"#/components/parameters/PSU-Accept-Language"},{"$ref":"#/components/parameters/PSU-User-Agent"},{"$ref":"#/components/parameters/PSU-Http-Method"},{"$ref":"#/components/parameters/PSU-Device-ID"},{"$ref":"#/components/parameters/PSU-Geo-Location"}],"requestBody":{"content":{"application/json":{"examples":{"Authorisation confirmation (Redirect Approach)":{"$ref":"#/components/examples/authorisationConfirmationExample_Redirect"},"Select PSU authentication method (Embedded Approach)":{"$ref":"#/components/examples/selectPsuAuthenticationMethodExample_Embedded"},"Transaction authorisation (Embedded Approach)":{"$ref":"#/components/examples/transactionAuthorisationExample_Embedded"},"Update PSU authentication (Embedded Approach)":{"$ref":"#/components/examples/updatePsuAuthenticationExample_Embedded"},"Update PSU identification/additional SCA process (Embedded Approach)":{"value":{}}},"schema":{"oneOf":[{},{"$ref":"#/components/schemas/updatePsuAuthentication"},{"$ref":"#/components/schemas/selectPsuAuthenticationMethod"},{"$ref":"#/components/schemas/transactionAuthorisation"},{"$ref":"#/components/schemas/authorisationConfirmation"}]}}}},"responses":{"200":{"$ref":"#/components/responses/OK_200_UpdatePsuData"},"400":{"$ref":"#/components/responses/BAD_REQUEST_400_AIS"},"401":{"$ref":"#/components/responses/UNAUTHORIZED_401_AIS"},"403":{"$ref":"#/components/responses/FORBIDDEN_403_AIS"},"404":{"$ref":"#/components/responses/NOT_FOUND_404_AIS"},"405":{"$ref":"#/components/responses/METHOD_NOT_ALLOWED_405_AIS"},"406":{"$ref":"#/components/responses/NOT_ACCEPTABLE_406_AIS"},"408":{"$ref":"#/components/responses/REQUEST_TIMEOUT_408_AIS"},"409":{"$ref":"#/components/responses/CONFLICT_409_AIS"},"415":{"$ref":"#/components/responses/UNSUPPORTED_MEDIA_TYPE_415_AIS"},"429":{"$ref":"#/components/responses/TOO_MANY_REQUESTS_429_AIS"},"500":{"$ref":"#/components/responses/INTERNAL_SERVER_ERROR_500_AIS"},"503":{"$ref":"#/components/responses/SERVICE_UNAVAILABLE_503_AIS"}},"security":[{},{"BearerAuthOAuth":[]}],"summary":"Update PSU Data for consents","tags":["Account Information Service (AIS)","Common Services"]}},"/v1/consents/{consentId}/status":{"get":{"description":"Read the status of an account information consent resource.","operationId":"getConsentStatus","parameters":[{"$ref":"#/components/parameters/consentId_PATH"},{"$ref":"#/components/parameters/X-Request-ID"},{"$ref":"#/components/parameters/Digest"},{"$ref":"#/components/parameters/Signature"},{"$ref":"#/components/parameters/TPP-Signature-Certificate"},{"$ref":"#/components/parameters/PSU-IP-Address_conditionalForAis"},{"$ref":"#/components/parameters/PSU-IP-Port"},{"$ref":"#/components/parameters/PSU-Accept"},{"$ref":"#/components/parameters/PSU-Accept-Charset"},{"$ref":"#/components/parameters/PSU-Accept-Encoding"},{"$ref":"#/components/parameters/PSU-Accept-Language"},{"$ref":"#/components/parameters/PSU-User-Agent"},{"$ref":"#/components/parameters/PSU-Http-Method"},{"$ref":"#/components/parameters/PSU-Device-ID"},{"$ref":"#/components/parameters/PSU-Geo-Location"}],"responses":{"200":{"$ref":"#/components/responses/OK_200_ConsentStatus"},"400":{"$ref":"#/components/responses/BAD_REQUEST_400_AIS"},"401":{"$ref":"#/components/responses/UNAUTHORIZED_401_AIS"},"403":{"$ref":"#/components/responses/FORBIDDEN_403_AIS"},"404":{"$ref":"#/components/responses/NOT_FOUND_404_AIS"},"405":{"$ref":"#/components/responses/METHOD_NOT_ALLOWED_405_AIS"},"406":{"$ref":"#/components/responses/NOT_ACCEPTABLE_406_AIS"},"408":{"$ref":"#/components/responses/REQUEST_TIMEOUT_408_AIS"},"409":{"$ref":"#/components/responses/CONFLICT_409_AIS"},"415":{"$ref":"#/components/responses/UNSUPPORTED_MEDIA_TYPE_415_AIS"},"429":{"$ref":"#/components/responses/TOO_MANY_REQUESTS_429_AIS"},"500":{"$ref":"#/components/responses/INTERNAL_SERVER_ERROR_500_AIS"},"503":{"$ref":"#/components/responses/SERVICE_UNAVAILABLE_503_AIS"}},"security":[{},{"BearerAuthOAuth":[]}],"summary":"Consent status request","tags":["Account Information Service (AIS)"]}},"/v1/funds-confirmations":{"post":{"description":"Creates a confirmation of funds request at the ASPSP. Checks whether a specific amount is available at point of time of the request on an account linked to a given tuple card issuer(TPP)/card number, or addressed by IBAN and TPP respectively.\nIf the related extended services are used a conditional Consent-ID is contained in the header. This field is contained but commented out in this specification.","operationId":"checkAvailabilityOfFunds","parameters":[{"$ref":"#/components/parameters/X-Request-ID"},{"$ref":"#/components/parameters/Authorization"},{"$ref":"#/components/parameters/Digest"},{"$ref":"#/components/parameters/Signature"},{"$ref":"#/components/parameters/TPP-Signature-Certificate"}],"requestBody":{"$ref":"#/components/requestBodies/confirmationOfFunds"},"responses":{"200":{"$ref":"#/components/responses/OK_200_ConfirmationOfFunds"},"400":{"$ref":"#/components/responses/BAD_REQUEST_400_PIIS"},"401":{"$ref":"#/components/responses/UNAUTHORIZED_401_PIIS"},"403":{"$ref":"#/components/responses/FORBIDDEN_403_PIIS"},"404":{"$ref":"#/components/responses/NOT_FOUND_404_PIIS"},"405":{"$ref":"#/components/responses/METHOD_NOT_ALLOWED_405_PIIS"},"406":{"$ref":"#/components/responses/NOT_ACCEPTABLE_406_PIIS"},"408":{"$ref":"#/components/responses/REQUEST_TIMEOUT_408_PIIS"},"409":{"$ref":"#/components/responses/CONFLICT_409_PIIS"},"415":{"$ref":"#/components/responses/UNSUPPORTED_MEDIA_TYPE_415_PIIS"},"429":{"$ref":"#/components/responses/TOO_MANY_REQUESTS_429_PIIS"},"500":{"$ref":"#/components/responses/INTERNAL_SERVER_ERROR_500_PIIS"},"503":{"$ref":"#/components/responses/SERVICE_UNAVAILABLE_503_PIIS"}},"security":[{},{"BearerAuthOAuth":[]}],"summary":"Confirmation of funds request","tags":["Confirmation of Funds Service (PIIS)"]}},"/v1/signing-baskets":{"post":{"description":"Create a signing basket resource for authorising several transactions with one SCA method. \nThe resource identifications of these transactions are contained in the payload of this access method\n","operationId":"createSigningBasket","parameters":[{"$ref":"#/components/parameters/X-Request-ID"},{"$ref":"#/components/parameters/Digest"},{"$ref":"#/components/parameters/Signature"},{"$ref":"#/components/parameters/TPP-Signature-Certificate"},{"$ref":"#/components/parameters/PSU-ID"},{"$ref":"#/components/parameters/PSU-ID-Type"},{"$ref":"#/components/parameters/PSU-Corporate-ID"},{"$ref":"#/components/parameters/PSU-Corporate-ID-Type"},{"$ref":"#/components/parameters/consentId_HEADER_optional"},{"$ref":"#/components/parameters/PSU-IP-Address_mandatory"},{"$ref":"#/components/parameters/TPP-Redirect-Preferred"},{"$ref":"#/components/parameters/TPP-Redirect-URI"},{"$ref":"#/components/parameters/TPP-Nok-Redirect-URI"},{"$ref":"#/components/parameters/TPP-Explicit-Authorisation-Preferred"},{"$ref":"#/components/parameters/TPP-Notification-URI"},{"$ref":"#/components/parameters/TPP-Notification-Content-Preferred"},{"$ref":"#/components/parameters/PSU-IP-Port"},{"$ref":"#/components/parameters/PSU-Accept"},{"$ref":"#/components/parameters/PSU-Accept-Charset"},{"$ref":"#/components/parameters/PSU-Accept-Encoding"},{"$ref":"#/components/parameters/PSU-Accept-Language"},{"$ref":"#/components/parameters/PSU-User-Agent"},{"$ref":"#/components/parameters/PSU-Http-Method"},{"$ref":"#/components/parameters/PSU-Device-ID"},{"$ref":"#/components/parameters/PSU-Geo-Location"}],"requestBody":{"$ref":"#/components/requestBodies/signingBasket"},"responses":{"201":{"$ref":"#/components/responses/CREATED_201_SigningBasket"},"400":{"$ref":"#/components/responses/BAD_REQUEST_400_SBS"},"401":{"$ref":"#/components/responses/UNAUTHORIZED_401_SBS"},"403":{"$ref":"#/components/responses/FORBIDDEN_403_SBS"},"404":{"$ref":"#/components/responses/NOT_FOUND_404_SBS"},"405":{"$ref":"#/components/responses/METHOD_NOT_ALLOWED_405_SBS"},"406":{"$ref":"#/components/responses/NOT_ACCEPTABLE_406_SBS"},"408":{"$ref":"#/components/responses/REQUEST_TIMEOUT_408_SBS"},"409":{"$ref":"#/components/responses/CONFLICT_409_SBS"},"415":{"$ref":"#/components/responses/UNSUPPORTED_MEDIA_TYPE_415_SBS"},"429":{"$ref":"#/components/responses/TOO_MANY_REQUESTS_429_SBS"},"500":{"$ref":"#/components/responses/INTERNAL_SERVER_ERROR_500_SBS"},"503":{"$ref":"#/components/responses/SERVICE_UNAVAILABLE_503_SBS"}},"security":[{},{"BearerAuthOAuth":[]}],"summary":"Create a signing basket resource","tags":["Signing Baskets Service (SBS)"]}},"/v1/signing-baskets/{basketId}":{"delete":{"description":"Delete the signing basket structure as long as no (partial) authorisation has yet been applied.\nThe undlerying transactions are not affected by this deletion.\n\nRemark: The signing basket as such is not deletable after a first (partial) authorisation has been applied.\nNevertheless, single transactions might be cancelled on an individual basis on the XS2A interface.\n","operationId":"deleteSigningBasket","parameters":[{"$ref":"#/components/parameters/basketId_PATH"},{"$ref":"#/components/parameters/X-Request-ID"},{"$ref":"#/components/parameters/Digest"},{"$ref":"#/components/parameters/Signature"},{"$ref":"#/components/parameters/TPP-Signature-Certificate"},{"$ref":"#/components/parameters/PSU-IP-Address_optional"},{"$ref":"#/components/parameters/PSU-IP-Port"},{"$ref":"#/components/parameters/PSU-Accept"},{"$ref":"#/components/parameters/PSU-Accept-Charset"},{"$ref":"#/components/parameters/PSU-Accept-Encoding"},{"$ref":"#/components/parameters/PSU-Accept-Language"},{"$ref":"#/components/parameters/PSU-User-Agent"},{"$ref":"#/components/parameters/PSU-Http-Method"},{"$ref":"#/components/parameters/PSU-Device-ID"},{"$ref":"#/components/parameters/PSU-Geo-Location"}],"responses":{"204":{"$ref":"#/components/responses/NO_CONTENT_204_SigningBasket"},"400":{"$ref":"#/components/responses/BAD_REQUEST_400_SBS"},"401":{"$ref":"#/components/responses/UNAUTHORIZED_401_SBS"},"403":{"$ref":"#/components/responses/FORBIDDEN_403_SBS"},"404":{"$ref":"#/components/responses/NOT_FOUND_404_SBS"},"405":{"$ref":"#/components/responses/METHOD_NOT_ALLOWED_405_SBS"},"406":{"$ref":"#/components/responses/NOT_ACCEPTABLE_406_SBS"},"408":{"$ref":"#/components/responses/REQUEST_TIMEOUT_408_SBS"},"409":{"$ref":"#/components/responses/CONFLICT_409_SBS"},"415":{"$ref":"#/components/responses/UNSUPPORTED_MEDIA_TYPE_415_SBS"},"429":{"$ref":"#/components/responses/TOO_MANY_REQUESTS_429_SBS"},"500":{"$ref":"#/components/responses/INTERNAL_SERVER_ERROR_500_SBS"},"503":{"$ref":"#/components/responses/SERVICE_UNAVAILABLE_503_SBS"}},"security":[{},{"BearerAuthOAuth":[]}],"summary":"Delete the signing basket","tags":["Signing Baskets Service (SBS)","Common Services"]},"get":{"description":"Returns the content of a signing basket object.","operationId":"getSigningBasket","parameters":[{"$ref":"#/components/parameters/basketId_PATH"},{"$ref":"#/components/parameters/X-Request-ID"},{"$ref":"#/components/parameters/Digest"},{"$ref":"#/components/parameters/Signature"},{"$ref":"#/components/parameters/TPP-Signature-Certificate"},{"$ref":"#/components/parameters/PSU-IP-Address_optional"},{"$ref":"#/components/parameters/PSU-IP-Port"},{"$ref":"#/components/parameters/PSU-Accept"},{"$ref":"#/components/parameters/PSU-Accept-Charset"},{"$ref":"#/components/parameters/PSU-Accept-Encoding"},{"$ref":"#/components/parameters/PSU-Accept-Language"},{"$ref":"#/components/parameters/PSU-User-Agent"},{"$ref":"#/components/parameters/PSU-Http-Method"},{"$ref":"#/components/parameters/PSU-Device-ID"},{"$ref":"#/components/parameters/PSU-Geo-Location"}],"responses":{"200":{"$ref":"#/components/responses/OK_200_GetSigningBasket"},"400":{"$ref":"#/components/responses/BAD_REQUEST_400_SBS"},"401":{"$ref":"#/components/responses/UNAUTHORIZED_401_SBS"},"403":{"$ref":"#/components/responses/FORBIDDEN_403_SBS"},"404":{"$ref":"#/components/responses/NOT_FOUND_404_SBS"},"405":{"$ref":"#/components/responses/METHOD_NOT_ALLOWED_405_SBS"},"406":{"$ref":"#/components/responses/NOT_ACCEPTABLE_406_SBS"},"408":{"$ref":"#/components/responses/REQUEST_TIMEOUT_408_SBS"},"409":{"$ref":"#/components/responses/CONFLICT_409_SBS"},"415":{"$ref":"#/components/responses/UNSUPPORTED_MEDIA_TYPE_415_SBS"},"429":{"$ref":"#/components/responses/TOO_MANY_REQUESTS_429_SBS"},"500":{"$ref":"#/components/responses/INTERNAL_SERVER_ERROR_500_SBS"},"503":{"$ref":"#/components/responses/SERVICE_UNAVAILABLE_503_SBS"}},"security":[{},{"BearerAuthOAuth":[]}],"summary":"Returns the content of an signing basket object","tags":["Signing Baskets Service (SBS)"]}},"/v1/signing-baskets/{basketId}/authorisations":{"get":{"description":"Read a list of all authorisation subresources IDs which have been created.\n\nThis function returns an array of hyperlinks to all generated authorisation sub-resources.\n","operationId":"getSigningBasketAuthorisation","parameters":[{"$ref":"#/components/parameters/basketId_PATH"},{"$ref":"#/components/parameters/X-Request-ID"},{"$ref":"#/components/parameters/Digest"},{"$ref":"#/components/parameters/Signature"},{"$ref":"#/components/parameters/TPP-Signature-Certificate"},{"$ref":"#/components/parameters/PSU-IP-Address_optional"},{"$ref":"#/components/parameters/PSU-IP-Port"},{"$ref":"#/components/parameters/PSU-Accept"},{"$ref":"#/components/parameters/PSU-Accept-Charset"},{"$ref":"#/components/parameters/PSU-Accept-Encoding"},{"$ref":"#/components/parameters/PSU-Accept-Language"},{"$ref":"#/components/parameters/PSU-User-Agent"},{"$ref":"#/components/parameters/PSU-Http-Method"},{"$ref":"#/components/parameters/PSU-Device-ID"},{"$ref":"#/components/parameters/PSU-Geo-Location"}],"responses":{"200":{"$ref":"#/components/responses/OK_200_Authorisations"},"400":{"$ref":"#/components/responses/BAD_REQUEST_400_SBS"},"401":{"$ref":"#/components/responses/UNAUTHORIZED_401_SBS"},"403":{"$ref":"#/components/responses/FORBIDDEN_403_SBS"},"404":{"$ref":"#/components/responses/NOT_FOUND_404_SBS"},"405":{"$ref":"#/components/responses/METHOD_NOT_ALLOWED_405_SBS"},"406":{"$ref":"#/components/responses/NOT_ACCEPTABLE_406_SBS"},"408":{"$ref":"#/components/responses/REQUEST_TIMEOUT_408_SBS"},"409":{"$ref":"#/components/responses/CONFLICT_409_SBS"},"415":{"$ref":"#/components/responses/UNSUPPORTED_MEDIA_TYPE_415_SBS"},"429":{"$ref":"#/components/responses/TOO_MANY_REQUESTS_429_SBS"},"500":{"$ref":"#/components/responses/INTERNAL_SERVER_ERROR_500_SBS"},"503":{"$ref":"#/components/responses/SERVICE_UNAVAILABLE_503_SBS"}},"security":[{},{"BearerAuthOAuth":[]}],"summary":"Get signing basket authorisation sub-resources request","tags":["Signing Baskets Service (SBS)","Common Services"]},"post":{"description":"Create an authorisation sub-resource and start the authorisation process of a signing basket.\nThe message might in addition transmit authentication and authorisation related data.\n\nThis method is iterated n times for a n times SCA authorisation in a\ncorporate context, each creating an own authorisation sub-endpoint for\nthe corresponding PSU authorising the signing-baskets.\n\nThe ASPSP might make the usage of this access method unnecessary in case\nof only one SCA process needed, since the related authorisation resource\nmight be automatically created by the ASPSP after the submission of the\npayment data with the first POST signing basket call.\n\nThe start authorisation process is a process which is needed for creating a new authorisation\nor cancellation sub-resource.\n\nThis applies in the following scenarios:\n\n  * The ASPSP has indicated with a 'startAuthorisation' hyperlink in the preceding payment \n    initiation response that an explicit start of the authorisation process is needed by the TPP. \n    The 'startAuthorisation' hyperlink can transport more information about data which needs to be \n    uploaded by using the extended forms:\n    * 'startAuthorisationWithPsuIdentfication', \n    * 'startAuthorisationWithPsuAuthentication' \n    * 'startAuthorisationWithEncryptedPsuAuthentication'\n    * 'startAuthorisationWithAuthentciationMethodSelection'\n  * The related payment initiation cannot yet be executed since a multilevel SCA is mandated.\n  * The ASPSP has indicated with a 'startAuthorisation' hyperlink in the preceding \n    payment cancellation response that an explicit start of the authorisation process is needed by the TPP.\n    The 'startAuthorisation' hyperlink can transport more information about data which needs to be uploaded\n    by using the extended forms as indicated above.\n  * The related payment cancellation request cannot be applied yet since a multilevel SCA is mandate for\n    executing the cancellation.\n  * The signing basket needs to be authorised yet.\n","operationId":"startSigningBasketAuthorisation","parameters":[{"$ref":"#/components/parameters/basketId_PATH"},{"$ref":"#/components/parameters/X-Request-ID"},{"$ref":"#/components/parameters/Digest"},{"$ref":"#/components/parameters/Signature"},{"$ref":"#/components/parameters/TPP-Signature-Certificate"},{"$ref":"#/components/parameters/PSU-ID"},{"$ref":"#/components/parameters/PSU-ID-Type"},{"$ref":"#/components/parameters/PSU-Corporate-ID"},{"$ref":"#/components/parameters/PSU-Corporate-ID-Type"},{"$ref":"#/components/parameters/TPP-Redirect-Preferred"},{"$ref":"#/components/parameters/TPP-Redirect-URI"},{"$ref":"#/components/parameters/TPP-Nok-Redirect-URI"},{"$ref":"#/components/parameters/TPP-Notification-URI"},{"$ref":"#/components/parameters/TPP-Notification-Content-Preferred"},{"$ref":"#/components/parameters/PSU-IP-Address_optional"},{"$ref":"#/components/parameters/PSU-IP-Port"},{"$ref":"#/components/parameters/PSU-Accept"},{"$ref":"#/components/parameters/PSU-Accept-Charset"},{"$ref":"#/components/parameters/PSU-Accept-Encoding"},{"$ref":"#/components/parameters/PSU-Accept-Language"},{"$ref":"#/components/parameters/PSU-User-Agent"},{"$ref":"#/components/parameters/PSU-Http-Method"},{"$ref":"#/components/parameters/PSU-Device-ID"},{"$ref":"#/components/parameters/PSU-Geo-Location"}],"requestBody":{"content":{"application/json":{"schema":{"oneOf":[{},{"$ref":"#/components/schemas/updatePsuAuthentication"},{"$ref":"#/components/schemas/selectPsuAuthenticationMethod"},{"$ref":"#/components/schemas/transactionAuthorisation"}]}}}},"responses":{"201":{"$ref":"#/components/responses/CREATED_201_StartScaProcess"},"400":{"$ref":"#/components/responses/BAD_REQUEST_400_SBS"},"401":{"$ref":"#/components/responses/UNAUTHORIZED_401_SBS"},"403":{"$ref":"#/components/responses/FORBIDDEN_403_SBS"},"404":{"$ref":"#/components/responses/NOT_FOUND_404_SBS"},"405":{"$ref":"#/components/responses/METHOD_NOT_ALLOWED_405_SBS"},"406":{"$ref":"#/components/responses/NOT_ACCEPTABLE_406_SBS"},"408":{"$ref":"#/components/responses/REQUEST_TIMEOUT_408_SBS"},"409":{"$ref":"#/components/responses/CONFLICT_409_SBS"},"415":{"$ref":"#/components/responses/UNSUPPORTED_MEDIA_TYPE_415_SBS"},"429":{"$ref":"#/components/responses/TOO_MANY_REQUESTS_429_SBS"},"500":{"$ref":"#/components/responses/INTERNAL_SERVER_ERROR_500_SBS"},"503":{"$ref":"#/components/responses/SERVICE_UNAVAILABLE_503_SBS"}},"security":[{},{"BearerAuthOAuth":[]}],"summary":"Start the authorisation process for a signing basket","tags":["Signing Baskets Service (SBS)","Common Services"]}},"/v1/signing-baskets/{basketId}/authorisations/{authorisationId}":{"get":{"description":"This method returns the SCA status of a signing basket's authorisation sub-resource.\n","operationId":"getSigningBasketScaStatus","parameters":[{"$ref":"#/components/parameters/basketId_PATH"},{"$ref":"#/components/parameters/authorisationId"},{"$ref":"#/components/parameters/X-Request-ID"},{"$ref":"#/components/parameters/Digest"},{"$ref":"#/components/parameters/Signature"},{"$ref":"#/components/parameters/TPP-Signature-Certificate"},{"$ref":"#/components/parameters/PSU-IP-Address_optional"},{"$ref":"#/components/parameters/PSU-IP-Port"},{"$ref":"#/components/parameters/PSU-Accept"},{"$ref":"#/components/parameters/PSU-Accept-Charset"},{"$ref":"#/components/parameters/PSU-Accept-Encoding"},{"$ref":"#/components/parameters/PSU-Accept-Language"},{"$ref":"#/components/parameters/PSU-User-Agent"},{"$ref":"#/components/parameters/PSU-Http-Method"},{"$ref":"#/components/parameters/PSU-Device-ID"},{"$ref":"#/components/parameters/PSU-Geo-Location"}],"responses":{"200":{"$ref":"#/components/responses/OK_200_ScaStatus"},"400":{"$ref":"#/components/responses/BAD_REQUEST_400_SBS"},"401":{"$ref":"#/components/responses/UNAUTHORIZED_401_SBS"},"403":{"$ref":"#/components/responses/FORBIDDEN_403_SBS"},"404":{"$ref":"#/components/responses/NOT_FOUND_404_SBS"},"405":{"$ref":"#/components/responses/METHOD_NOT_ALLOWED_405_SBS"},"406":{"$ref":"#/components/responses/NOT_ACCEPTABLE_406_SBS"},"408":{"$ref":"#/components/responses/REQUEST_TIMEOUT_408_SBS"},"409":{"$ref":"#/components/responses/CONFLICT_409_SBS"},"415":{"$ref":"#/components/responses/UNSUPPORTED_MEDIA_TYPE_415_SBS"},"429":{"$ref":"#/components/responses/TOO_MANY_REQUESTS_429_SBS"},"500":{"$ref":"#/components/responses/INTERNAL_SERVER_ERROR_500_SBS"},"503":{"$ref":"#/components/responses/SERVICE_UNAVAILABLE_503_SBS"}},"security":[{},{"BearerAuthOAuth":[]}],"summary":"Read the SCA status of the signing basket authorisation","tags":["Signing Baskets Service (SBS)","Common Services"]},"put":{"description":"This method update PSU data on the signing basket resource if needed. \nIt may authorise a igning basket within the embedded SCA approach where needed.\n\nIndependently from the SCA Approach it supports e.g. the selection of \nthe authentication method and a non-SCA PSU authentication.\n\nThere are several possible update PSU data requests in the context of a consent request if needed, \nwhich depends on the SCA approach:\n\n* Redirect SCA Approach:\n  A specific Update PSU data request is applicable for \n    * the selection of authentication methods, before choosing the actual SCA approach.\n* Decoupled SCA Approach:\n  A specific Update PSU data request is only applicable for\n  * adding the PSU Identification, if not provided yet in the payment initiation request or the account information consent request, or if no OAuth2 access token is used, or\n  * the selection of authentication methods.\n* Embedded SCA Approach: \n  The update PSU data request might be used \n  * to add credentials as a first factor authentication data of the PSU and\n  * to select the authentication method and\n  * transaction authorisation.\n\nThe SCA approach might depend on the chosen SCA method. \nFor that reason, the following possible update PSU data request can apply to all SCA approaches:\n\n* Select an SCA method in case of several SCA methods are available for the customer.\n\nThere are the following request types on this access path:\n  * Update PSU identification\n  * Update PSU authentication\n  * Select PSU autorization Method \n    WARNING: This method needs a reduced header, \n    therefore many optional elements are not present. \n    Maybe in a later version the access path will change.\n  * Transaction Authorisation\n    WARNING: This method needs a reduced header, \n    therefore many optional elements are not present. \n    Maybe in a later version the access path will change.\n","operationId":"updateSigningBasketPsuData","parameters":[{"$ref":"#/components/parameters/basketId_PATH"},{"$ref":"#/components/parameters/authorisationId"},{"$ref":"#/components/parameters/X-Request-ID"},{"$ref":"#/components/parameters/Digest"},{"$ref":"#/components/parameters/Signature"},{"$ref":"#/components/parameters/TPP-Signature-Certificate"},{"$ref":"#/components/parameters/PSU-ID"},{"$ref":"#/components/parameters/PSU-ID-Type"},{"$ref":"#/components/parameters/PSU-Corporate-ID"},{"$ref":"#/components/parameters/PSU-Corporate-ID-Type"},{"$ref":"#/components/parameters/PSU-IP-Address_optional"},{"$ref":"#/components/parameters/PSU-IP-Port"},{"$ref":"#/components/parameters/PSU-Accept"},{"$ref":"#/components/parameters/PSU-Accept-Charset"},{"$ref":"#/components/parameters/PSU-Accept-Encoding"},{"$ref":"#/components/parameters/PSU-Accept-Language"},{"$ref":"#/components/parameters/PSU-User-Agent"},{"$ref":"#/components/parameters/PSU-Http-Method"},{"$ref":"#/components/parameters/PSU-Device-ID"},{"$ref":"#/components/parameters/PSU-Geo-Location"}],"requestBody":{"content":{"application/json":{"examples":{"Authorisation confirmation (Redirect Approach)":{"$ref":"#/components/examples/authorisationConfirmationExample_Redirect"},"Select PSU authentication method (Embedded Approach)":{"$ref":"#/components/examples/selectPsuAuthenticationMethodExample_Embedded"},"Transaction authorisation (Embedded Approach)":{"$ref":"#/components/examples/transactionAuthorisationExample_Embedded"},"Update PSU authentication (Embedded Approach)":{"$ref":"#/components/examples/updatePsuAuthenticationExample_Embedded"},"Update PSU identification (Embedded Approach)":{"value":{}}},"schema":{"oneOf":[{},{"$ref":"#/components/schemas/updatePsuAuthentication"},{"$ref":"#/components/schemas/selectPsuAuthenticationMethod"},{"$ref":"#/components/schemas/transactionAuthorisation"},{"$ref":"#/components/schemas/authorisationConfirmation"}]}}}},"responses":{"200":{"$ref":"#/components/responses/OK_200_UpdatePsuData"},"400":{"$ref":"#/components/responses/BAD_REQUEST_400_SBS"},"401":{"$ref":"#/components/responses/UNAUTHORIZED_401_SBS"},"403":{"$ref":"#/components/responses/FORBIDDEN_403_SBS"},"404":{"$ref":"#/components/responses/NOT_FOUND_404_SBS"},"405":{"$ref":"#/components/responses/METHOD_NOT_ALLOWED_405_SBS"},"406":{"$ref":"#/components/responses/NOT_ACCEPTABLE_406_SBS"},"408":{"$ref":"#/components/responses/REQUEST_TIMEOUT_408_SBS"},"409":{"$ref":"#/components/responses/CONFLICT_409_SBS"},"415":{"$ref":"#/components/responses/UNSUPPORTED_MEDIA_TYPE_415_SBS"},"429":{"$ref":"#/components/responses/TOO_MANY_REQUESTS_429_SBS"},"500":{"$ref":"#/components/responses/INTERNAL_SERVER_ERROR_500_SBS"},"503":{"$ref":"#/components/responses/SERVICE_UNAVAILABLE_503_SBS"}},"security":[{},{"BearerAuthOAuth":[]}],"summary":"Update PSU data for signing basket","tags":["Signing Baskets Service (SBS)","Common Services"]}},"/v1/signing-baskets/{basketId}/status":{"get":{"description":"Returns the status of a signing basket object.\n","operationId":"getSigningBasketStatus","parameters":[{"$ref":"#/components/parameters/basketId_PATH"},{"$ref":"#/components/parameters/X-Request-ID"},{"$ref":"#/components/parameters/Digest"},{"$ref":"#/components/parameters/Signature"},{"$ref":"#/components/parameters/TPP-Signature-Certificate"},{"$ref":"#/components/parameters/PSU-ID"},{"$ref":"#/components/parameters/PSU-ID-Type"},{"$ref":"#/components/parameters/PSU-Corporate-ID"},{"$ref":"#/components/parameters/PSU-Corporate-ID-Type"},{"$ref":"#/components/parameters/PSU-IP-Address_optional"},{"$ref":"#/components/parameters/PSU-IP-Port"},{"$ref":"#/components/parameters/PSU-Accept"},{"$ref":"#/components/parameters/PSU-Accept-Charset"},{"$ref":"#/components/parameters/PSU-Accept-Encoding"},{"$ref":"#/components/parameters/PSU-Accept-Language"},{"$ref":"#/components/parameters/PSU-User-Agent"},{"$ref":"#/components/parameters/PSU-Http-Method"},{"$ref":"#/components/parameters/PSU-Device-ID"},{"$ref":"#/components/parameters/PSU-Geo-Location"}],"responses":{"200":{"$ref":"#/components/responses/OK_200_SigningBasketStatus"},"400":{"$ref":"#/components/responses/BAD_REQUEST_400_SBS"},"401":{"$ref":"#/components/responses/UNAUTHORIZED_401_SBS"},"403":{"$ref":"#/components/responses/FORBIDDEN_403_SBS"},"404":{"$ref":"#/components/responses/NOT_FOUND_404_SBS"},"405":{"$ref":"#/components/responses/METHOD_NOT_ALLOWED_405_SBS"},"406":{"$ref":"#/components/responses/NOT_ACCEPTABLE_406_SBS"},"408":{"$ref":"#/components/responses/REQUEST_TIMEOUT_408_SBS"},"409":{"$ref":"#/components/responses/CONFLICT_409_SBS"},"415":{"$ref":"#/components/responses/UNSUPPORTED_MEDIA_TYPE_415_SBS"},"429":{"$ref":"#/components/responses/TOO_MANY_REQUESTS_429_SBS"},"500":{"$ref":"#/components/responses/INTERNAL_SERVER_ERROR_500_SBS"},"503":{"$ref":"#/components/responses/SERVICE_UNAVAILABLE_503_SBS"}},"security":[{},{"BearerAuthOAuth":[]}],"summary":"Read the status of the signing basket","tags":["Signing Baskets Service (SBS)","Common Services"]}},"/v1/{payment-service}/{payment-product}":{"post":{"description":"This method is used to initiate a payment at the ASPSP.\n\n## Variants of payment initiation requests\n\nThis method to initiate a payment initiation at the ASPSP can be sent with either a JSON body or an pain.001 body depending on the payment product in the path.\n\nThere are the following **payment products**:\n\n  - Payment products with payment information in *JSON* format:\n    - ***domestic-swiss-credit-transfers-isr***\n    - ***domestic-swiss-credit-transfers***\n    - ***domestic-swiss-credit-transfers-qr***\n    - ***domestic-swiss-foreign-credit-transfers***\n    - ***swiss-sepa-credit-transfers***\n    - ***swiss-cross-border-credit-transfers***\n  - Payment products with payment information in *SIX pain.001* XML format:\n    - ***pain.001-sepa-credit-transfers***\n    - ***pain.001-cross-border-credit-transfers***\n    - ***pain.001-swiss-six-credit-transfers***\n\nFurthermore the request body depends on the **payment-service**:\n  * ***payments***: A single payment initiation request.\n  * ***bulk-payments***: A collection of several payment initiation requests.\n  \n    In case of a *pain.001* message there are more than one payments contained in the *pain.001 message.\n\n    In case of a *JSON* there are several JSON payment blocks contained in a joining list.\n  * ***periodic-payments***:\n    Create a standing order initiation resource for recurrent i.e. periodic payments addressable under {paymentId}\n     with all data relevant for the corresponding payment product and the execution of the standing order contained in a JSON body.\n\nThis is the first step in the API to initiate the related recurring/periodic payment.\n\n## Single and mulitilevel SCA Processes\n\nThe payment initiation requests are independent from the need of one or multilevel \nSCA processing, i.e. independent from the number of authorisations needed for the execution of payments. \n\nBut the response messages are specific to either one SCA processing or multilevel SCA processing. \n\nFor payment initiation with multilevel SCA, this specification requires an explicit start of the authorisation, \ni.e. links directly associated with SCA processing like 'scaRedirect' or 'scaOAuth' cannot be contained in the \nresponse message of a Payment Initation Request for a payment, where multiple authorisations are needed. \nAlso if any data is needed for the next action, like selecting an SCA method is not supported in the response, \nsince all starts of the multiple authorisations are fully equal. \nIn these cases, first an authorisation sub-resource has to be generated following the 'startAuthorisation' link.\n","operationId":"initiatePayment","parameters":[{"$ref":"#/components/parameters/paymentService"},{"$ref":"#/components/parameters/paymentProduct"},{"$ref":"#/components/parameters/X-Request-ID"},{"$ref":"#/components/parameters/Digest"},{"$ref":"#/components/parameters/Signature"},{"$ref":"#/components/parameters/TPP-Signature-Certificate"},{"$ref":"#/components/parameters/PSU-ID"},{"$ref":"#/components/parameters/PSU-ID-Type"},{"$ref":"#/components/parameters/PSU-Corporate-ID"},{"$ref":"#/components/parameters/PSU-Corporate-ID-Type"},{"$ref":"#/components/parameters/consentId_HEADER_optional"},{"$ref":"#/components/parameters/PSU-IP-Address_mandatory"},{"$ref":"#/components/parameters/TPP-Redirect-Preferred"},{"$ref":"#/components/parameters/TPP-Redirect-URI"},{"$ref":"#/components/parameters/TPP-Nok-Redirect-URI"},{"$ref":"#/components/parameters/TPP-Explicit-Authorisation-Preferred"},{"$ref":"#/components/parameters/TPP-Rejection-NoFunds-Preferred"},{"$ref":"#/components/parameters/TPP-Brand-Logging-Information"},{"$ref":"#/components/parameters/TPP-Notification-URI"},{"$ref":"#/components/parameters/TPP-Notification-Content-Preferred"},{"$ref":"#/components/parameters/PSU-IP-Port"},{"$ref":"#/components/parameters/PSU-Accept"},{"$ref":"#/components/parameters/PSU-Accept-Charset"},{"$ref":"#/components/parameters/PSU-Accept-Encoding"},{"$ref":"#/components/parameters/PSU-Accept-Language"},{"$ref":"#/components/parameters/PSU-User-Agent"},{"$ref":"#/components/parameters/PSU-Http-Method"},{"$ref":"#/components/parameters/PSU-Device-ID"},{"$ref":"#/components/parameters/PSU-Geo-Location"}],"requestBody":{"$ref":"#/components/requestBodies/paymentInitiation"},"responses":{"201":{"$ref":"#/components/responses/CREATED_201_PaymentInitiation"},"400":{"$ref":"#/components/responses/BAD_REQUEST_400_PIS"},"401":{"$ref":"#/components/responses/UNAUTHORIZED_401_PIS"},"403":{"$ref":"#/components/responses/FORBIDDEN_403_PIS"},"404":{"$ref":"#/components/responses/NOT_FOUND_404_PIS"},"405":{"$ref":"#/components/responses/METHOD_NOT_ALLOWED_405_PIS"},"406":{"$ref":"#/components/responses/NOT_ACCEPTABLE_406_PIS"},"408":{"$ref":"#/components/responses/REQUEST_TIMEOUT_408_PIS"},"409":{"$ref":"#/components/responses/CONFLICT_409_PIS"},"415":{"$ref":"#/components/responses/UNSUPPORTED_MEDIA_TYPE_415_PIS"},"429":{"$ref":"#/components/responses/TOO_MANY_REQUESTS_429_PIS"},"500":{"$ref":"#/components/responses/INTERNAL_SERVER_ERROR_500_PIS"},"503":{"$ref":"#/components/responses/SERVICE_UNAVAILABLE_503_PIS"}},"security":[{},{"BearerAuthOAuth":[]}],"summary":"Payment initiation request","tags":["Payment Initiation Service (PIS)"]}},"/v1/{payment-service}/{payment-product}/{paymentId}":{"delete":{"description":"This method initiates the cancellation of a payment. \nDepending on the payment-service, the payment-product and the ASPSP's implementation, \nthis TPP call might be sufficient to cancel a payment. \nIf an authorisation of the payment cancellation is mandated by the ASPSP, \na corresponding hyperlink will be contained in the response message.\n\nCancels the addressed payment with resource identification paymentId if applicable to the payment-service, payment-product and received in product related timelines (e.g. before end of business day for scheduled payments of the last business day before the scheduled execution day). \n\nThe response to this DELETE command will tell the TPP whether the\n  * access method was rejected,\n  * access method was successful, or\n  * access method is generally applicable, but further authorisation processes are needed.\n","operationId":"cancelPayment","parameters":[{"$ref":"#/components/parameters/paymentService"},{"$ref":"#/components/parameters/paymentProduct"},{"$ref":"#/components/parameters/paymentId"},{"$ref":"#/components/parameters/X-Request-ID"},{"$ref":"#/components/parameters/Digest"},{"$ref":"#/components/parameters/Signature"},{"$ref":"#/components/parameters/TPP-Signature-Certificate"},{"$ref":"#/components/parameters/TPP-Redirect-Preferred"},{"$ref":"#/components/parameters/TPP-Nok-Redirect-URI"},{"$ref":"#/components/parameters/TPP-Redirect-URI"},{"$ref":"#/components/parameters/TPP-Explicit-Authorisation-Preferred"},{"$ref":"#/components/parameters/PSU-IP-Address_optional"},{"$ref":"#/components/parameters/PSU-IP-Port"},{"$ref":"#/components/parameters/PSU-Accept"},{"$ref":"#/components/parameters/PSU-Accept-Charset"},{"$ref":"#/components/parameters/PSU-Accept-Encoding"},{"$ref":"#/components/parameters/PSU-Accept-Language"},{"$ref":"#/components/parameters/PSU-User-Agent"},{"$ref":"#/components/parameters/PSU-Http-Method"},{"$ref":"#/components/parameters/PSU-Device-ID"},{"$ref":"#/components/parameters/PSU-Geo-Location"}],"responses":{"202":{"$ref":"#/components/responses/RECEIVED_202_PaymentInitiationCancel"},"204":{"$ref":"#/components/responses/NO_CONTENT_204_PaymentInitiationCancel"},"400":{"$ref":"#/components/responses/BAD_REQUEST_400_PIS"},"401":{"$ref":"#/components/responses/UNAUTHORIZED_401_PIS"},"403":{"$ref":"#/components/responses/FORBIDDEN_403_PIS"},"404":{"$ref":"#/components/responses/NOT_FOUND_404_PIS"},"405":{"$ref":"#/components/responses/METHOD_NOT_ALLOWED_405_PIS_CANC"},"406":{"$ref":"#/components/responses/NOT_ACCEPTABLE_406_PIS"},"408":{"$ref":"#/components/responses/REQUEST_TIMEOUT_408_PIS"},"409":{"$ref":"#/components/responses/CONFLICT_409_PIS"},"415":{"$ref":"#/components/responses/UNSUPPORTED_MEDIA_TYPE_415_PIS"},"429":{"$ref":"#/components/responses/TOO_MANY_REQUESTS_429_PIS"},"500":{"$ref":"#/components/responses/INTERNAL_SERVER_ERROR_500_PIS"},"503":{"$ref":"#/components/responses/SERVICE_UNAVAILABLE_503_PIS"}},"security":[{},{"BearerAuthOAuth":[]}],"summary":"Payment cancellation request","tags":["Payment Initiation Service (PIS)"]},"get":{"description":"Returns the content of a payment object","operationId":"getPaymentInformation","parameters":[{"$ref":"#/components/parameters/paymentService"},{"$ref":"#/components/parameters/paymentProduct"},{"$ref":"#/components/parameters/paymentId"},{"$ref":"#/components/parameters/X-Request-ID"},{"$ref":"#/components/parameters/Digest"},{"$ref":"#/components/parameters/Signature"},{"$ref":"#/components/parameters/TPP-Signature-Certificate"},{"$ref":"#/components/parameters/PSU-IP-Address_optional"},{"$ref":"#/components/parameters/PSU-IP-Port"},{"$ref":"#/components/parameters/PSU-Accept"},{"$ref":"#/components/parameters/PSU-Accept-Charset"},{"$ref":"#/components/parameters/PSU-Accept-Encoding"},{"$ref":"#/components/parameters/PSU-Accept-Language"},{"$ref":"#/components/parameters/PSU-User-Agent"},{"$ref":"#/components/parameters/PSU-Http-Method"},{"$ref":"#/components/parameters/PSU-Device-ID"},{"$ref":"#/components/parameters/PSU-Geo-Location"}],"responses":{"200":{"$ref":"#/components/responses/OK_200_PaymentInitiationInformation"},"400":{"$ref":"#/components/responses/BAD_REQUEST_400_PIS"},"401":{"$ref":"#/components/responses/UNAUTHORIZED_401_PIS"},"403":{"$ref":"#/components/responses/FORBIDDEN_403_PIS"},"404":{"$ref":"#/components/responses/NOT_FOUND_404_PIS"},"405":{"$ref":"#/components/responses/METHOD_NOT_ALLOWED_405_PIS"},"406":{"$ref":"#/components/responses/NOT_ACCEPTABLE_406_PIS"},"408":{"$ref":"#/components/responses/REQUEST_TIMEOUT_408_PIS"},"409":{"$ref":"#/components/responses/CONFLICT_409_PIS"},"415":{"$ref":"#/components/responses/UNSUPPORTED_MEDIA_TYPE_415_PIS"},"429":{"$ref":"#/components/responses/TOO_MANY_REQUESTS_429_PIS"},"500":{"$ref":"#/components/responses/INTERNAL_SERVER_ERROR_500_PIS"},"503":{"$ref":"#/components/responses/SERVICE_UNAVAILABLE_503_PIS"}},"security":[{},{"BearerAuthOAuth":[]}],"summary":"Get payment information","tags":["Payment Initiation Service (PIS)"]}},"/v1/{payment-service}/{payment-product}/{paymentId}/authorisations":{"get":{"description":"Read a list of all authorisation subresources IDs which have been created.\n\nThis function returns an array of hyperlinks to all generated authorisation sub-resources.\n","operationId":"getPaymentInitiationAuthorisation","parameters":[{"$ref":"#/components/parameters/paymentService"},{"$ref":"#/components/parameters/paymentProduct"},{"$ref":"#/components/parameters/paymentId"},{"$ref":"#/components/parameters/X-Request-ID"},{"$ref":"#/components/parameters/Digest"},{"$ref":"#/components/parameters/Signature"},{"$ref":"#/components/parameters/TPP-Signature-Certificate"},{"$ref":"#/components/parameters/PSU-IP-Address_optional"},{"$ref":"#/components/parameters/PSU-IP-Port"},{"$ref":"#/components/parameters/PSU-Accept"},{"$ref":"#/components/parameters/PSU-Accept-Charset"},{"$ref":"#/components/parameters/PSU-Accept-Encoding"},{"$ref":"#/components/parameters/PSU-Accept-Language"},{"$ref":"#/components/parameters/PSU-User-Agent"},{"$ref":"#/components/parameters/PSU-Http-Method"},{"$ref":"#/components/parameters/PSU-Device-ID"},{"$ref":"#/components/parameters/PSU-Geo-Location"}],"responses":{"200":{"$ref":"#/components/responses/OK_200_Authorisations"},"400":{"$ref":"#/components/responses/BAD_REQUEST_400_PIS"},"401":{"$ref":"#/components/responses/UNAUTHORIZED_401_PIS"},"403":{"$ref":"#/components/responses/FORBIDDEN_403_PIS"},"404":{"$ref":"#/components/responses/NOT_FOUND_404_PIS"},"405":{"$ref":"#/components/responses/METHOD_NOT_ALLOWED_405_PIS"},"406":{"$ref":"#/components/responses/NOT_ACCEPTABLE_406_PIS"},"408":{"$ref":"#/components/responses/REQUEST_TIMEOUT_408_PIS"},"409":{"$ref":"#/components/responses/CONFLICT_409_PIS"},"415":{"$ref":"#/components/responses/UNSUPPORTED_MEDIA_TYPE_415_PIS"},"429":{"$ref":"#/components/responses/TOO_MANY_REQUESTS_429_PIS"},"500":{"$ref":"#/components/responses/INTERNAL_SERVER_ERROR_500_PIS"},"503":{"$ref":"#/components/responses/SERVICE_UNAVAILABLE_503_PIS"}},"security":[{},{"BearerAuthOAuth":[]}],"summary":"Get payment initiation authorisation sub-resources request","tags":["Payment Initiation Service (PIS)","Common Services"]},"post":{"description":"Create an authorisation sub-resource and start the authorisation process.\nThe message might in addition transmit authentication and authorisation related data.\n\nThis method is iterated n times for a n times SCA authorisation in a\ncorporate context, each creating an own authorisation sub-endpoint for\nthe corresponding PSU authorising the transaction.\n\nThe ASPSP might make the usage of this access method unnecessary in case\nof only one SCA process needed, since the related authorisation resource\nmight be automatically created by the ASPSP after the submission of the\npayment data with the first POST payments/{payment-product} call.\n\nThe start authorisation process is a process which is needed for creating a new authorisation\nor cancellation sub-resource.\n\nThis applies in the following scenarios:\n\n  * The ASPSP has indicated with a 'startAuthorisation' hyperlink in the preceding Payment \n    initiation response that an explicit start of the authorisation process is needed by the TPP. \n    The 'startAuthorisation' hyperlink can transport more information about data which needs to be \n    uploaded by using the extended forms:\n    * 'startAuthorisationWithPsuIdentfication'\n    * 'startAuthorisationWithPsuAuthentication'\n    * 'startAuthorisationWithEncryptedPsuAuthentication'\n    * 'startAuthorisationWithAuthentciationMethodSelection'\n  * The related payment initiation cannot yet be executed since a multilevel SCA is mandated.\n  * The ASPSP has indicated with a 'startAuthorisation' hyperlink in the preceding \n    Payment cancellation response that an explicit start of the authorisation process is needed by the TPP. \n    The 'startAuthorisation' hyperlink can transport more information about data which needs to be uploaded \n    by using the extended forms as indicated above.\n  * The related payment cancellation request cannot be applied yet since a multilevel SCA is mandate for\n    executing the cancellation.\n  * The signing basket needs to be authorised yet.\n","operationId":"startPaymentAuthorisation","parameters":[{"$ref":"#/components/parameters/paymentService"},{"$ref":"#/components/parameters/paymentProduct"},{"$ref":"#/components/parameters/paymentId"},{"$ref":"#/components/parameters/X-Request-ID"},{"$ref":"#/components/parameters/PSU-ID"},{"$ref":"#/components/parameters/PSU-ID-Type"},{"$ref":"#/components/parameters/PSU-Corporate-ID"},{"$ref":"#/components/parameters/PSU-Corporate-ID-Type"},{"$ref":"#/components/parameters/TPP-Redirect-Preferred"},{"$ref":"#/components/parameters/TPP-Redirect-URI"},{"$ref":"#/components/parameters/TPP-Nok-Redirect-URI"},{"$ref":"#/components/parameters/TPP-Notification-URI"},{"$ref":"#/components/parameters/TPP-Notification-Content-Preferred"},{"$ref":"#/components/parameters/Digest"},{"$ref":"#/components/parameters/Signature"},{"$ref":"#/components/parameters/TPP-Signature-Certificate"},{"$ref":"#/components/parameters/PSU-IP-Address_optional"},{"$ref":"#/components/parameters/PSU-IP-Port"},{"$ref":"#/components/parameters/PSU-Accept"},{"$ref":"#/components/parameters/PSU-Accept-Charset"},{"$ref":"#/components/parameters/PSU-Accept-Encoding"},{"$ref":"#/components/parameters/PSU-Accept-Language"},{"$ref":"#/components/parameters/PSU-User-Agent"},{"$ref":"#/components/parameters/PSU-Http-Method"},{"$ref":"#/components/parameters/PSU-Device-ID"},{"$ref":"#/components/parameters/PSU-Geo-Location"}],"requestBody":{"content":{"application/json":{"schema":{"oneOf":[{},{"$ref":"#/components/schemas/updatePsuAuthentication"},{"$ref":"#/components/schemas/selectPsuAuthenticationMethod"},{"$ref":"#/components/schemas/transactionAuthorisation"}]}}}},"responses":{"201":{"$ref":"#/components/responses/CREATED_201_StartScaProcess"},"400":{"$ref":"#/components/responses/BAD_REQUEST_400_PIS"},"401":{"$ref":"#/components/responses/UNAUTHORIZED_401_PIS"},"403":{"$ref":"#/components/responses/FORBIDDEN_403_PIS"},"404":{"$ref":"#/components/responses/NOT_FOUND_404_PIS"},"405":{"$ref":"#/components/responses/METHOD_NOT_ALLOWED_405_PIS"},"406":{"$ref":"#/components/responses/NOT_ACCEPTABLE_406_PIS"},"408":{"$ref":"#/components/responses/REQUEST_TIMEOUT_408_PIS"},"409":{"$ref":"#/components/responses/CONFLICT_409_PIS"},"415":{"$ref":"#/components/responses/UNSUPPORTED_MEDIA_TYPE_415_PIS"},"429":{"$ref":"#/components/responses/TOO_MANY_REQUESTS_429_PIS"},"500":{"$ref":"#/components/responses/INTERNAL_SERVER_ERROR_500_PIS"},"503":{"$ref":"#/components/responses/SERVICE_UNAVAILABLE_503_PIS"}},"security":[{},{"BearerAuthOAuth":[]}],"summary":"Start the authorisation process for a payment initiation","tags":["Payment Initiation Service (PIS)","Common Services"]}},"/v1/{payment-service}/{payment-product}/{paymentId}/authorisations/{authorisationId}":{"get":{"description":"This method returns the SCA status of a payment initiation's authorisation sub-resource.\n","operationId":"getPaymentInitiationScaStatus","parameters":[{"$ref":"#/components/parameters/paymentService"},{"$ref":"#/components/parameters/paymentProduct"},{"$ref":"#/components/parameters/paymentId"},{"$ref":"#/components/parameters/authorisationId"},{"$ref":"#/components/parameters/X-Request-ID"},{"$ref":"#/components/parameters/Digest"},{"$ref":"#/components/parameters/Signature"},{"$ref":"#/components/parameters/TPP-Signature-Certificate"},{"$ref":"#/components/parameters/PSU-IP-Address_optional"},{"$ref":"#/components/parameters/PSU-IP-Port"},{"$ref":"#/components/parameters/PSU-Accept"},{"$ref":"#/components/parameters/PSU-Accept-Charset"},{"$ref":"#/components/parameters/PSU-Accept-Encoding"},{"$ref":"#/components/parameters/PSU-Accept-Language"},{"$ref":"#/components/parameters/PSU-User-Agent"},{"$ref":"#/components/parameters/PSU-Http-Method"},{"$ref":"#/components/parameters/PSU-Device-ID"},{"$ref":"#/components/parameters/PSU-Geo-Location"}],"responses":{"200":{"$ref":"#/components/responses/OK_200_ScaStatus"},"400":{"$ref":"#/components/responses/BAD_REQUEST_400_PIS"},"401":{"$ref":"#/components/responses/UNAUTHORIZED_401_PIS"},"403":{"$ref":"#/components/responses/FORBIDDEN_403_PIS"},"404":{"$ref":"#/components/responses/NOT_FOUND_404_PIS"},"405":{"$ref":"#/components/responses/METHOD_NOT_ALLOWED_405_PIS"},"406":{"$ref":"#/components/responses/NOT_ACCEPTABLE_406_PIS"},"408":{"$ref":"#/components/responses/REQUEST_TIMEOUT_408_PIS"},"409":{"$ref":"#/components/responses/CONFLICT_409_PIS"},"415":{"$ref":"#/components/responses/UNSUPPORTED_MEDIA_TYPE_415_PIS"},"429":{"$ref":"#/components/responses/TOO_MANY_REQUESTS_429_PIS"},"500":{"$ref":"#/components/responses/INTERNAL_SERVER_ERROR_500_PIS"},"503":{"$ref":"#/components/responses/SERVICE_UNAVAILABLE_503_PIS"}},"security":[{},{"BearerAuthOAuth":[]}],"summary":"Read the SCA status of the payment authorisation","tags":["Payment Initiation Service (PIS)","Common Services"]},"put":{"description":"This methods updates PSU data on the authorisation resource if needed.\nIt may authorise a payment within the Embedded SCA Approach where needed.\n\nIndependently from the SCA Approach it supports e.g. the selection of\nthe authentication method and a non-SCA PSU authentication.\n\nThere are several possible update PSU data requests in the context of payment initiation services needed, \nwhich depends on the SCA approach:\n\n* Redirect SCA Approach:\n  A specific update PSU data request is applicable for \n    * the selection of authentication methods, before choosing the actual SCA approach.\n* Decoupled SCA Approach:\n  A specific update PSU data request is only applicable for\n  * adding the PSU identification, if not provided yet in the payment initiation request or the account information consent request, or if no OAuth2 access token is used, or\n  * the selection of authentication methods.\n* Embedded SCA Approach: \n  The Update PSU Data request might be used \n  * to add credentials as a first factor authentication data of the PSU and\n  * to select the authentication method and\n  * transaction authorisation.\n\nThe SCA Approach might depend on the chosen SCA method. \nFor that reason, the following possible Update PSU data request can apply to all SCA approaches:\n\n* Select an SCA method in case of several SCA methods are available for the customer.\n\nThere are the following request types on this access path:\n  * Update PSU identification\n  * Update PSU authentication\n  * Select PSU autorization method \n    WARNING: This method needs a reduced header, \n    therefore many optional elements are not present. \n    Maybe in a later version the access path will change.\n  * Transaction authorisation\n    WARNING: This method needs a reduced header, \n    therefore many optional elements are not present. \n    Maybe in a later version the access path will change.\n","operationId":"updatePaymentPsuData","parameters":[{"$ref":"#/components/parameters/paymentService"},{"$ref":"#/components/parameters/paymentProduct"},{"$ref":"#/components/parameters/paymentId"},{"$ref":"#/components/parameters/authorisationId"},{"$ref":"#/components/parameters/X-Request-ID"},{"$ref":"#/components/parameters/Digest"},{"$ref":"#/components/parameters/Signature"},{"$ref":"#/components/parameters/TPP-Signature-Certificate"},{"$ref":"#/components/parameters/PSU-ID"},{"$ref":"#/components/parameters/PSU-ID-Type"},{"$ref":"#/components/parameters/PSU-Corporate-ID"},{"$ref":"#/components/parameters/PSU-Corporate-ID-Type"},{"$ref":"#/components/parameters/PSU-IP-Address_optional"},{"$ref":"#/components/parameters/PSU-IP-Port"},{"$ref":"#/components/parameters/PSU-Accept"},{"$ref":"#/components/parameters/PSU-Accept-Charset"},{"$ref":"#/components/parameters/PSU-Accept-Encoding"},{"$ref":"#/components/parameters/PSU-Accept-Language"},{"$ref":"#/components/parameters/PSU-User-Agent"},{"$ref":"#/components/parameters/PSU-Http-Method"},{"$ref":"#/components/parameters/PSU-Device-ID"},{"$ref":"#/components/parameters/PSU-Geo-Location"}],"requestBody":{"content":{"application/json":{"examples":{"Authorisation confirmation (Redirect Approach)":{"$ref":"#/components/examples/authorisationConfirmationExample_Redirect"},"Select PSU authentication method (Embedded Approach)":{"$ref":"#/components/examples/selectPsuAuthenticationMethodExample_Embedded"},"Transaction authorisation (Embedded Approach)":{"$ref":"#/components/examples/transactionAuthorisationExample_Embedded"},"Update PSU authentication (Embedded Approach)":{"$ref":"#/components/examples/updatePsuAuthenticationExample_Embedded"},"Update PSU identification (Decoupled Approach)":{"value":{}}},"schema":{"oneOf":[{},{"$ref":"#/components/schemas/updatePsuAuthentication"},{"$ref":"#/components/schemas/selectPsuAuthenticationMethod"},{"$ref":"#/components/schemas/transactionAuthorisation"},{"$ref":"#/components/schemas/authorisationConfirmation"}]}}}},"responses":{"200":{"$ref":"#/components/responses/OK_200_UpdatePsuData"},"400":{"$ref":"#/components/responses/BAD_REQUEST_400_PIS"},"401":{"$ref":"#/components/responses/UNAUTHORIZED_401_PIS"},"403":{"$ref":"#/components/responses/FORBIDDEN_403_PIS"},"404":{"$ref":"#/components/responses/NOT_FOUND_404_PIS"},"405":{"$ref":"#/components/responses/METHOD_NOT_ALLOWED_405_PIS"},"406":{"$ref":"#/components/responses/NOT_ACCEPTABLE_406_PIS"},"408":{"$ref":"#/components/responses/REQUEST_TIMEOUT_408_PIS"},"409":{"$ref":"#/components/responses/CONFLICT_409_PIS"},"415":{"$ref":"#/components/responses/UNSUPPORTED_MEDIA_TYPE_415_PIS"},"429":{"$ref":"#/components/responses/TOO_MANY_REQUESTS_429_PIS"},"500":{"$ref":"#/components/responses/INTERNAL_SERVER_ERROR_500_PIS"},"503":{"$ref":"#/components/responses/SERVICE_UNAVAILABLE_503_PIS"}},"security":[{},{"BearerAuthOAuth":[]}],"summary":"Update PSU data for payment initiation","tags":["Payment Initiation Service (PIS)","Common Services"]}},"/v1/{payment-service}/{payment-product}/{paymentId}/cancellation-authorisations":{"get":{"description":"Retrieve a list of all created cancellation authorisation sub-resources.\n","operationId":"getPaymentInitiationCancellationAuthorisationInformation","parameters":[{"$ref":"#/components/parameters/paymentService"},{"$ref":"#/components/parameters/paymentProduct"},{"$ref":"#/components/parameters/paymentId"},{"$ref":"#/components/parameters/X-Request-ID"},{"$ref":"#/components/parameters/Digest"},{"$ref":"#/components/parameters/Signature"},{"$ref":"#/components/parameters/TPP-Signature-Certificate"},{"$ref":"#/components/parameters/PSU-IP-Address_optional"},{"$ref":"#/components/parameters/PSU-IP-Port"},{"$ref":"#/components/parameters/PSU-Accept"},{"$ref":"#/components/parameters/PSU-Accept-Charset"},{"$ref":"#/components/parameters/PSU-Accept-Encoding"},{"$ref":"#/components/parameters/PSU-Accept-Language"},{"$ref":"#/components/parameters/PSU-User-Agent"},{"$ref":"#/components/parameters/PSU-Http-Method"},{"$ref":"#/components/parameters/PSU-Device-ID"},{"$ref":"#/components/parameters/PSU-Geo-Location"}],"responses":{"200":{"$ref":"#/components/responses/OK_200_Authorisations"},"400":{"$ref":"#/components/responses/BAD_REQUEST_400_PIS"},"401":{"$ref":"#/components/responses/UNAUTHORIZED_401_PIS"},"403":{"$ref":"#/components/responses/FORBIDDEN_403_PIS"},"404":{"$ref":"#/components/responses/NOT_FOUND_404_PIS"},"405":{"$ref":"#/components/responses/METHOD_NOT_ALLOWED_405_PIS"},"406":{"$ref":"#/components/responses/NOT_ACCEPTABLE_406_PIS"},"408":{"$ref":"#/components/responses/REQUEST_TIMEOUT_408_PIS"},"409":{"$ref":"#/components/responses/CONFLICT_409_PIS"},"415":{"$ref":"#/components/responses/UNSUPPORTED_MEDIA_TYPE_415_PIS"},"429":{"$ref":"#/components/responses/TOO_MANY_REQUESTS_429_PIS"},"500":{"$ref":"#/components/responses/INTERNAL_SERVER_ERROR_500_PIS"},"503":{"$ref":"#/components/responses/SERVICE_UNAVAILABLE_503_PIS"}},"security":[{},{"BearerAuthOAuth":[]}],"summary":"Will deliver an array of resource identifications to all generated cancellation authorisation sub-resources","tags":["Payment Initiation Service (PIS)"]},"post":{"description":"Creates an authorisation sub-resource and start the authorisation process of the cancellation of the addressed payment.\nThe message might in addition transmit authentication and authorisation related data.\n\nThis method is iterated n times for a n times SCA authorisation in a\ncorporate context, each creating an own authorisation sub-endpoint for\nthe corresponding PSU authorising the cancellation-authorisation.\n\nThe ASPSP might make the usage of this access method unnecessary in case\nof only one SCA process needed, since the related authorisation resource\nmight be automatically created by the ASPSP after the submission of the\npayment data with the first POST payments/{payment-product} call.\n\nThe start authorisation process is a process which is needed for creating a new authorisation\nor cancellation sub-resource.\n\nThis applies in the following scenarios:\n\n  * The ASPSP has indicated with a 'startAuthorisation' hyperlink in the preceding payment \n    initiation response that an explicit start of the authorisation process is needed by the TPP. \n    The 'startAuthorisation' hyperlink can transport more information about data which needs to be \n    uploaded by using the extended forms:\n    * 'startAuthorisationWithPsuIdentfication'\n    * 'startAuthorisationWithPsuAuthentication'\n    * 'startAuthorisationWithAuthentciationMethodSelection' \n  * The related payment initiation cannot yet be executed since a multilevel SCA is mandated.\n  * The ASPSP has indicated with a 'startAuthorisation' hyperlink in the preceding \n    payment cancellation response that an explicit start of the authorisation process is needed by the TPP. \n    The 'startAuthorisation' hyperlink can transport more information about data which needs to be uploaded \n    by using the extended forms as indicated above.\n  * The related payment cancellation request cannot be applied yet since a multilevel SCA is mandate for\n    executing the cancellation.\n  * The signing basket needs to be authorised yet.\n","operationId":"startPaymentInitiationCancellationAuthorisation","parameters":[{"$ref":"#/components/parameters/paymentService"},{"$ref":"#/components/parameters/paymentProduct"},{"$ref":"#/components/parameters/paymentId"},{"$ref":"#/components/parameters/X-Request-ID"},{"$ref":"#/components/parameters/Digest"},{"$ref":"#/components/parameters/Signature"},{"$ref":"#/components/parameters/TPP-Signature-Certificate"},{"$ref":"#/components/parameters/PSU-ID"},{"$ref":"#/components/parameters/PSU-ID-Type"},{"$ref":"#/components/parameters/PSU-Corporate-ID"},{"$ref":"#/components/parameters/PSU-Corporate-ID-Type"},{"$ref":"#/components/parameters/TPP-Redirect-Preferred"},{"$ref":"#/components/parameters/TPP-Redirect-URI"},{"$ref":"#/components/parameters/TPP-Nok-Redirect-URI"},{"$ref":"#/components/parameters/TPP-Notification-URI"},{"$ref":"#/components/parameters/TPP-Notification-Content-Preferred"},{"$ref":"#/components/parameters/PSU-IP-Address_optional"},{"$ref":"#/components/parameters/PSU-IP-Port"},{"$ref":"#/components/parameters/PSU-Accept"},{"$ref":"#/components/parameters/PSU-Accept-Charset"},{"$ref":"#/components/parameters/PSU-Accept-Encoding"},{"$ref":"#/components/parameters/PSU-Accept-Language"},{"$ref":"#/components/parameters/PSU-User-Agent"},{"$ref":"#/components/parameters/PSU-Http-Method"},{"$ref":"#/components/parameters/PSU-Device-ID"},{"$ref":"#/components/parameters/PSU-Geo-Location"}],"requestBody":{"content":{"application/json":{"schema":{"oneOf":[{},{"$ref":"#/components/schemas/updatePsuAuthentication"},{"$ref":"#/components/schemas/selectPsuAuthenticationMethod"},{"$ref":"#/components/schemas/transactionAuthorisation"}]}}}},"responses":{"201":{"$ref":"#/components/responses/CREATED_201_StartScaProcess"},"400":{"$ref":"#/components/responses/BAD_REQUEST_400_PIS"},"401":{"$ref":"#/components/responses/UNAUTHORIZED_401_PIS"},"403":{"$ref":"#/components/responses/FORBIDDEN_403_PIS"},"404":{"$ref":"#/components/responses/NOT_FOUND_404_PIS"},"405":{"$ref":"#/components/responses/METHOD_NOT_ALLOWED_405_PIS"},"406":{"$ref":"#/components/responses/NOT_ACCEPTABLE_406_PIS"},"408":{"$ref":"#/components/responses/REQUEST_TIMEOUT_408_PIS"},"409":{"$ref":"#/components/responses/CONFLICT_409_PIS"},"415":{"$ref":"#/components/responses/UNSUPPORTED_MEDIA_TYPE_415_PIS"},"429":{"$ref":"#/components/responses/TOO_MANY_REQUESTS_429_PIS"},"500":{"$ref":"#/components/responses/INTERNAL_SERVER_ERROR_500_PIS"},"503":{"$ref":"#/components/responses/SERVICE_UNAVAILABLE_503_PIS"}},"security":[{},{"BearerAuthOAuth":[]}],"summary":"Start the authorisation process for the cancellation of the addressed payment","tags":["Payment Initiation Service (PIS)","Common Services"]}},"/v1/{payment-service}/{payment-product}/{paymentId}/cancellation-authorisations/{authorisationId}":{"get":{"description":"This method returns the SCA status of a payment initiation's authorisation sub-resource.\n","operationId":"getPaymentCancellationScaStatus","parameters":[{"$ref":"#/components/parameters/paymentService"},{"$ref":"#/components/parameters/paymentProduct"},{"$ref":"#/components/parameters/paymentId"},{"$ref":"#/components/parameters/authorisationId"},{"$ref":"#/components/parameters/X-Request-ID"},{"$ref":"#/components/parameters/Digest"},{"$ref":"#/components/parameters/Signature"},{"$ref":"#/components/parameters/TPP-Signature-Certificate"},{"$ref":"#/components/parameters/PSU-IP-Address_optional"},{"$ref":"#/components/parameters/PSU-IP-Port"},{"$ref":"#/components/parameters/PSU-Accept"},{"$ref":"#/components/parameters/PSU-Accept-Charset"},{"$ref":"#/components/parameters/PSU-Accept-Encoding"},{"$ref":"#/components/parameters/PSU-Accept-Language"},{"$ref":"#/components/parameters/PSU-User-Agent"},{"$ref":"#/components/parameters/PSU-Http-Method"},{"$ref":"#/components/parameters/PSU-Device-ID"},{"$ref":"#/components/parameters/PSU-Geo-Location"}],"responses":{"200":{"$ref":"#/components/responses/OK_200_ScaStatus"},"400":{"$ref":"#/components/responses/BAD_REQUEST_400_PIS"},"401":{"$ref":"#/components/responses/UNAUTHORIZED_401_PIS"},"403":{"$ref":"#/components/responses/FORBIDDEN_403_PIS"},"404":{"$ref":"#/components/responses/NOT_FOUND_404_PIS"},"405":{"$ref":"#/components/responses/METHOD_NOT_ALLOWED_405_PIS"},"406":{"$ref":"#/components/responses/NOT_ACCEPTABLE_406_PIS"},"408":{"$ref":"#/components/responses/REQUEST_TIMEOUT_408_PIS"},"409":{"$ref":"#/components/responses/CONFLICT_409_PIS"},"415":{"$ref":"#/components/responses/UNSUPPORTED_MEDIA_TYPE_415_PIS"},"429":{"$ref":"#/components/responses/TOO_MANY_REQUESTS_429_PIS"},"500":{"$ref":"#/components/responses/INTERNAL_SERVER_ERROR_500_PIS"},"503":{"$ref":"#/components/responses/SERVICE_UNAVAILABLE_503_PIS"}},"security":[{},{"BearerAuthOAuth":[]}],"summary":"Read the SCA status of the payment cancellation's authorisation","tags":["Payment Initiation Service (PIS)","Common Services"]},"put":{"description":"This method updates PSU data on the cancellation authorisation resource if needed. \nIt may authorise a cancellation of the payment within the Embedded SCA Approach where needed.\n\nIndependently from the SCA Approach it supports e.g. the selection of\nthe authentication method and a non-SCA PSU authentication.\n\nThere are several possible update PSU data requests in the context of a cancellation authorisation within the payment initiation services needed, \nwhich depends on the SCA approach:\n\n* Redirect SCA Approach:\n  A specific Update PSU data request is applicable for \n    * the selection of authentication methods, before choosing the actual SCA approach.\n* Decoupled SCA Approach:\n  A specific Update PSU data request is only applicable for\n  * adding the PSU Identification, if not provided yet in the payment initiation request or the Account Information Consent Request, or if no OAuth2 access token is used, or\n  * the selection of authentication methods.\n* Embedded SCA Approach: \n  The Update PSU data request might be used \n  * to add credentials as a first factor authentication data of the PSU and\n  * to select the authentication method and\n  * transaction authorisation.\n\nThe SCA approach might depend on the chosen SCA method. \nFor that reason, the following possible update PSU data request can apply to all SCA approaches:\n\n* Select an SCA method in case of several SCA methods are available for the customer.\n\nThere are the following request types on this access path:\n  * Update PSU identification\n  * Update PSU authentication\n  * Select PSU autorization method \n    WARNING: This method needs a reduced header, \n    therefore many optional elements are not present. \n    Maybe in a later version the access path will change.\n  * Transaction Authorisation\n    WARNING: This method needs a reduced header, \n    therefore many optional elements are not present. \n    Maybe in a later version the access path will change.\n","operationId":"updatePaymentCancellationPsuData","parameters":[{"$ref":"#/components/parameters/paymentService"},{"$ref":"#/components/parameters/paymentProduct"},{"$ref":"#/components/parameters/paymentId"},{"$ref":"#/components/parameters/authorisationId"},{"$ref":"#/components/parameters/X-Request-ID"},{"$ref":"#/components/parameters/Digest"},{"$ref":"#/components/parameters/Signature"},{"$ref":"#/components/parameters/TPP-Signature-Certificate"},{"$ref":"#/components/parameters/PSU-ID"},{"$ref":"#/components/parameters/PSU-ID-Type"},{"$ref":"#/components/parameters/PSU-Corporate-ID"},{"$ref":"#/components/parameters/PSU-Corporate-ID-Type"},{"$ref":"#/components/parameters/PSU-IP-Address_optional"},{"$ref":"#/components/parameters/PSU-IP-Port"},{"$ref":"#/components/parameters/PSU-Accept"},{"$ref":"#/components/parameters/PSU-Accept-Charset"},{"$ref":"#/components/parameters/PSU-Accept-Encoding"},{"$ref":"#/components/parameters/PSU-Accept-Language"},{"$ref":"#/components/parameters/PSU-User-Agent"},{"$ref":"#/components/parameters/PSU-Http-Method"},{"$ref":"#/components/parameters/PSU-Device-ID"},{"$ref":"#/components/parameters/PSU-Geo-Location"}],"requestBody":{"content":{"application/json":{"examples":{"Authorisation confirmation (Redirect Approach)":{"$ref":"#/components/examples/authorisationConfirmationExample_Redirect"},"Select PSU Authentication Method (Embedded Approach)":{"$ref":"#/components/examples/selectPsuAuthenticationMethodExample_Embedded"},"Transaction Authorisation (Embedded Approach)":{"$ref":"#/components/examples/transactionAuthorisationExample_Embedded"},"Update PSU Identification (Embedded Approach)":{"value":{}},"Update PSU authentication (Embedded Approach)":{"$ref":"#/components/examples/updatePsuAuthenticationExample_Embedded"}},"schema":{"oneOf":[{},{"$ref":"#/components/schemas/updatePsuAuthentication"},{"$ref":"#/components/schemas/selectPsuAuthenticationMethod"},{"$ref":"#/components/schemas/transactionAuthorisation"},{"$ref":"#/components/schemas/authorisationConfirmation"}]}}}},"responses":{"200":{"$ref":"#/components/responses/OK_200_UpdatePsuData"},"400":{"$ref":"#/components/responses/BAD_REQUEST_400_PIS"},"401":{"$ref":"#/components/responses/UNAUTHORIZED_401_PIS"},"403":{"$ref":"#/components/responses/FORBIDDEN_403_PIS"},"404":{"$ref":"#/components/responses/NOT_FOUND_404_PIS"},"405":{"$ref":"#/components/responses/METHOD_NOT_ALLOWED_405_PIS"},"406":{"$ref":"#/components/responses/NOT_ACCEPTABLE_406_PIS"},"408":{"$ref":"#/components/responses/REQUEST_TIMEOUT_408_PIS"},"409":{"$ref":"#/components/responses/CONFLICT_409_PIS"},"415":{"$ref":"#/components/responses/UNSUPPORTED_MEDIA_TYPE_415_PIS"},"429":{"$ref":"#/components/responses/TOO_MANY_REQUESTS_429_PIS"},"500":{"$ref":"#/components/responses/INTERNAL_SERVER_ERROR_500_PIS"},"503":{"$ref":"#/components/responses/SERVICE_UNAVAILABLE_503_PIS"}},"security":[{},{"BearerAuthOAuth":[]}],"summary":"Update PSU data for payment initiation cancellation","tags":["Payment Initiation Service (PIS)","Common Services"]}},"/v1/{payment-service}/{payment-product}/{paymentId}/status":{"get":{"description":"Check the transaction status of a payment initiation.","operationId":"getPaymentInitiationStatus","parameters":[{"$ref":"#/components/parameters/paymentService"},{"$ref":"#/components/parameters/paymentProduct"},{"$ref":"#/components/parameters/paymentId"},{"$ref":"#/components/parameters/X-Request-ID"},{"$ref":"#/components/parameters/Digest"},{"$ref":"#/components/parameters/Signature"},{"$ref":"#/components/parameters/TPP-Signature-Certificate"},{"$ref":"#/components/parameters/PSU-IP-Address_optional"},{"$ref":"#/components/parameters/PSU-IP-Port"},{"$ref":"#/components/parameters/PSU-Accept"},{"$ref":"#/components/parameters/PSU-Accept-Charset"},{"$ref":"#/components/parameters/PSU-Accept-Encoding"},{"$ref":"#/components/parameters/PSU-Accept-Language"},{"$ref":"#/components/parameters/PSU-User-Agent"},{"$ref":"#/components/parameters/PSU-Http-Method"},{"$ref":"#/components/parameters/PSU-Device-ID"},{"$ref":"#/components/parameters/PSU-Geo-Location"}],"responses":{"200":{"$ref":"#/components/responses/OK_200_PaymentInitiationStatus"},"400":{"$ref":"#/components/responses/BAD_REQUEST_400_PIS"},"401":{"$ref":"#/components/responses/UNAUTHORIZED_401_PIS"},"403":{"$ref":"#/components/responses/FORBIDDEN_403_PIS"},"404":{"$ref":"#/components/responses/NOT_FOUND_404_PIS"},"405":{"$ref":"#/components/responses/METHOD_NOT_ALLOWED_405_PIS"},"406":{"$ref":"#/components/responses/NOT_ACCEPTABLE_406_PIS"},"408":{"$ref":"#/components/responses/REQUEST_TIMEOUT_408_PIS"},"409":{"$ref":"#/components/responses/CONFLICT_409_PIS"},"415":{"$ref":"#/components/responses/UNSUPPORTED_MEDIA_TYPE_415_PIS"},"429":{"$ref":"#/components/responses/TOO_MANY_REQUESTS_429_PIS"},"500":{"$ref":"#/components/responses/INTERNAL_SERVER_ERROR_500_PIS"},"503":{"$ref":"#/components/responses/SERVICE_UNAVAILABLE_503_PIS"}},"security":[{},{"BearerAuthOAuth":[]}],"summary":"Payment initiation status request","tags":["Payment Initiation Service (PIS)"]}}},"components":{"examples":{"accountDetailsMulticurrencyAccount":{"description":"Account details for a multicurrency account.","value":{"account":{"_links":{"balances":{"href":"/v1/accounts/3dc3d5b3-7023-4848-9853-f5400a64e80f/balances"},"transactions":{"href":"/v1/accounts/3dc3d5b3-7023-4848-9853-f5400a64e80f/transactions"}},"cashAccountType":"CACC","currency":"XXX","iban":"FR7612345987650123456789014","name":"Aggregation Account","ownerName":"Heike Mustermann","product":"Multicurrency Account","resourceId":"3dc3d5b3-7023-4848-9853-f5400a64e80f"}}},"accountDetailsRegularAccount":{"description":"Account details for a regular Account.","value":{"account":{"_links":{"balances":{"href":"/v1/accounts/3dc3d5b3-7023-4848-9853-f5400a64e80f/balances"},"transactions":{"href":"/v1/accounts/3dc3d5b3-7023-4848-9853-f5400a64e80f/transactions"}},"cashAccountType":"CACC","currency":"EUR","iban":"FR7612345987650123456789014","name":"Main Account","ownerName":"Heike Mustermann","product":"Girokonto","resourceId":"3dc3d5b3-7023-4848-9853-f5400a64e80f"}}},"accountListExample1":{"description":"Response in case of an example, where the consent has been given on two different IBANs.","summary":"Account list Example 1","value":{"accounts":[{"_links":{"balances":{"href":"/v1/accounts/3dc3d5b3-7023-4848-9853-f5400a64e80f/balances"},"transactions":{"href":"/v1/accounts/3dc3d5b3-7023-4848-9853-f5400a64e80f/transactions"}},"cashAccountType":"CACC","currency":"EUR","iban":"DE2310010010123456789","name":"Main Account","product":"Girokonto","resourceId":"3dc3d5b3-7023-4848-9853-f5400a64e80f"},{"_links":{"balances":{"href":"/v1/accounts/3dc3d5b3-7023-4848-9853-f5400a64e81g/balances"}},"cashAccountType":"CACC","currency":"USD","iban":"DE2310010010123456788","name":"US Dollar Account","product":"FremdwC$hrungskonto","resourceId":"3dc3d5b3-7023-4848-9853-f5400a64e81g"}]}},"accountListExample2":{"description":"Response in case of an example where consent on transactions and balances has been given to a multicurrency account which has two sub-accounts with currencies EUR and USD, and where the ASPSP is giving the data access only on sub-account level.\n","summary":"Account list Example 2","value":{"accounts":[{"_links":{"balances":{"href":"/v1/accounts/3dc3d5b3-7023-4848-9853-f5400a64e80f/balances"},"transactions":{"href":"/v1/accounts/3dc3d5b3-7023-4848-9853-f5400a64e80f/transactions"}},"cashAccountType":"CACC","currency":"EUR","iban":"DE2310010010123456788","name":"Main Account","product":"Girokonto","resourceId":"3dc3d5b3-7023-4848-9853-f5400a64e80f"},{"_links":{"balances":{"href":"/v1/accounts/3dc3d5b3-7023-4848-9853-f5400a64e81g/balances"},"transactions":{"href":"/v1/accounts/3dc3d5b3-7023-4848-9853-f5400a64e81g/transactions"}},"cashAccountType":"CACC","currency":"USD","iban":"DE2310010010123456788","name":"US Dollar Account","product":"FremdwC$hrungskonto","resourceId":"3dc3d5b3-7023-4848-9853-f5400a64e81g"}]}},"accountListExample3":{"description":"Account list response in case of an example where consent on balances and transactions has been given to \na multicurrency account which has two sub-accounts with currencies EUR and USD and where the ASPSP is giving \nthe data access on aggregation level and on sub-account level.\n","summary":"Account list Example 3","value":{"accounts":[{"_links":{"balances":{"href":"/v1/accounts/3dc3d5b3-7023-4848-9853-f5400a64e333/balances"},"transactions":{"href":"/v1/accounts/3dc3d5b3-7023-4848-9853-f5400a64e333/transactions"}},"cashAccountType":"CACC","currency":"XXX","iban":"DE2310010010123456788","name":"Aggregation Account","product":"Multi currency account","resourceId":"3dc3d5b3-7023-4848-9853-f5400a64e80f"},{"_links":{"balances":{"href":"/v1/accounts/3dc3d5b3-7023-4848-9853-f5400a64e80f/balances"},"transactions":{"href":"/v1/accounts/3dc3d5b3-7023-4848-9853-f5400a64e80f/transactions"}},"cashAccountType":"CACC","currency":"EUR","iban":"DE2310010010123456788","name":"Main Account","product":"Girokonto","resourceId":"3dc3d5b3-7023-4848-9853-f5400a64e80f"},{"_links":{"balances":{"href":"/v1/accounts/3dc3d5b3-7023-4848-9853-f5400a64e81g/balances"},"transactions":{"href":"/v1/accounts/3dc3d5b3-7023-4848-9853-f5400a64e81g/transactions"}},"cashAccountType":"CACC","currency":"USD","iban":"DE2310010010123456788","name":"US Dollar Account","product":"FremdwC$hrungskonto","resourceId":"3dc3d5b3-7023-4848-9853-f5400a64e81g"}]}},"authorisationConfirmationExample_Redirect":{"description":"Authorisation confirmation request body for the redirect approach.","value":{"confirmationCode":"2256ffgh"}},"authorisationConfirmationResponseExample":{"description":"Response of an authorisation confirmation request.","value":{"_links":{"status":{"href":"/v1/payments/sepa-credit-transfers/qwer3456tzui7890/status"}},"scaStatus":"finalised"}},"authorisationListExample":{"value":{"authorisationIds":["123auth456"]}},"balancesExample1_RegularAccount":{"description":"Response for a read balance request in case of a regular account.","value":{"account":{"iban":"FR7612345987650123456789014"},"balances":[{"balanceAmount":{"amount":"500.00","currency":"EUR"},"balanceType":"closingBooked","referenceDate":"2025-08-15T13:50:49.616Z"},{"balanceAmount":{"amount":"900.00","currency":"EUR"},"balanceType":"expected","lastChangeDateTime":"2025-08-15T13:50:49.616Z"}]}},"balancesExample2_MulticurrencyAcount":{"description":"Response in case of a multicurrency account with one account in EUR,\none in USD, where the ASPSP has delivered a link to the balance endpoint relative to the aggregated\nmulticurrency account (aggregation level).\n","value":{"balances":[{"balanceAmount":{"amount":"500.00","currency":"EUR"},"balanceType":"closingBooked","referenceDate":"2025-08-15T13:50:49.616Z"},{"balanceAmount":{"amount":"900.00","currency":"EUR"},"balanceType":"expected","lastChangeDateTime":"2025-08-15T13:50:49.616Z"},{"balanceAmount":{"amount":"350.00","currency":"USD"},"balanceType":"closingBooked","referenceDate":"2025-08-15T13:50:49.616Z"},{"balanceAmount":{"amount":"350.00","currency":"USD"},"balanceType":"expected","lastChangeDateTime":"2025-08-15T13:50:49.616Z"}]}},"balancesExample3_RegularAccount":{"description":"Response in case of a regular account where the corresponding balances in the online channel is reported independently from account statements with fixed dates, i.e. always displaying running balance for current time.","value":{"balances":[{"balanceAmount":{"amount":"1000.00","currency":"EUR"},"balanceType":"interimBooked"},{"balanceAmount":{"amount":"300.00","currency":"EUR"},"balanceType":"interimAvailable"},{"balanceAmount":{"amount":"5300.00","currency":"EUR"},"balanceType":"interimAvailable","creditLimitIncluded":true}]}},"balancesExample_CardAccount":{"description":"Response in case of card account balance request.\n","value":{"balances":[{"debitAccounting":true},{"balanceAmount":{"amount":"14355.78","currency":"EUR"},"balanceType":"interimBooked"},{"balanceAmount":{"amount":"4175.86","currency":"EUR"},"balanceType":"nonInvoiced"}],"cardAccount":{"maskedPan":"525412******3241"}}},"bbanExampleIsrCH_01":{"value":"01-43884-8"},"camt.053_simple_xml":{"description":"A camt.053 message","value":"<?xml version=\"1.0\" encoding=\"UTF-8\"?> <Document xsi:schemaLocation=\"urn:iso:std:iso:20022:tech:xsd:camt.053.001.04 camt.053.001.04.xsd\" xmlns=\"urn:iso:std:iso:20022:tech:xsd:camt.053.001.04\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\">\n  <BkToCstmrStmt>\n    <GrpHdr>\n      <MsgId>MSGID-C053.01.00.10-110725163809-01</MsgId>\n      <CreDtTm>2017-07-25T19:30:47</CreDtTm>\n      <MsgPgntn>\n        <PgNb>1</PgNb>\n        <LastPgInd>true</LastPgInd>\n      </MsgPgntn>\n    </GrpHdr>\n    <Stmt>\n      <Id>STMID-C053.01.00.10-110725163809-01</Id>\n      <ElctrncSeqNb>147</ElctrncSeqNb>\n      <CreDtTm>2017-07-25T19:30:47</CreDtTm>\n      <Acct>\n        <Id>\n          <IBAN>CH9581320000001998736</IBAN>\n        </Id>\n      </Acct>\n      <Bal>\n        <Tp>\n          <CdOrPrtry>\n            <Cd>OPBD</Cd>\n          </CdOrPrtry>\n        </Tp>\n        <Amt Ccy=\"CHF\">2501.50</Amt>\n        <CdtDbtInd>CRDT</CdtDbtInd>\n        <Dt>\n          <Dt>2017-07-24</Dt>\n        </Dt>\n      </Bal>\n      <Bal>\n        <Tp>\n          <CdOrPrtry>\n            <Cd>CLBD</Cd>\n          </CdOrPrtry>\n        </Tp>\n        <Amt Ccy=\"CHF\">2397.2</Amt>\n        <CdtDbtInd>CRDT</CdtDbtInd>\n        <Dt>\n          <Dt>2017-07-25</Dt>\n        </Dt>\n      </Bal>\n      <Ntry>\n        <NtryRef>010001628</NtryRef>\n        <Amt Ccy=\"CHF\">145.70</Amt>\n        <CdtDbtInd>CRDT</CdtDbtInd>\n        <Sts>BOOK</Sts>\n        <BookgDt>\n          <Dt>2017-07-25</Dt>\n        </BookgDt>\n        <ValDt>\n          <Dt>2017-07-25</Dt>\n        </ValDt>\n        <AcctSvcrRef>P001.01.00.01-110718163809</AcctSvcrRef>\n        <BkTxCd>\n          <Domn>\n            <Cd>PMNT</Cd>\n            <Fmly>\n              <Cd>RCDT</Cd>\n              <SubFmlyCd>VCOM</SubFmlyCd>\n            </Fmly>\n          </Domn>\n        </BkTxCd>\n        <NtryDtls>\n          <Btch>\n            <NbOfTxs>2</NbOfTxs>\n          </Btch>\n          <TxDtls>\n            <Refs>\n              <AcctSvcrRef>P001.01.00.01-110718163809-01</AcctSvcrRef>\n            </Refs>\n            <Amt Ccy=\"CHF\">100</Amt>\n            <CdtDbtInd>CRDT</CdtDbtInd>\n            <BkTxCd>\n              <Domn>\n                <Cd>PMNT</Cd>\n                <Fmly>\n                  <Cd>RCDT</Cd>\n                  <SubFmlyCd>VCOM</SubFmlyCd>\n                </Fmly>\n              </Domn>\n            </BkTxCd>\n            <RmtInf>\n              <Strd>\n                <CdtrRefInf>\n                  <Tp>\n                    <CdOrPrtry>\n                      <Prtry>ISR Reference</Prtry>\n                    </CdOrPrtry>\n                  </Tp>\n                  <Ref>123456789012345678901234567</Ref>\n                </CdtrRefInf>\n              </Strd>\n            </RmtInf>\n          </TxDtls>\n          <TxDtls>\n            <Refs>\n              <AcctSvcrRef>P001.01.00.01-110718163809-02</AcctSvcrRef>\n            </Refs>\n            <Amt Ccy=\"CHF\">45.70</Amt>\n            <CdtDbtInd>CRDT</CdtDbtInd>\n            <BkTxCd>\n              <Domn>\n                <Cd>PMNT</Cd>\n                <Fmly>\n                  <Cd>RCDT</Cd>\n                  <SubFmlyCd>VCOM</SubFmlyCd>\n                </Fmly>\n              </Domn>\n            </BkTxCd>\n            <RmtInf>\n              <Strd>\n                <CdtrRefInf>\n                  <Tp>\n                    <CdOrPrtry>\n                      <Prtry>ISR Reference</Prtry>\n                    </CdOrPrtry>\n                  </Tp>\n                  <Ref>123456000012345678901234567</Ref>\n                </CdtrRefInf>\n              </Strd>\n            </RmtInf>\n          </TxDtls>\n        </NtryDtls>\n      </Ntry>\n      <Ntry>\n        <Amt Ccy=\"CHF\">250.00</Amt>\n        <CdtDbtInd>DBIT</CdtDbtInd>\n        <Sts>BOOK</Sts>\n        <BookgDt>\n          <Dt>2017-07-25</Dt>\n        </BookgDt>\n        <ValDt>\n          <Dt>2017-07-25</Dt>\n        </ValDt>\n        <AcctSvcrRef>P001.01.00.02-110718163809</AcctSvcrRef>\n        <BkTxCd>\n          <Domn>\n            <Cd>PMNT</Cd>\n            <Fmly>\n              <Cd>ICDT</Cd>\n              <SubFmlyCd>AUTT</SubFmlyCd>\n            </Fmly>\n          </Domn>\n        </BkTxCd>\n        <NtryDtls>\n          <TxDtls>\n            <Refs>\n            <AcctSvcrRef>P001.01.00.02-110718163809-01</AcctSvcrRef>\n            </Refs>\n            <Amt Ccy=\"CHF\">250.00</Amt>\n            <CdtDbtInd>DBIT</CdtDbtInd>\n            <BkTxCd>\n              <Domn>\n                <Cd>PMNT</Cd>\n                <Fmly>\n                  <Cd>ICDT</Cd>\n                  <SubFmlyCd>AUTT</SubFmlyCd>\n                </Fmly>\n              </Domn>\n            </BkTxCd>\n          </TxDtls>\n        </NtryDtls>\n      </Ntry>\n    </Stmt>\n  </BkToCstmrStmt>\n</Document>\n"},"cardAccountDetailsExample":{"description":"Card account details example.\n","summary":"Card account details example 1","value":{"cardAccount":{"_links":{"transactions":{"href":"/v1/card-accounts/3d9a81b3-a47d-4130-8765-a9c0ff861b99/transactions"}},"balances":[{"balanceAmount":{"amount":"14355.78","currency":"EUR"},"balanceType":"interimBooked"},{"balanceAmount":{"amount":"4175.86","currency":"EUR"},"balanceType":"nonInvoiced"}],"creditLimit":{"amount":"15000","currency":"EUR"},"currency":"EUR","debitAccounting":true,"maskedPan":"525412******3241","name":"Main","ownerName":"Heike Mustermann","product":"Basic Credit","resourceId":"3d9a81b3-a47d-4130-8765-a9c0ff861b99","status":"enabled"}}},"cardAccountListExample1":{"description":"Card account list example.\n","summary":"Card account list example 1","value":{"cardAccounts":[{"_links":{"transactions":{"href":"/v1/card-accounts/3d9a81b3-a47d-4130-8765-a9c0ff861b99/transactions"}},"balances":[{"balanceAmount":{"amount":"14355.78","currency":"EUR"},"balanceType":"interimBooked"},{"balanceAmount":{"amount":"4175.86","currency":"EUR"},"balanceType":"nonInvoiced"}],"creditLimit":{"amount":"15000","currency":"EUR"},"currency":"EUR","maskedPan":"525412******3241","name":"Main","product":"Basic Credit","resourceId":"3d9a81b3-a47d-4130-8765-a9c0ff861b99","status":"enabled"}]}},"confirmationOfFundsExample":{"description":"Request body for a confirmation of funds.","value":{"account":{"iban":"DE23100120020123456789"},"cardNumber":"12345678901234","instructedAmount":{"amount":"123","currency":"EUR"}}},"confirmationOfFundsResponseExample":{"description":"Response for a confirmation of funds request.","value":{"fundsAvailable":"true"}},"consentResponseExample1a_Redirect":{"description":"Consent request response in case of a redirect.","value":{"_links":{"scaRedirect":{"href":"https://www.testbank.com/authentication/1234-wertiq-983"},"scaStatus":{"href":"v1/consents/1234-wertiq-983/authorisations/123auth567"},"status":{"href":"/v1/consents/1234-wertiq-983/status"}},"consentId":"1234-wertiq-983","consentStatus":"received"}},"consentResponseExample1b_Redirect":{"description":"Consent request response in case of a redirect with a dedicated start of the authorisation process.","value":{"_links":{"startAuthorisation":{"href":"v1/consents/1234-wertiq-983/authorisations"}},"consentId":"1234-wertiq-983","consentStatus":"received"}},"consentResponseExample2_OAuth2":{"description":"Response in case of the OAuth2 approach with an implicit generated authorisation resource.","value":{"_links":{"scaOAuth":{"href":"https://www.testbank.com/oauth/.well-known/oauth-authorization-server"},"scaStatus":{"href":"v1/consents/1234-wertiq-983/authorisations/123auth567"},"self":{"href":"/v1/consents/1234-wertiq-983"}},"consentId":"1234-wertiq-983","consentStatus":"received"}},"consentResponseExample3_Decoupled":{"description":"Response in case of the decoupled approach.","value":{"_links":{"startAuthorisationWithPsuIdentification":{"href":"/v1/consents/1234-wertiq-983/authorisations"}},"consentId":"1234-wertiq-983","consentStatus":"received"}},"consentResponseExample4_Embedded":{"description":"Response in case of the embedded approach.","value":{"_links":{"startAuthorisationWithPsuAuthentication":{"href":"/v1/consents/1234-wertiq-983/authorisations"}},"consentId":"1234-wertiq-983","consentStatus":"received"}},"consentStatusResponseExample1":{"description":"Response for a consent status request.","value":{"consentStatus":"valid"}},"consentsExample_AccountList":{"description":"Consent on account list of available accounts.","value":{"access":{"availableAccounts":"allAccounts"},"frequencyPerDay":1,"recurringIndicator":"false","validUntil":"2025-08-15T13:50:49.616Z"}},"consentsExample_DedicatedAccounts":{"description":"Consent request on dedicated accounts.","value":{"access":{"balances":[{"iban":"DE40100100103307118608"},{"currency":"USD","iban":"DE02100100109307118603"},{"iban":"DE67100100101306118605"}],"transactions":[{"iban":"DE40100100103307118608"},{"maskedPan":"123456xxxxxx1234"}]},"frequencyPerDay":4,"recurringIndicator":"true","validUntil":"2025-08-15T13:50:49.616Z"}},"consentsExample_without_Accounts":{"description":"Consent request on account list or without indication of accounts.","value":{"access":{"balances":[],"transactions":[]},"frequencyPerDay":4,"recurringIndicator":"true","validUntil":"2025-08-15T13:50:49.616Z"}},"consentsInformationResponseExample":{"description":"Consent request on account list or without indication of accounts.","value":{"_links":{"account":{"href":"/v1/accounts"}},"access":{"balances":[{"iban":"DE2310010010123456789"}],"transactions":[{"iban":"DE2310010010123456789"},{"pan":"123456xxxxxx3457"}]},"consentStatus":"valid","frequencyPerDay":4,"recurringIndicator":"true","validUntil":"2025-08-15T13:50:49.616Z"}},"createSigningBasketResponseExample1":{"description":"Response (always with explicit authorisation start).","value":{"_links":{"self":{"href":"/v1/signing-baskets/1234-basket-567"},"startAuthorisation":{"href":"/v1/signing-baskets/1234-basket-567/authorisations"},"status":{"href":"/v1/signing-baskets/1234-basket-567/status"}},"basketId":"1234-basket-567","transactionStatus":"RCVD"}},"getSigningBasketResponseExample1":{"value":{"payments":["1234pay567","1234pay568","1234pay888"],"transactionStatus":"ACTC"}},"ibanExampleCH_01":{"value":"CH02100100109307118603"},"ibanExampleDe_01":{"value":"DE02100100109307118603"},"ibanExampleDe_02":{"value":"DE23100120020123456789"},"ibanExampleDe_03":{"value":"DE40100100103307118608"},"ibanExampleDe_04":{"value":"DE67100100101306118605"},"ibanExampleDe_05":{"value":"DE87200500001234567890"},"ibanExampleFr_01":{"value":"FR7612345987650123456789014"},"ibanExampleNl_01":{"value":"NL76RABO0359400371"},"ibanExampleSe_01":{"value":"SE9412309876543211234567"},"maskedPanExample":{"value":"123456xxxxxx1234"},"pain.001.001_SCT_singleTransaction":{"description":"A pain.001.001.03 message in case of SCT","value":"<Document xmlns=\"urn:iso:std:iso:20022:tech:xsd:pain.001.001.03\">\n  <CstmrCdtTrfInitn>\n    <GrpHdr>\n      <MsgId>MIPI-123456789RI-123456789</MsgId>\n      <CreDtTm>2017-02-14T20:23:34.000Z</CreDtTm>\n      <NbOfTxs>1</NbOfTxs>\n      <CtrlSum>123</CtrlSum>\n      <InitgPty>\n        <Nm>PaymentInitiator</Nm>\n        <Id><OrgId><Othr><Id>DE10000000012</Id>\n          <SchmeNm><Prptry>PISP</Prptry></SchmeNm></Othr></OrgId></Id>\n      </InitgPty>\n    </GrpHdr>\n    <PmtInf>\n      <PmtInfId>BIPI-123456789RI-123456789</PmtInfId>\n      <PmtMtd>TRF</PmtMtd>\n      <NbOfTxs>1</NbOfTxs>\n      <CtrlSum>123</CtrlSum>\n      <PmtTpInf><SvcLvl><Cd>SEPA</Cd></SvcLvl></PmtTpInf>\n      <ReqdExctnDt>2017-02-15</ReqdExctnDt>\n      <Dbtr><Nm>PSU Name</Nm></Dbtr>\n      <DbtrAcct><Id><IBAN>DE87200500001234567890</IBAN></Id></DbtrAcct>\n      <ChrgBr>SLEV</ChrgBr>\n      <CdtTrfTxInf>\n        <PmtId><EndToEndId>RI-123456789</EndToEndId></PmtId>\n        <Amt><InstdAmt Ccy=\"EUR\">123</InstdAmt></Amt>\n        <Cdtr><Nm>Merchant123</Nm></Cdtr>\n        <CdtrAcct><Id><IBAN> DE23100120020123456789</IBAN></Id></CdtrAcct>\n        <RmtInf><Ustrd>Ref Number Merchant-123456</Ustrd></RmtInf>\n      </CdtTrfTxInf>\n    </PmtInf>\n  </CstmrCdtTrfInitn>\n</Document>\n"},"pain.002.001_SCT_singleTransaction":{"description":"A pain.002.001.03 message in case of SCT","value":"<Document xmlns=\"urn:iso:std:iso:20022:tech:xsd:pain.002.001.03\">\n  <CstmrPmtStsRpt>\n    <GrpHdr>\n      <MsgId>4572457256725689726906</MsgId>\n      <CreDtTm>2017-02-14T20:24:56.021Z</CreDtTm>\n      <DbtrAgt><FinInstnId><BIC>ABCDDEFF</BIC></FinInstnId></DbtrAgt>\n      <CdtrAgt><FinInstnId><BIC>DCBADEFF</BIC></FinInstnId></CdtrAgt>\n    </GrpHdr>\n    <OrgnlGrpInfAndSts>\n      <OrgnlMsgId>MIPI-123456789RI-123456789</OrgnlMsgId>\n      <OrgnlMsgNmId>pain.001.001.03</OrgnlMsgNmId>\n      <OrgnlCreDtTm>2017-02-14T20:23:34.000Z</OrgnlCreDtTm>\n      <OrgnlNbOfTxs>1</OrgnlNbOfTxs>\n      <OrgnlCtrlSum>123</OrgnlCtrlSum>\n      <GrpSts>ACCT</GrpSts>\n    </OrgnlGrpInfAndSts>\n    <OrgnlPmtInfAndSts>\n      <OrgnlPmtInfId>BIPI-123456789RI-123456789</OrgnlPmtInfId>\n      <OrgnlNbOfTxs>1</OrgnlNbOfTxs>\n      <OrgnlCtrlSum>123</OrgnlCtrlSum>\n      <PmtInfSts>ACCT</PmtInfSts>\n    </OrgnlPmtInfAndSts>\n  </CstmrPmtStsRpt>\n</Document>\n"},"paymentInitiationCancelResponse-202":{"value":{"_links":{"self":{"href":"/v1/payments/123456scheduled789"},"startAuthorisation":{"href":"/v1/payments/123456scheduled789/cancellation-authorisations"},"status":{"href":"/v1/payments/123456scheduled789/status"}},"transactionStatus":"ACTC"}},"paymentInitiationExample_json_Decoupled":{"description":"Response in case of the decoupled approach with explicit start of authorisation needed","value":{"_links":{"self":{"href":"/v1/payments/1234-wertiq-983"},"startAuthorisationWithPsuIdentification":{"href":"/v1/payments/1234-wertiq-983/authorisations"}},"paymentId":"1234-wertiq-983","transactionStatus":"RCVD"}},"paymentInitiationExample_json_Embedded":{"description":"Response in case of the embedded approach with explicit start of authorisation","value":{"_links":{"self":{"href":"/v1/payments/1234-wertiq-983"},"startAuthenticationWithPsuAuthentication":{"href":"/v1/payments/1234-wertiq-983/authorisations"}},"paymentId":"1234-wertiq-983","transactionStatus":"RCVD"}},"paymentInitiationExample_json_OAuth2":{"description":"Response in case of an OAuth2 SCA approach approach with implicitly creating an authorisation sub-resource","value":{"_links":{"scaOAuth":{"href":"https://www.testbank.com/oauth/.well-known/oauth-authorization-server"},"scaStatus":{"href":"/v1/payments/1234-wertiq-983/authorisations/123auth456"},"self":{"href":"/v1/payments/1234-wertiq-983"},"status":{"href":"/v1/payments/1234-wertiq-983/status"}},"paymentId":"1234-wertiq-983","transactionStatus":"RCVD"}},"paymentInitiationExample_json_Redirect":{"description":"Response in case of a redirect with an implicitly created authorisation sub-resource","value":{"_links":{"scaRedirect":{"href":"https://www.testbank.com/asdfasdfasdf"},"scaStatus":{"href":"/v1/payments/1234-wertiq-983/authorisations/123auth456"},"self":{"href":"/v1/payments/swiss-sepa-credit-transfers/1234-wertiq-983"},"status":{"href":"/v1/payments/1234-wertiq-983/status"}},"paymentId":"1234-wertiq-983","transactionStatus":"RCVD"}},"paymentInitiationExample_json__RedirectExplicitAuthorisation":{"description":"Response in case of a redirect with an explicit authorisation start","value":{"_links":{"self":{"href":"/v1/payments/1234-wertiq-983"},"startAuthorisation":{"href":"/v1/payments1234-wertiq-983/authorisations"},"status":{"href":"/v1/payments/1234-wertiq-983/status"}},"paymentId":"1234-wertiq-983","transactionStatus":"RCVD"}},"paymentInitiationSctBody_bulk-payments_json":{"value":{"batchBookingPreferred":"true","debtorAccount":{"iban":"DE40100100103307118608"},"paymentInformationId":"my-bulk-identification-1234","payments":[{"creditorAccount":{"iban":"DE02100100109307118603"},"creditorName":"Merchant123","instructedAmount\"":{"amount":"123.50","currency":"EUR"},"remittanceInformationUnstructured":"Ref Number Merchant 1"},{"creditorAccount":{"iban":"FR7612345987650123456789014"},"creditorName":"Merchant456","instructedAmount\"":{"amount":"34.10","currency":"EUR"},"remittanceInformationUnstructured":"Ref Number Merchant 2"}],"requestedExecutionDate":"2025-08-15T13:50:49.616Z"}},"paymentInitiationSctBody_payments_json":{"value":{"creditorAccount":{"iban":"DE02100100109307118603"},"creditorName":"Merchant123","debtorAccount":{"iban":"DE40100100103307118608"},"instructedAmount":{"amount":"123.50","currency":"EUR"},"remittanceInformationUnstructured":"Ref Number Merchant"}},"paymentInitiationSctBody_periodic-payments_json":{"value":{"creditorAccount":{"iban":"DE23100120020123456789"},"creditorName":"Merchant123","dayOfExecution":"01","debtorAccount":{"iban":"DE40100100103307118608"},"executionRule":"preceding","frequency":"Monthly","instructedAmount":{"amount":"123","currency":"EUR"},"remittanceInformationUnstructured":"Ref Number Abonnement","startDate":"2025-08-15T13:50:49.616Z"}},"paymentInitiationStatusResponse_json_Extended":{"value":"{\n  \"transactionStatus\": \"ACCP\",\n  \"scaStatus\": \"received\"\n}\n"},"paymentInitiationStatusResponse_json_Simple":{"value":{"transactionStatus":"ACCP"}},"paymentInitiation_domestic-swiss-credit-transfers-isr_json_1":{"value":{"creditorAccount":{"otherAccountIdentification":"010391391"},"creditorAddress":{"buildingNumber":"1","country":"CH","postCode":"9300","streetName":"Kundenstrasse","townName":"Wittenbach"},"creditorName":"Kunde 1","debtorAccount":{"iban":"CH2781412000006944106"},"debtorAgent":{"bic":"KBTGCH22XXX"},"debtorName":"Example Isrone","endToEndIdentification":"54947df80e9e4471a2f99af509fb5889","instructedAmount":{"amount":"1000.00","currency":"CHF"},"remittanceInformationStructured":"210000000003139471430009017","requestedExecutionDate":"2025-08-15T13:50:49.616Z"}},"paymentInitiation_domestic-swiss-credit-transfers-isr_json_2":{"value":{"creditorAccount":{"otherAccountIdentification":"010391391"},"creditorAddress":{"buildingNumber":"1","postCode":"9300","streetName":"Kundenstrasse","townName":"Wittenbach"},"creditorName":"Kunde 1","debtorAccount":{"iban":"CH0900784152046193205"},"debtorAgent":{"bic":"KBTGCH22XXX"},"debtorName":"Example Isrtwo","endToEndIdentification":"54947df80e9e4471a2f99af509fb5889","instructedAmount":{"amount":"1000.00","currency":"EUR"},"remittanceInformationStructured":"210000000003139471430009017","requestedExecutionDate":"2025-08-15T13:50:49.616Z"}},"paymentInitiation_domestic-swiss-credit-transfers-qr_json_1":{"value":{"creditorAccount":{"iban":"CH3630005200123456789"},"creditorAddress":{"buildingNumber":"1","country":"CH","postCode":"9300","streetName":"Kundenstrasse","townName":"Wittenbach"},"creditorName":"Kunde 1","debtorAccount":{"iban":"CH900025425440020003X"},"debtorAgent":{"bic":"UBSWCHZH90A"},"debtorName":"Example Qrone","endToEndIdentification":"8ff86bf0908a4b5f99a582220bbe0033","instructedAmount":{"amount":"100.00","currency":"CHF"},"remittanceInformationStructured":{"SCORorQRRorIPI":"QRR","reference":"000000000000000000000000011"},"requestedExecutionDate":"2025-08-15T13:50:49.616Z"}},"paymentInitiation_domestic-swiss-credit-transfers_json_1":{"value":{"creditorAccount":{"iban":"CH450021721745521840J"},"creditorAddress":{"country":"CH","postCode":"2501","streetName":"Rue de la gare","townName":"Biel"},"creditorAgent":{"bic":"UBSWCHZH82P"},"creditorName":"Kunde 2","debtorAccount":{"iban":"CH2781412000006944106"},"debtorAgent":{"bic":"RAIFCH22E12"},"debtorName":"Example Swissone","endToEndIdentification":"54947df80e9e4471a2f99af509fb5889","instructedAmount":{"amount":"4000.00","currency":"CHF"},"requestedExecutionDate":"2025-08-15T13:50:49.616Z"}},"paymentInitiation_domestic-swiss-credit-transfers_json_2":{"value":{"creditorAccount":{"iban":"CH5309000000800053446"},"creditorAddress":{"country":"CH","postCode":"2501","streetName":"Rue de la gare","townName":"Biel/Bienne"},"creditorAgent":{"bic":"POFICHBEXXX"},"creditorName":"Kunde 2","debtorAccount":{"iban":"CH0900784152046193205"},"debtorAgent":{"bic":"KBTGCH22XXX"},"debtorName":"Example Swisstwo","endToEndIdentification":"54947df80e9e4471a2f99af509fb5889","instructedAmount":{"amount":"4000.00","currency":"EUR"},"requestedExecutionDate":"2025-08-15T13:50:49.616Z"}},"paymentInitiation_domestic-swiss-foreign-credit-transfers_json_1":{"value":{"creditorAccount":{"iban":"CH450021721745521840J"},"creditorAddress":{"buildingNumber":"1","country":"CH","postCode":"2501","streetName":"Rue de la gare","townName":"Biel/Bienne"},"creditorAgent":{"bic":"UBSWCHZH82P"},"creditorName":"Kunde 2","debtorAccount":{"iban":"CH2781412000006944106"},"debtorAgent":{"bic":"RAIFCH22E12"},"debtorName":"Example Swissforeignone","endToEndIdentification":"54947df80e9e4471a2f99af509fb5889","instructedAmount":{"amount":"5000.00","currency":"USD"},"requestedExecutionDate":"2025-08-15T13:50:49.616Z"}},"paymentInitiation_domestic-swiss-foreign-credit-transfers_json_2":{"value":{"creditorAccount":{"iban":"CH5309000000800053446"},"creditorAddress":{"country":"CH","postCode":"2501","streetName":"Rue de la gare","townName":"Biel/Bienne"},"creditorAgent":{"bic":"POFICHBEXXX"},"creditorName":"Kunde 2","debtorAccount":{"iban":"CH0900784152046193205"},"debtorAgent":{"bic":"KBTGCH22XXX"},"debtorName":"Example Swissforeigntwo","endToEndIdentification":"54947df80e9e4471a2f99af509fb5889","instructedAmount":{"amount":"4000.00","currency":"USD"},"requestedExecutionDate":"2025-08-15T13:50:49.616Z"}},"paymentInitiation_swiss-cross-border-credit-transfers_json_1":{"value":{"chargeBearer":"SHAR","creditorAccount":{"otherAccountIdentification":"474-8512-007"},"creditorAddress":{"addressLine1":"Timesquare","addressLine2":"10036 New York","country":"US"},"creditorAgent":{"address":{"country":"US","postCode":"10036","streetName":"Timesquare","townName":"New York"},"name":"US Bank"},"creditorName":"Max Mueller","debtorAccount":{"iban":"CH0900784152046193205"},"debtorAgent":{"bic":"KBTGCH22XXX"},"debtorName":"Example Crossborderone","endToEndIdentification":"54947df80e9e4471a2f99af509fb5889","instructedAmount":{"amount":"6000.00","currency":"USD"},"requestedExecutionDate":"2025-08-15T13:50:49.616Z"}},"paymentInitiation_swiss-cross-border-credit-transfers_json_2":{"value":{"chargeBearer":"SHAR","creditorAccount":{"iban":"DE80690700240048159800"},"creditorAddress":{"country":"DE","postCode":"80036","streetName":"Rosenauweg","townName":"Muenchen"},"creditorAgent":{"bic":"DEUTDEDB690"},"creditorName":"Kunde 3","debtorAccount":{"iban":"CH2781412000006944106"},"debtorAgent":{"bic":"RAIFCH22E12"},"debtorName":"Example Crossbordertwo","endToEndIdentification":"54947df80e9e4471a2f99af509fb5889","instructedAmount":{"amount":"6000.00","currency":"GBP"},"requestedExecutionDate":"2025-08-15T13:50:49.616Z"}},"paymentInitiation_swiss-sepa-credit-transfers_json_1":{"value":{"chargeBearer":"SLEV","creditorAccount":{"iban":"DE80690700240048159800"},"creditorAddress":{"country":"DE","postCode":"80036","streetName":"Rosenauweg","townName":"Muenchen"},"creditorName":"Kunde 3","debtorAccount":{"iban":"CH2781412000006944106"},"debtorAgent":{"bic":"RAIFCH22E12"},"debtorName":"Example Sepaone","endToEndIdentification":"54947df80e9e4471a2f99af509fb5889","instructedAmount":{"amount":"5000.00","currency":"EUR"},"requestedExecutionDate":"2025-08-15T13:50:49.616Z","serviceLevel":"SEPA"}},"paymentInitiation_swiss-sepa-credit-transfers_json_2":{"value":{"chargeBearer":"SLEV","creditorAccount":{"iban":"DE80690700240048159800"},"creditorAddress":{"country":"DE","postCode":"80036","streetName":"Rosenauweg","townName":"Muenchen"},"creditorAgent":{"bic":"DEUTDEDB690"},"creditorName":"Kunde 3","debtorAccount":{"iban":"CH6309000000250097798"},"debtorAgent":{"bic":"POFICHBEXXX"},"debtorName":"Example Sepatwo","endToEndIdentification":"54947df80e9e4471a2f99af509fb5889","instructedAmount":{"amount":"5000.00","currency":"EUR"},"requestedExecutionDate":"2025-08-15T13:50:49.616Z","serviceLevel":"SEPA"}},"selectPsuAuthenticationMethodExample_Embedded":{"description":"Select PSU authentication method request body for the embedded approach.","value":{"authenticationMethodId":"myAuthenticationID"}},"selectPsuAuthenticationMethodResponseExample_Embedded_payments":{"description":"Response of a select PSU authentication method payment initiation request for the embedded approach","value":{"_links":{"authoriseTransaction":{"href":"/v1/payments/1234-wertiq-983/authorisations/123auth456"}},"challengeData":{"otpFormat":"integer","otpMaxLength":"6"},"chosenScaMethod":{"authenticationMethodId":"myAuthenticationID","authenticationType":"SMS_OTP"},"scaStatus":"scaMethodSelected"}},"signingBasketExample":{"description":"JSON Body of a signing basket request","value":{"paymentIds":["123qwert456789","12345qwert7899"]}},"startScaProcessResponseExample1":{"value":{"_links":{"scaStatus":{"href":"/v1/payments/qwer3456tzui7890/authorisations/123auth456"}},"authorisationId":"123auth456","psuMessage":"Please use your BankApp for transaction Authorisation.","scaStatus":"received"}},"transactionAuthorisationExample_Embedded":{"description":"Transaction authorisation request body for the embedded approach.","value":{"scaAuthenticationData":"123456"}},"transactionAuthorisationResponseExample":{"description":"Response of a Transaction Authorisation request for the embedded approach.","value":{"scaStatus":"finalised"}},"transactionDetailsExample":{"description":"Example for transaction details.","value":{"transactionsDetails":{"bankTransactionCode":"PMNT-RDDT-ESDD","bookingDate":"2025-08-15T13:50:49.616Z","creditorAccount":{"iban":"DE67100100101306118605"},"creditorName":"John Miles","mandateId":"Mandate-2018-04-20-1234","remittanceInformationUnstructured":"Example 1","transactionAmount":{"amount":"-256.67","currency":"EUR"},"transactionId":"1234567","valueDate":"2025-08-15T13:50:49.616Z"}}},"transactionsExample1_RegularAccount_json":{"description":"Response in JSON format for an access on a regular account.","value":{"account":{"iban":"DE2310010010123456788"},"transactions":{"_links":{"account":{"href":"/v1/accounts/3dc3d5b3-7023-4848-9853-f5400a64e80f"}},"booked":[{"bookingDate":"2025-08-15T13:50:49.616Z","creditorAccount":{"iban":"DE67100100101306118605"},"creditorName":"John Miles","remittanceInformationUnstructured":"Example 1","transactionAmount":{"amount":"256.67","currency":"EUR"},"transactionId":"1234567","valueDate":"2025-08-15T13:50:49.616Z"},{"bookingDate":"2025-08-15T13:50:49.617Z","debtorAccount":{"iban":"NL76RABO0359400371"},"debtorName":"Paul Simpson","remittanceInformationUnstructured":"Example 2","transactionAmount":{"amount":"343.01","currency":"EUR"},"transactionId":"1234568","valueDate":"2025-08-15T13:50:49.617Z"}],"pending":[{"creditorAccount":{"iban":"FR7612345987650123456789014"},"creditorName":"Claude Renault","remittanceInformationUnstructured":"Example 3","transactionAmount":{"amount":"-100.03","currency":"EUR"},"transactionId":"1234569","valueDate":"2025-08-15T13:50:49.617Z"}]}}},"transactionsExample2_Download_json":{"description":"Response in case of huge data amount as a download.","value":{"_links":{"download":{"href":"www.test-api.com/xs2a/v1/accounts/12345678999/transactions/download/"}}}},"transactionsExample3_MulticurrencyAccount_json":{"description":"Response in JSON format for an access on a multicurrency account on aggregation level","value":{"account":{"iban":"DE40100100103307118608"},"transactions":{"_links":{"account":{"href":"/v1/accounts/3dc3d5b3-7023-4848-9853-f5400a64e80f"}},"booked":[{"bookingDate":"2025-08-15T13:50:49.617Z","creditorAccount":{"iban":"DE67100100101306118605"},"creditorName":"John Miles","remittanceInformationUnstructured":"Example 1","transactionAmount":{"amount":"-256.67","currency":"EUR"},"transactionId":"1234567","valueDate":"2025-08-15T13:50:49.617Z"},{"bookingDate":"2025-08-15T13:50:49.617Z","debtorAccount":{"iban":"NL76RABO0359400371"},"debtorName":"Paul Simpson","remittanceInformationUnstructured":"Example 2","transactionAmount":{"amount":"343.01","currency":"EUR"},"transactionId":"1234568","valueDate":"2025-08-15T13:50:49.617Z"},{"bookingDate":"2025-08-15T13:50:49.617Z","debtorAccount":{"iban":"SE9412309876543211234567"},"debtorName":"Pepe Martin","remittanceInformationUnstructured":"Example 3","transactionAmount":{"amount":"100","currency":"USD"},"transactionId":"1234569","valueDate":"2025-08-15T13:50:49.617Z"}],"pending":[{"creditorAccount":{"iban":"FR7612345987650123456789014"},"creditorName":"Claude Renault","remittanceInformationUnstructured":"Example 4","transactionAmount":{"amount":"-100.03","currency":"EUR"},"transactionId":"1234570","valueDate":"2025-08-15T13:50:49.617Z"}]}}},"transactionsExampleCH_MulticurrencyAccount_json":{"description":"Response in JSON format for an access on a swiss account on aggregation level","value":{"account":{"iban":"CH2808397020020195606"},"transactions":{"_links":{"account":{"href":"/v1/accounts/3dc3d5b3-7023-4848-9853-f5400a64e80f"}},"booked":[{"debtorAccount":{"bban":"01-43884-8"},"debtorName":"Ricardo Schweiz","instructedAmount":{"amount":"123.50","currency":"CHF"},"remittanceInformationStructured":"15 00011 23456 78901 23456 78901","transactionId":"1234573"},{"bookingDate":"2025-08-15T13:50:49.617Z","debtorAccount":{"iban":"CH9109000000400018554"},"debtorName":"GlC<ckskette","remittanceInformationUnstructured":"FC<r Ferien im Oberland.","transactionAmount":{"amount":"123.45","currency":"CHF"},"transactionId":"1234571","valueDate":"2025-08-15T13:50:49.617Z"},{"bookingDate":"2025-08-15T13:50:49.617Z","debtorAccount":{"iban":"CH8209000000100150006"},"debtorName":"Stiftung Denk an mich","remittanceInformationUnstructured":"FC<r Yemen.","transactionAmount":{"amount":"234.55","currency":"CHF"},"transactionId":"1234572","valueDate":"2025-08-15T13:50:49.617Z"},{"bookingDate":"2025-08-15T13:50:49.617Z","creditorAccount":{"iban":"DE67100100101306118605"},"creditorName":"John Miles","remittanceInformationUnstructured":"Example 1","transactionAmount":{"amount":"-256.67","currency":"EUR"},"transactionId":"1234567","valueDate":"2025-08-15T13:50:49.617Z"},{"bookingDate":"2025-08-15T13:50:49.617Z","debtorAccount":{"iban":"NL76RABO0359400371"},"debtorName":"Paul Simpson","remittanceInformationUnstructured":"Example 2","transactionAmount":{"amount":"343.01","currency":"EUR"},"transactionId":"1234568","valueDate":"2025-08-15T13:50:49.617Z"},{"bookingDate":"2025-08-15T13:50:49.617Z","debtorAccount":{"iban":"SE9412309876543211234567"},"debtorName":"Pepe Martin","remittanceInformationUnstructured":"Example 3","transactionAmount":{"amount":"100","currency":"USD"},"transactionId":"1234569","valueDate":"2025-08-15T13:50:49.617Z"}],"pending":[{"creditorAccount":{"iban":"FR7612345987650123456789014"},"creditorName":"Claude Renault","remittanceInformationUnstructured":"Example 4","transactionAmount":{"amount":"-100.03","currency":"EUR"},"transactionId":"1234570","valueDate":"2025-08-15T13:50:49.617Z"}]}}},"updatePsuAuthenticationExample_Embedded":{"description":"Update PSU authentication request body for the embedded approach.","value":{"psuData":{"password":"start12"}}},"updatePsuAuthenticationResponseExample_Embedded_payments":{"description":"Response of an update PSU authentication for a consent request for the embedded approach.","value":{"_links":{"authoriseTransaction":{"href":"/v1/payments/1234-wertiq-983/authorisations/123auth456"}},"scaStatus":"psuAuthenticated"}},"updatePsuIdentificationResponseExample_Decoupled_payments":{"description":"Response of an update PSU identification for a payment initiation request for the decoupled approach.","value":{"_links":{"scaStatus":{"href":"/v1/payments/qwer3456tzui7890/authorisations/123auth456"}},"psuMessage":"Please use your BankApp for transaction Authorisation.","scatransactionStatus":"psuIdentified"}},"uuidExample":{"value":"99391c7e-ad88-49ec-a2ad-99ddcb1f7721"}},"headers":{"ASPSP-Multiple-Consent-Support":{"description":"true if the ASPSP supports the Multiple Consent Service.\n\nfalse if the ASPSP does not support the Multiple Consent Service.\n\nIf not provided, this also implies that the ASPSP does not support the Multiple Consent Service.\n","required":false,"schema":{"type":"boolean"}},"ASPSP-Notification-Content":{"description":"The string has the form\nstatus=X1, ..., Xn\nwhere Xi is one of the constants SCA, PROCESS, LAST and where constants are not repeated.\nThe usage of the constants supports the following semantics\nSCA - Notification on every change of the scaStatus attribute for all related authorisation processes is provided by the ASPSP for the related resource.\nPROCESS - Notification on all changes of consentStatus or transactionStatus attributes is provided by the ASPSP for the related resource\nLAST - Notification on the last consentStatus or transactionStatus as available in the XS2A interface is provided by the ASPSP for the related resource.\nThis field must be provided if the ASPSP-Notification-Support=true. The ASPSP might consider the notification content as preferred by the TPP, but can also respond independently of the preferred request\n","required":false,"schema":{"type":"string"}},"ASPSP-Notification-Support":{"description":"true if the ASPSP supports resource status notification services.\n\nfalse if the ASPSP supports resource status notification in general, but not for the current request.\n\nNot used, if resource status notification services are generally not supported by the ASPSP.\n\nShall be supported if the ASPSP supports resource status notification services.\n","required":false,"schema":{"type":"boolean"}},"ASPSP-SCA-Approach":{"description":"This data element must be contained, if the SCA Approach is already fixed.\nPossible values are\n  * EMBEDDED\n  * DECOUPLED\n  * REDIRECT\nThe OAuth SCA approach will be subsumed by REDIRECT.\n","required":false,"schema":{"enum":["EMBEDDED","DECOUPLED","REDIRECT"],"example":"EMBEDDED","type":"string"}},"Location":{"description":"Location of the created resource.\n","required":false,"schema":{"type":"string"}},"X-Request-ID":{"description":"ID of the request, unique to the call, as determined by the initiating party.","example":"99391c7e-ad88-49ec-a2ad-99ddcb1f7721","required":true,"schema":{"type":"string"}}},"parameters":{"Authorization":{"description":"This field  might be used in case where a consent was agreed between ASPSP and PSU through an OAuth2 based protocol,\nfacilitated by the TPP.\n","in":"header","name":"Authorization","required":false,"schema":{"$ref":"#/components/schemas/authorization"}},"Digest":{"description":"Is contained if and only if the \"Signature\" element is contained in the header of the request.","example":"SHA-256=hl1/Eps8BEQW58FJhDApwJXjGY4nr1ArGDHIT25vq6A=","in":"header","name":"Digest","required":false,"schema":{"type":"string"}},"PSU-Accept":{"description":"The forwarded IP Accept header fields consist of the corresponding HTTP request Accept header fields between PSU and TPP, if available.\n","in":"header","name":"PSU-Accept","required":false,"schema":{"type":"string"}},"PSU-Accept-Charset":{"description":"The forwarded IP Accept header fields consist of the corresponding HTTP request Accept header fields between PSU and TPP, if available.\n","in":"header","name":"PSU-Accept-Charset","required":false,"schema":{"type":"string"}},"PSU-Accept-Encoding":{"description":"The forwarded IP Accept header fields consist of the corresponding HTTP request Accept header fields between PSU and TPP, if available.\n","in":"header","name":"PSU-Accept-Encoding","required":false,"schema":{"type":"string"}},"PSU-Accept-Language":{"description":"The forwarded IP Accept header fields consist of the corresponding HTTP request Accept header fields between PSU and TPP, if available.\n","in":"header","name":"PSU-Accept-Language","required":false,"schema":{"type":"string"}},"PSU-Corporate-ID":{"description":"Might be mandated in the ASPSP's documentation. Only used in a corporate context.\n","in":"header","name":"PSU-Corporate-ID","required":false,"schema":{"type":"string"}},"PSU-Corporate-ID-Type":{"description":"Might be mandated in the ASPSP's documentation. Only used in a corporate context.\n","in":"header","name":"PSU-Corporate-ID-Type","required":false,"schema":{"type":"string"}},"PSU-Device-ID":{"description":"UUID (Universally Unique Identifier) for a device, which is used by the PSU, if available.\nUUID identifies either a device or a device dependant application installation.\nIn case of an installation identification this ID needs to be unaltered until removal from device.\n","example":"99435c7e-ad88-49ec-a2ad-99ddcb1f5555","in":"header","name":"PSU-Device-ID","required":false,"schema":{"type":"string"}},"PSU-Geo-Location":{"description":"The forwarded Geo Location of the corresponding http request between PSU and TPP if available.\n","example":"GEO:52.506931;13.144558","in":"header","name":"PSU-Geo-Location","required":false,"schema":{"pattern":"GEO:-?[0-9]{1,2}\\.[0-9]{6};-?[0-9]{1,3}\\.[0-9]{6}","type":"string"}},"PSU-Http-Method":{"description":"HTTP method used at the PSU ? TPP interface, if available.\nValid values are:\n* GET\n* POST\n* PUT\n* PATCH\n* DELETE\n","in":"header","name":"PSU-Http-Method","required":false,"schema":{"enum":["GET","POST","PUT","PATCH","DELETE"],"type":"string"}},"PSU-ID":{"description":"Client ID of the PSU in the ASPSP client interface.\n\nMight be mandated in the ASPSP's documentation.\n\nIt might be contained even if an OAuth2 based authentication was performed in a pre-step or an OAuth2 based SCA was performed in an preceding\nAIS service in the same session.\nIn this case the ASPSP might check whether PSU-ID and token match,\naccording to ASPSP documentation.\n","example":"PSU-1234","in":"header","name":"PSU-ID","required":false,"schema":{"type":"string"}},"PSU-ID-Type":{"description":"Type of the PSU-ID, needed in scenarios where PSUs have several PSU-IDs as access possibility.\n\nIn this case, the mean and use are then defined in the ASPSP's documentation.\n","in":"header","name":"PSU-ID-Type","required":false,"schema":{"type":"string"}},"PSU-IP-Address_conditionalForAis":{"description":"The forwarded IP Address header field consists of the corresponding HTTP request\nIP Address field between PSU and TPP.\nIt shall be contained if and only if this request was actively initiated by the PSU.\n","example":"192.168.8.78","in":"header","name":"PSU-IP-Address","required":false,"schema":{"format":"ipv4","type":"string"}},"PSU-IP-Address_mandatory":{"description":"The forwarded IP Address header field consists of the corresponding http request IP Address field between PSU and TPP.\nIf not available, the TPP shall use the IP Address used by the TPP when submitting this request.\n","example":"192.168.8.78","in":"header","name":"PSU-IP-Address","required":true,"schema":{"format":"ipv4","type":"string"}},"PSU-IP-Address_optional":{"description":"The forwarded IP Address header field consists of the corresponding http request IP Address field between PSU and TPP.\n","example":"192.168.8.78","in":"header","name":"PSU-IP-Address","required":false,"schema":{"format":"ipv4","type":"string"}},"PSU-IP-Port":{"description":"The forwarded IP Port header field consists of the corresponding HTTP request IP Port field between PSU and TPP, if available.\n","example":"1234","in":"header","name":"PSU-IP-Port","required":false,"schema":{"type":"string"}},"PSU-User-Agent":{"description":"The forwarded Agent header field of the HTTP request between PSU and TPP, if available.\n","in":"header","name":"PSU-User-Agent","required":false,"schema":{"type":"string"}},"Signature":{"description":"A signature of the request by the TPP on application level. This might be mandated by ASPSP.\n","example":"keyId=\"SN=9FA1,CA=CN=D-TRUST%20CA%202-1%202015,O=D-Trust%20GmbH,C=DE\",algorithm=\"rsa-sha256\", headers=\"Digest X-Request-ID PSU-ID TPP-Redirect-URI Date\", signature=\"Base64(RSA-SHA256(signing string))\"\n","in":"header","name":"Signature","required":false,"schema":{"type":"string"}},"TPP-Brand-Logging-Information":{"description":"This header might be used by TPPs to inform the ASPSP about the brand used by the TPP towards the PSU. \nThis information is meant for logging entries to enhance communication between ASPSP and PSU or ASPSP and TPP. \nThis header might be ignored by the ASPSP.\n","in":"header","name":"TPP-Brand-Logging-Information","required":false,"schema":{"type":"string"}},"TPP-Explicit-Authorisation-Preferred":{"description":"If it equals \"true\", the TPP prefers to start the authorisation process separately,\ne.g. because of the usage of a signing basket.\nThis preference might be ignored by the ASPSP, if a signing basket is not supported as functionality.\n\nIf it equals \"false\" or if the parameter is not used, there is no preference of the TPP.\nThis especially indicates that the TPP assumes a direct authorisation of the transaction in the next step,\nwithout using a signing basket.\n","in":"header","name":"TPP-Explicit-Authorisation-Preferred","required":false,"schema":{"type":"boolean"}},"TPP-Nok-Redirect-URI":{"description":"If this URI is contained, the TPP is asking to redirect the transaction flow to this address instead of the TPP-Redirect-URI in case\nof a negative result of the redirect SCA method. This might be ignored by the ASPSP.\n","in":"header","name":"TPP-Nok-Redirect-URI","required":false,"schema":{"format":"uri","type":"string"}},"TPP-Notification-Content-Preferred":{"description":"The string has the form\n\nstatus=X1, ..., Xn\n\nwhere Xi is one of the constants SCA, PROCESS, LAST and where constants are not\nrepeated.\nThe usage of the constants supports the of following semantics:\n\n  SCA: A notification on every change of the scaStatus attribute for all related authorisation processes is preferred by the TPP.\n\n  PROCESS: A notification on all changes of consentStatus or transactionStatus attributes is preferred by the TPP.\n  LAST: Only a notification on the last consentStatus or transactionStatus as available in the XS2A interface is preferred by the TPP.\n\nThis header field may be ignored, if the ASPSP does not support resource notification services for the related TPP.\n","in":"header","name":"TPP-Notification-Content-Preferred","required":false,"schema":{"type":"string"}},"TPP-Notification-URI":{"description":"URI for the Endpoint of the TPP-API to which the status of the payment initiation should be sent.\nThis header field may by ignored by the ASPSP.\n\nFor security reasons, it shall be ensured that the TPP-Notification-URI as introduced above is secured by the TPP eIDAS QWAC used for identification of the TPP. The following applies:\n\nURIs which are provided by TPPs in TPP-Notification-URI shall comply with the domain secured by the eIDAS QWAC certificate of the TPP in the field CN or SubjectAltName of the certificate. Please note that in case of example-TPP.com as certificate entry TPP- Notification-URI like www.example-TPP.com/xs2a-client/v1/ASPSPidentifcation/mytransaction- id/notifications or notifications.example-TPP.com/xs2a-client/v1/ASPSPidentifcation/mytransaction- id/notifications would be compliant.\n\nWildcard definitions shall be taken into account for compliance checks by the ASPSP.\n ASPSPs may respond with ASPSP-Notification-Support set to false, if the provided URIs do not comply.\n","in":"header","name":"TPP-Notification-URI","required":false,"schema":{"type":"string"}},"TPP-Redirect-Preferred":{"description":"If it equals \"true\", the TPP prefers a redirect over an embedded SCA approach.\nIf it equals \"false\", the TPP prefers not to be redirected for SCA. The ASPSP will then choose between the Embedded or the Decoupled\nSCA approach, depending on the choice of the SCA procedure by the TPP/PSU.\nIf the parameter is not used, the ASPSP will choose the SCA approach to be applied depending on the SCA method chosen by the\nTPP/PSU.\n","in":"header","name":"TPP-Redirect-Preferred","required":false,"schema":{"type":"boolean"}},"TPP-Redirect-URI":{"description":"URI of the TPP, where the transaction flow shall be redirected to after a Redirect.\n\nMandated for the Redirect SCA Approach, specifically\nwhen TPP-Redirect-Preferred equals \"true\".\nIt is recommended to always use this header field.\n\n**Remark for Future:**\nThis field might be changed to mandatory in the next version of the specification.\n","in":"header","name":"TPP-Redirect-URI","required":false,"schema":{"format":"uri","type":"string"}},"TPP-Rejection-NoFunds-Preferred":{"description":"If it equals \"true\" then the TPP prefers a rejection of the payment initiation in case the ASPSP is\nproviding an integrated confirmation of funds request an the result of this is that not sufficient\nfunds are available.\n\nIf it equals \"false\" then the TPP prefers that the ASPSP is dealing with the payment initiation like\nin the ASPSPs online channel, potentially waiting for a certain time period for funds to arrive to initiate the payment.\n\nThis parameter might be ignored by the ASPSP.\n","in":"header","name":"TPP-Rejection-NoFunds-Preferred","required":false,"schema":{"type":"boolean"}},"TPP-Signature-Certificate":{"description":"The certificate used for signing the request, in base64 encoding.\nMust be contained if a signature is contained.\n","in":"header","name":"TPP-Signature-Certificate","required":false,"schema":{"format":"byte","type":"string"}},"X-Request-ID":{"description":"ID of the request, unique to the call, as determined by the initiating party.","example":"99391c7e-ad88-49ec-a2ad-99ddcb1f7721","in":"header","name":"X-Request-ID","required":true,"schema":{"type":"string"}},"accountId":{"description":"This identification is denoting the addressed (card) account. \nThe account-id is retrieved by using a \"Read Account List\" or \"Read Card Account list\" call. \nThe account-id is the \"resourceId\" attribute of the account structure. \nIts value is constant at least throughout the lifecycle of a given consent.\n","in":"path","name":"account-id","required":true,"schema":{"$ref":"#/components/schemas/accountId"}},"authorisationId":{"description":"Resource identification of the related SCA.","in":"path","name":"authorisationId","required":true,"schema":{"$ref":"#/components/schemas/authorisationId"}},"basketId_PATH":{"description":"This identification of the corresponding signing basket object.\n","in":"path","name":"basketId","required":true,"schema":{"$ref":"#/components/schemas/basketId"}},"bookingStatus":{"description":"Permitted codes are \n  * \"information\",\n  * \"booked\",\n  * \"pending\", and \n  * \"both\"\n\"booked\" shall be supported by the ASPSP.\nTo support the \"pending\" and \"both\" feature is optional for the ASPSP,\nError code if not supported in the online banking frontend\n","in":"query","name":"bookingStatus","required":true,"schema":{"enum":["information","booked","pending","both"],"type":"string"}},"consentId_HEADER_mandatory":{"description":"This then contains the consentId of the related AIS consent, which was performed prior to this payment initiation.\n","in":"header","name":"Consent-ID","required":true,"schema":{"$ref":"#/components/schemas/consentId"}},"consentId_HEADER_optional":{"description":"This data element may be contained, if the payment initiation transaction is part of a session, i.e. combined AIS/PIS service.\nThis then contains the consentId of the related AIS consent, which was performed prior to this payment initiation.\n","in":"header","name":"Consent-ID","required":false,"schema":{"$ref":"#/components/schemas/consentId"}},"consentId_PATH":{"description":"ID of the corresponding consent object as returned by an account information consent request.\n","in":"path","name":"consentId","required":true,"schema":{"$ref":"#/components/schemas/consentId"}},"dateFrom":{"description":"Conditional: Starting date (inclusive the date dateFrom) of the transaction list, mandated if no delta access is required\nand if bookingStatus does not equal \"information\".\n\nFor booked transactions, the relevant date is the booking date. \n\nFor pending transactions, the relevant date is the entry date, which may not be transparent \nneither in this API nor other channels of the ASPSP.\n","in":"query","name":"dateFrom","required":false,"schema":{"format":"date","type":"string"}},"dateTo":{"description":"End date (inclusive the data dateTo) of the transaction list, default is \"now\" if not given.\n\nMight be ignored if a delta function is used.\n\nFor booked transactions, the relevant date is the booking date.\n\nFor pending transactions, the relevant date is the entry date, which may not be transparent\nneither in this API nor other channels of the ASPSP.\n","in":"query","name":"dateTo","required":false,"schema":{"format":"date","type":"string"}},"deltaList":{"description":"This data attribute is indicating that the AISP is in favour to get all transactions after the last report access for this PSU on the addressed account. This is another implementation of a delta access-report.\nThis delta indicator might be rejected by the ASPSP if this function is not supported.\nOptional if supported by API provider","in":"query","name":"deltaList","schema":{"type":"boolean"}},"entryReferenceFrom":{"description":"This data attribute is indicating that the AISP is in favour to get all transactions after\nthe transaction with identification entryReferenceFrom alternatively to the above defined period.\nThis is a implementation of a delta access.\nIf this data element is contained, the entries \"dateFrom\" and \"dateTo\" might be ignored by the ASPSP\nif a delta report is supported.\n\nOptional if supported by API provider.\n","in":"query","name":"entryReferenceFrom","required":false,"schema":{"type":"string"}},"paymentId":{"description":"Resource identification of the generated payment initiation resource.","in":"path","name":"paymentId","required":true,"schema":{"$ref":"#/components/schemas/paymentId"}},"paymentProduct":{"description":"The addressed payment product endpoint, e.g. for SEPA Credit Transfers (SCT).\nThe ASPSP will publish which of the payment products/endpoints will be supported.\n\nThe following payment products are supported:\n  - domestic-swiss-credit-transfers-isr\n  - domestic-swiss-credit-transfers\n  - domestic-swiss-credit-transfers-qr\n  - domestic-swiss-foreign-credit-transfers\n  - swiss-sepa-credit-transfers\n  - swiss-cross-border-credit-transfers\n  - pain.001-sepa-credit-transfers\n  - pain.001-cross-border-credit-transfers\n  - pain.001-swiss-six-credit-transfers\n\n**Remark:** For all SEPA Credit Transfer based endpoints which accept XML encoding,\nthe XML pain.001 schemes provided by EPC are supported by the ASPSP as a minimum for the body content.\nFurther XML schemes might be supported by some communities.\n\n**Remark:** For cross-border and TARGET-2 payments only community wide pain.001 schemes do exist.\nThere are plenty of country specificic scheme variants.\n","in":"path","name":"payment-product","required":true,"schema":{"enum":["domestic-swiss-credit-transfers-isr","domestic-swiss-credit-transfers","domestic-swiss-credit-transfers-qr","domestic-swiss-foreign-credit-transfers","swiss-sepa-credit-transfers","swiss-cross-border-credit-transfers","pain.001-sepa-credit-transfers","pain.001-cross-border-credit-transfers","pain.001-swiss-six-credit-transfers"],"type":"string"}},"paymentService":{"description":"Payment service:\n\nPossible values are:\n* payments\n* bulk-payments\n* periodic-payments\n","in":"path","name":"payment-service","required":true,"schema":{"enum":["payments","bulk-payments","periodic-payments"],"type":"string"}},"transactionId":{"description":"This identification is given by the attribute transactionId of the corresponding entry of a transaction list.\n","in":"path","name":"transactionId","required":true,"schema":{"$ref":"#/components/schemas/transactionId"}},"withBalanceQuery":{"description":"If contained, this function reads the list of accessible payment accounts including the booking balance,\nif granted by the PSU in the related consent and available by the ASPSP.\nThis parameter might be ignored by the ASPSP.\n","in":"query","name":"withBalance","required":false,"schema":{"type":"boolean"}}},"requestBodies":{"confirmationOfFunds":{"content":{"application/json":{"examples":{"Example":{"$ref":"#/components/examples/confirmationOfFundsExample"}},"schema":{"$ref":"#/components/schemas/confirmationOfFunds"}}},"description":"Request body for a confirmation of funds request.\n","required":true},"consents":{"content":{"application/json":{"examples":{"Consent Request on Account List or without Indication of dedicated Accounts":{"$ref":"#/components/examples/consentsExample_without_Accounts"},"Consent Request on Dedicated Accounts":{"$ref":"#/components/examples/consentsExample_DedicatedAccounts"},"Consent on Account List of Available Accounts":{"$ref":"#/components/examples/consentsExample_AccountList"}},"schema":{"$ref":"#/components/schemas/consents"}}},"description":"Request body for a consents request.\n"},"paymentInitiation":{"content":{"application/json":{"examples":{"Example 10: 'payments' - 'paymentInitiation_swiss-cross-border-credit-transfers_json_1'":{"$ref":"#/components/examples/paymentInitiation_swiss-cross-border-credit-transfers_json_1"},"Example 11: 'payments' - 'paymentInitiation_swiss-cross-border-credit-transfers_json_2'":{"$ref":"#/components/examples/paymentInitiation_swiss-cross-border-credit-transfers_json_2"},"Example 12 (generic NextGenPSD2): 'periodic-payments' - 'sepa-credit-transfers'":{"$ref":"#/components/examples/paymentInitiationSctBody_periodic-payments_json"},"Example 13 (generic NextGenPSD2): 'bulk-payments' - 'sepa-credit-transfers'":{"$ref":"#/components/examples/paymentInitiationSctBody_bulk-payments_json"},"Example 1: 'payments' - 'paymentInitiation_domestic-swiss-credit-transfers-isr_json_1'":{"$ref":"#/components/examples/paymentInitiation_domestic-swiss-credit-transfers-isr_json_1"},"Example 2: 'payments' - 'paymentInitiation_domestic-swiss-credit-transfers-isr_json_2'":{"$ref":"#/components/examples/paymentInitiation_domestic-swiss-credit-transfers-isr_json_2"},"Example 3: 'payments' - 'paymentInitiation_domestic-swiss-credit-transfers_json_1'":{"$ref":"#/components/examples/paymentInitiation_domestic-swiss-credit-transfers_json_1"},"Example 4: 'payments' - 'paymentInitiation_domestic-swiss-credit-transfers_json_2'":{"$ref":"#/components/examples/paymentInitiation_domestic-swiss-credit-transfers_json_2"},"Example 5: 'payments' - 'paymentInitiation_domestic-swiss-credit-transfers-qr_json_1'":{"$ref":"#/components/examples/paymentInitiation_domestic-swiss-credit-transfers-qr_json_1"},"Example 6: 'payments' - 'paymentInitiation_domestic-swiss-foreign-credit-transfers_json_1'":{"$ref":"#/components/examples/paymentInitiation_domestic-swiss-foreign-credit-transfers_json_1"},"Example 7: 'payments' - 'paymentInitiation_domestic-swiss-foreign-credit-transfers_json_2'":{"$ref":"#/components/examples/paymentInitiation_domestic-swiss-foreign-credit-transfers_json_2"},"Example 8: 'payments' - 'paymentInitiation_swiss-sepa-credit-transfers_json_1'":{"$ref":"#/components/examples/paymentInitiation_swiss-sepa-credit-transfers_json_1"},"Example 9: 'payments' - 'paymentInitiation_swiss-sepa-credit-transfers_json_2'":{"$ref":"#/components/examples/paymentInitiation_swiss-sepa-credit-transfers_json_2"}},"schema":{"oneOf":[{"$ref":"#/components/schemas/paymentInitiation_json"},{"$ref":"#/components/schemas/periodicPaymentInitiation_json"},{"$ref":"#/components/schemas/bulkPaymentInitiation_json"}]}},"application/xml":{"examples":{"Example 1: 'payments' - 'pain.001-sepa-credit-transfers'":{"$ref":"#/components/examples/pain.001.001_SCT_singleTransaction"}},"schema":{"oneOf":[{"$ref":"#/components/schemas/paymentInitiationSct_pain.001"},{"$ref":"#/components/schemas/paymentInitiationSctInst_pain.001"},{"$ref":"#/components/schemas/paymentInitiationTarget2_pain.001"},{"$ref":"#/components/schemas/paymentInitiationCrossBorder_pain.001"},{"$ref":"#/components/schemas/paymentInitiationSwissSix_pain.001"}]}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/periodicPaymentInitiationMultipartBody"}}},"description":"JSON request body for a payment inition request message.\n\nThere are the following payment-products supported:\n  * \"domestic-swiss-credit-transfers-isr\"\n  * \"domestic-swiss-credit-transfers\"\n  * \"domestic-swiss-credit-transfers-qr\"\n  * \"domestic-swiss-foreign-credit-transfers\"\n  * \"swiss-sepa-credit-transfers\" with JSON-Body\n  * \"swiss-cross-border-credit-transfers\" with JSON-Body\n  * \"pain.001-sepa-credit-transfers\" with XML pain.001.001.03 body for SCT scheme\n    Only country specific schemes are currently available\n  * \"pain.001-cross-border-credit-transfers\" with pain.001 body.\n    Only country specific schemes are currently available\n  * \"pain.001-swiss-six-credit-transfers\"\n\nThere are the following payment-services supported:\n  * \"payments\"\n  * \"periodic-payments\"\n  * \"bulk-paments\"\n\nAll optional, conditional and predefined but not yet used fields are defined.\n","required":true},"signingBasket":{"content":{"application/json":{"examples":{"Example":{"$ref":"#/components/examples/signingBasketExample"}},"schema":{"$ref":"#/components/schemas/signingBasket"}}},"description":"Request body for a confirmation of an establishing signing basket request.\n"}},"responses":{"BAD_REQUEST_400_AIS":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error400_NG_AIS"}},"application/problem+json":{"schema":{"$ref":"#/components/schemas/Error400_AIS"}}},"description":"Bad Request","headers":{"Location":{"$ref":"#/components/headers/Location"},"X-Request-ID":{"$ref":"#/components/headers/X-Request-ID"}}},"BAD_REQUEST_400_PIIS":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error400_NG_AIS"}},"application/problem+json":{"schema":{"$ref":"#/components/schemas/Error400_AIS"}}},"description":"Bad Request","headers":{"Location":{"$ref":"#/components/headers/Location"},"X-Request-ID":{"$ref":"#/components/headers/X-Request-ID"}}},"BAD_REQUEST_400_PIS":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error400_NG_PIS"}},"application/problem+json":{"schema":{"$ref":"#/components/schemas/Error400_PIS"}}},"description":"Bad Request","headers":{"Location":{"$ref":"#/components/headers/Location"},"X-Request-ID":{"$ref":"#/components/headers/X-Request-ID"}}},"BAD_REQUEST_400_SBS":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error400_NG_SBS"}},"application/problem+json":{"schema":{"$ref":"#/components/schemas/Error400_SBS"}}},"description":"Bad Request","headers":{"Location":{"$ref":"#/components/headers/Location"},"X-Request-ID":{"$ref":"#/components/headers/X-Request-ID"}}},"CONFLICT_409_AIS":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error409_NG_AIS"}},"application/problem+json":{"schema":{"$ref":"#/components/schemas/Error409_AIS"}}},"description":"Conflict","headers":{"Location":{"$ref":"#/components/headers/Location"},"X-Request-ID":{"$ref":"#/components/headers/X-Request-ID"}}},"CONFLICT_409_PIIS":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error409_NG_PIIS"}},"application/problem+json":{"schema":{"$ref":"#/components/schemas/Error409_PIIS"}}},"description":"Conflict","headers":{"Location":{"$ref":"#/components/headers/Location"},"X-Request-ID":{"$ref":"#/components/headers/X-Request-ID"}}},"CONFLICT_409_PIS":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error409_NG_PIS"}},"application/problem+json":{"schema":{"$ref":"#/components/schemas/Error409_PIS"}}},"description":"Conflict","headers":{"Location":{"$ref":"#/components/headers/Location"},"X-Request-ID":{"$ref":"#/components/headers/X-Request-ID"}}},"CONFLICT_409_SBS":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error409_NG_SBS"}},"application/problem+json":{"schema":{"$ref":"#/components/schemas/Error409_SBS"}}},"description":"Conflict","headers":{"Location":{"$ref":"#/components/headers/Location"},"X-Request-ID":{"$ref":"#/components/headers/X-Request-ID"}}},"CREATED_201_Consents":{"content":{"application/json":{"examples":{"Response in case of a redirect":{"$ref":"#/components/examples/consentResponseExample1a_Redirect"},"Response in case of a redirect with a dedicated start of the authorisation process":{"$ref":"#/components/examples/consentResponseExample1b_Redirect"},"Response in case of the OAuth2 approach with an implicit generated authorisation resource":{"$ref":"#/components/examples/consentResponseExample2_OAuth2"},"Response in case of the decoupled approach":{"$ref":"#/components/examples/consentResponseExample3_Decoupled"},"Response in case of the embedded approach":{"$ref":"#/components/examples/consentResponseExample4_Embedded"}},"schema":{"$ref":"#/components/schemas/consentsResponse-201"}}},"description":"Created","headers":{"ASPSP-Notification-Content":{"$ref":"#/components/headers/ASPSP-Notification-Content"},"ASPSP-Notification-Support":{"$ref":"#/components/headers/ASPSP-Notification-Support"},"ASPSP-SCA-Approach":{"$ref":"#/components/headers/ASPSP-SCA-Approach"},"Location":{"$ref":"#/components/headers/Location"},"X-Request-ID":{"$ref":"#/components/headers/X-Request-ID"}}},"CREATED_201_PaymentInitiation":{"content":{"application/json":{"examples":{"Response in case of a redirect where an explicit authorisation start is needed":{"$ref":"#/components/examples/paymentInitiationExample_json__RedirectExplicitAuthorisation"},"Response in case of a redirect with an implicitly created authorisation sub-resource":{"$ref":"#/components/examples/paymentInitiationExample_json_Redirect"},"Response in case of an OAuth2 SCA approach approach with implicitly creating an authorisation sub-resource":{"$ref":"#/components/examples/paymentInitiationExample_json_OAuth2"},"Response in case of the decoupled approach with explicit start of authorisation needed (will be done with the update PSU identification function)":{"$ref":"#/components/examples/paymentInitiationExample_json_Decoupled"},"Response in case of the embedded approach with explicit start of authorisation":{"$ref":"#/components/examples/paymentInitiationExample_json_Embedded"}},"schema":{"$ref":"#/components/schemas/paymentInitationRequestResponse-201"}}},"description":"CREATED","headers":{"ASPSP-Notification-Content":{"$ref":"#/components/headers/ASPSP-Notification-Content"},"ASPSP-Notification-Support":{"$ref":"#/components/headers/ASPSP-Notification-Support"},"ASPSP-SCA-Approach":{"$ref":"#/components/headers/ASPSP-SCA-Approach"},"Location":{"$ref":"#/components/headers/Location"},"X-Request-ID":{"$ref":"#/components/headers/X-Request-ID"}}},"CREATED_201_SigningBasket":{"content":{"application/json":{"examples":{"Response (always with explicit authorization start)":{"$ref":"#/components/examples/createSigningBasketResponseExample1"}},"schema":{"$ref":"#/components/schemas/signingBasketResponse-201"}}},"description":"Created","headers":{"ASPSP-Notification-Content":{"$ref":"#/components/headers/ASPSP-Notification-Content"},"ASPSP-Notification-Support":{"$ref":"#/components/headers/ASPSP-Notification-Support"},"ASPSP-SCA-Approach":{"$ref":"#/components/headers/ASPSP-SCA-Approach"},"Location":{"$ref":"#/components/headers/Location"},"X-Request-ID":{"$ref":"#/components/headers/X-Request-ID"}}},"CREATED_201_StartScaProcess":{"content":{"application/json":{"examples":{"Example 1: payments - Decoupled Approach":{"$ref":"#/components/examples/startScaProcessResponseExample1"}},"schema":{"$ref":"#/components/schemas/startScaprocessResponse"}}},"description":"Created","headers":{"ASPSP-SCA-Approach":{"$ref":"#/components/headers/ASPSP-SCA-Approach"},"X-Request-ID":{"$ref":"#/components/headers/X-Request-ID"}}},"FORBIDDEN_403_AIS":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error403_NG_AIS"}},"application/problem+json":{"schema":{"$ref":"#/components/schemas/Error403_AIS"}}},"description":"Forbidden","headers":{"Location":{"$ref":"#/components/headers/Location"},"X-Request-ID":{"$ref":"#/components/headers/X-Request-ID"}}},"FORBIDDEN_403_PIIS":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error403_NG_PIIS"}},"application/problem+json":{"schema":{"$ref":"#/components/schemas/Error403_PIIS"}}},"description":"Forbidden","headers":{"Location":{"$ref":"#/components/headers/Location"},"X-Request-ID":{"$ref":"#/components/headers/X-Request-ID"}}},"FORBIDDEN_403_PIS":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error403_NG_PIS"}},"application/problem+json":{"schema":{"$ref":"#/components/schemas/Error403_PIS"}}},"description":"Forbidden","headers":{"Location":{"$ref":"#/components/headers/Location"},"X-Request-ID":{"$ref":"#/components/headers/X-Request-ID"}}},"FORBIDDEN_403_SBS":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error403_NG_SBS"}},"application/problem+json":{"schema":{"$ref":"#/components/schemas/Error403_SBS"}}},"description":"Forbidden","headers":{"Location":{"$ref":"#/components/headers/Location"},"X-Request-ID":{"$ref":"#/components/headers/X-Request-ID"}}},"INTERNAL_SERVER_ERROR_500_AIS":{"description":"Internal Server Error","headers":{"Location":{"$ref":"#/components/headers/Location"},"X-Request-ID":{"$ref":"#/components/headers/X-Request-ID"}}},"INTERNAL_SERVER_ERROR_500_PIIS":{"description":"Internal Server Error","headers":{"Location":{"$ref":"#/components/headers/Location"},"X-Request-ID":{"$ref":"#/components/headers/X-Request-ID"}}},"INTERNAL_SERVER_ERROR_500_PIS":{"description":"Internal Server Error","headers":{"Location":{"$ref":"#/components/headers/Location"},"X-Request-ID":{"$ref":"#/components/headers/X-Request-ID"}}},"INTERNAL_SERVER_ERROR_500_SBS":{"description":"Internal Server Error","headers":{"Location":{"$ref":"#/components/headers/Location"},"X-Request-ID":{"$ref":"#/components/headers/X-Request-ID"}}},"METHOD_NOT_ALLOWED_405_AIS":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error405_NG_AIS"}},"application/problem+json":{"schema":{"$ref":"#/components/schemas/Error405_AIS"}}},"description":"Method Not Allowed","headers":{"Location":{"$ref":"#/components/headers/Location"},"X-Request-ID":{"$ref":"#/components/headers/X-Request-ID"}}},"METHOD_NOT_ALLOWED_405_PIIS":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error405_NG_PIIS"}},"application/problem+json":{"schema":{"$ref":"#/components/schemas/Error405_PIIS"}}},"description":"Method Not Allowed","headers":{"Location":{"$ref":"#/components/headers/Location"},"X-Request-ID":{"$ref":"#/components/headers/X-Request-ID"}}},"METHOD_NOT_ALLOWED_405_PIS":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error405_NG_PIS"}},"application/problem+json":{"schema":{"$ref":"#/components/schemas/Error405_PIS"}}},"description":"Method Not Allowed","headers":{"Location":{"$ref":"#/components/headers/Location"},"X-Request-ID":{"$ref":"#/components/headers/X-Request-ID"}}},"METHOD_NOT_ALLOWED_405_PIS_CANC":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error405_NG_PIS_CANC"}},"application/problem+json":{"schema":{"$ref":"#/components/schemas/Error405_PIS_CANC"}}},"description":"Method Not Allowed","headers":{"Location":{"$ref":"#/components/headers/Location"},"X-Request-ID":{"$ref":"#/components/headers/X-Request-ID"}}},"METHOD_NOT_ALLOWED_405_SBS":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error405_NG_SBS"}},"application/problem+json":{"schema":{"$ref":"#/components/schemas/Error405_SBS"}}},"description":"Method Not Allowed","headers":{"Location":{"$ref":"#/components/headers/Location"},"X-Request-ID":{"$ref":"#/components/headers/X-Request-ID"}}},"NOT_ACCEPTABLE_406_AIS":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error406_NG_AIS"}},"application/problem+json":{"schema":{"$ref":"#/components/schemas/Error406_AIS"}}},"description":"Not Acceptable","headers":{"Location":{"$ref":"#/components/headers/Location"},"X-Request-ID":{"$ref":"#/components/headers/X-Request-ID"}}},"NOT_ACCEPTABLE_406_PIIS":{"description":"Not Acceptable","headers":{"Location":{"$ref":"#/components/headers/Location"},"X-Request-ID":{"$ref":"#/components/headers/X-Request-ID"}}},"NOT_ACCEPTABLE_406_PIS":{"description":"Not Acceptable","headers":{"Location":{"$ref":"#/components/headers/Location"},"X-Request-ID":{"$ref":"#/components/headers/X-Request-ID"}}},"NOT_ACCEPTABLE_406_SBS":{"description":"Not Acceptable","headers":{"Location":{"$ref":"#/components/headers/Location"},"X-Request-ID":{"$ref":"#/components/headers/X-Request-ID"}}},"NOT_FOUND_404_AIS":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error404_NG_AIS"}},"application/problem+json":{"schema":{"$ref":"#/components/schemas/Error404_AIS"}}},"description":"Not found","headers":{"Location":{"$ref":"#/components/headers/Location"},"X-Request-ID":{"$ref":"#/components/headers/X-Request-ID"}}},"NOT_FOUND_404_PIIS":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error404_NG_PIIS"}},"application/problem+json":{"schema":{"$ref":"#/components/schemas/Error404_PIIS"}}},"description":"Not found","headers":{"Location":{"$ref":"#/components/headers/Location"},"X-Request-ID":{"$ref":"#/components/headers/X-Request-ID"}}},"NOT_FOUND_404_PIS":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error404_NG_PIS"}},"application/problem+json":{"schema":{"$ref":"#/components/schemas/Error404_PIS"}}},"description":"Not found","headers":{"Location":{"$ref":"#/components/headers/Location"},"X-Request-ID":{"$ref":"#/components/headers/X-Request-ID"}}},"NOT_FOUND_404_SBS":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error404_NG_SBS"}},"application/problem+json":{"schema":{"$ref":"#/components/schemas/Error404_SBS"}}},"description":"Not found","headers":{"Location":{"$ref":"#/components/headers/Location"},"X-Request-ID":{"$ref":"#/components/headers/X-Request-ID"}}},"NO_CONTENT_204_Consents":{"description":"No Content","headers":{"X-Request-ID":{"$ref":"#/components/headers/X-Request-ID"}}},"NO_CONTENT_204_PaymentInitiationCancel":{"description":"No Content","headers":{"X-Request-ID":{"$ref":"#/components/headers/X-Request-ID"}}},"NO_CONTENT_204_SigningBasket":{"description":"No Content","headers":{"X-Request-ID":{"$ref":"#/components/headers/X-Request-ID"}}},"OK_200_AccountDetails":{"content":{"application/json":{"examples":{"Multicurrency Account":{"$ref":"#/components/examples/accountDetailsMulticurrencyAccount"},"Regular Account":{"$ref":"#/components/examples/accountDetailsRegularAccount"}},"schema":{"properties":{"account":{"$ref":"#/components/schemas/accountDetails"}},"required":["account"],"type":"object"}}},"description":"OK","headers":{"X-Request-ID":{"$ref":"#/components/headers/X-Request-ID"}}},"OK_200_AccountList":{"content":{"application/json":{"examples":{"Example 1":{"$ref":"#/components/examples/accountListExample1"},"Example 2":{"$ref":"#/components/examples/accountListExample2"},"Example 3":{"$ref":"#/components/examples/accountListExample3"}},"schema":{"$ref":"#/components/schemas/accountList"}}},"description":"OK","headers":{"X-Request-ID":{"$ref":"#/components/headers/X-Request-ID"}}},"OK_200_AccountsTransactions":{"content":{"application/json":{"examples":{"Example 1":{"$ref":"#/components/examples/transactionsExample1_RegularAccount_json"},"Example 2":{"$ref":"#/components/examples/transactionsExample2_Download_json"},"Example 3":{"$ref":"#/components/examples/transactionsExample3_MulticurrencyAccount_json"},"Swiss Example":{"$ref":"#/components/examples/transactionsExampleCH_MulticurrencyAccount_json"}},"schema":{"$ref":"#/components/schemas/transactionsResponse-200_json"}},"application/xml":{"examples":{"Example camt.053":{"$ref":"#/components/examples/camt.053_simple_xml"}},"schema":{"description":"Body of the XML response for a successful read transaction list request.\nThe body has the structure of a either a camt.052 or camt.053 message.\nThe camt.052 may include pending payments which are not yet finally booked. The ASPSP will decide on the format due to the chosen parameters, specifically on the chosen dates relative to the time of the request. In addition the ASPSP might offer camt.054x structure e.g. in a corporate setting.","oneOf":[{"$ref":"#/components/schemas/camt.052"},{"$ref":"#/components/schemas/camt.053"},{"$ref":"#/components/schemas/camt.054"}]}},"text/plain":{"schema":{"description":"Body of the Text response for a successful read transaction list request.\nThe body has the structure of a MT94x message.\nThe response body consists of an MT940 or MT942 format in a text structure. The MT942 may include pending payments which are not yet finally booked. The ASPSP will decide on the format due to the chosen parameters, specifically on the chosen dates relative to the time of the request.","oneOf":[{"$ref":"#/components/schemas/mt940"},{"$ref":"#/components/schemas/mt942"}]}}},"description":"OK","headers":{"X-Request-ID":{"$ref":"#/components/headers/X-Request-ID"}}},"OK_200_Authorisations":{"content":{"application/json":{"examples":{"Example":{"$ref":"#/components/examples/authorisationListExample"}},"schema":{"$ref":"#/components/schemas/authorisations"}}},"description":"OK","headers":{"X-Request-ID":{"$ref":"#/components/headers/X-Request-ID"}}},"OK_200_Balances":{"content":{"application/json":{"examples":{"Example 1: Regular Account":{"$ref":"#/components/examples/balancesExample1_RegularAccount"},"Example 2: Multicurrency Account":{"$ref":"#/components/examples/balancesExample2_MulticurrencyAcount"},"Example 3:":{"$ref":"#/components/examples/balancesExample3_RegularAccount"}},"schema":{"$ref":"#/components/schemas/readAccountBalanceResponse-200"}}},"description":"OK","headers":{"X-Request-ID":{"$ref":"#/components/headers/X-Request-ID"}}},"OK_200_CardAccountBalances":{"content":{"application/json":{"examples":{"Example:":{"$ref":"#/components/examples/balancesExample_CardAccount"}},"schema":{"$ref":"#/components/schemas/readCardAccountBalanceResponse-200"}}},"description":"OK","headers":{"X-Request-ID":{"$ref":"#/components/headers/X-Request-ID"}}},"OK_200_CardAccountDetails":{"content":{"application/json":{"examples":{"Card Account":{"$ref":"#/components/examples/cardAccountDetailsExample"}},"schema":{"properties":{"cardAccount":{"$ref":"#/components/schemas/cardAccountDetails"}},"required":["cardAccount"],"type":"object"}}},"description":"OK","headers":{"X-Request-ID":{"$ref":"#/components/headers/X-Request-ID"}}},"OK_200_CardAccountList":{"content":{"application/json":{"examples":{"Example 1":{"$ref":"#/components/examples/cardAccountListExample1"}},"schema":{"$ref":"#/components/schemas/cardAccountList"}}},"description":"OK","headers":{"X-Request-ID":{"$ref":"#/components/headers/X-Request-ID"}}},"OK_200_CardAccountsTransactions":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cardAccountsTransactionsResponse200"}}},"description":"OK","headers":{"X-Request-ID":{"$ref":"#/components/headers/X-Request-ID"}}},"OK_200_ConfirmationOfFunds":{"content":{"application/json":{"examples":{"Example":{"$ref":"#/components/examples/confirmationOfFundsResponseExample"}},"schema":{"description":"Equals \"true\" if sufficient funds are available at the time of the request,\n\"false\" otherwise.\n","properties":{"fundsAvailable":{"$ref":"#/components/schemas/fundsAvailable"}},"required":["fundsAvailable"],"type":"object"}}},"description":"OK","headers":{"Location":{"$ref":"#/components/headers/Location"},"X-Request-ID":{"$ref":"#/components/headers/X-Request-ID"}}},"OK_200_ConsentInformation":{"content":{"application/json":{"examples":{"Example":{"$ref":"#/components/examples/consentsInformationResponseExample"}},"schema":{"$ref":"#/components/schemas/consentInformationResponse-200_json"}}},"description":"OK","headers":{"X-Request-ID":{"$ref":"#/components/headers/X-Request-ID"}}},"OK_200_ConsentStatus":{"content":{"application/json":{"examples":{"Example":{"$ref":"#/components/examples/consentStatusResponseExample1"}},"schema":{"$ref":"#/components/schemas/consentStatusResponse-200"}}},"description":"OK","headers":{"X-Request-ID":{"$ref":"#/components/headers/X-Request-ID"}}},"OK_200_GetSigningBasket":{"content":{"application/json":{"examples":{"Example":{"$ref":"#/components/examples/getSigningBasketResponseExample1"}},"schema":{"$ref":"#/components/schemas/signingBasketResponse-200"}}},"description":"OK","headers":{"X-Request-ID":{"$ref":"#/components/headers/X-Request-ID"}}},"OK_200_PaymentInitiationInformation":{"content":{"application/json":{"schema":{"oneOf":[{"$ref":"#/components/schemas/paymentInitiationWithStatusResponse"},{"$ref":"#/components/schemas/periodicPaymentInitiationWithStatusResponse"},{"$ref":"#/components/schemas/bulkPaymentInitiationWithStatusResponse"}]}},"application/xml":{"examples":{"Example 1: 'payments' - 'pain.001-sepa-credit-transfers'":{"$ref":"#/components/examples/pain.001.001_SCT_singleTransaction"}},"schema":{"oneOf":[{"$ref":"#/components/schemas/paymentInitiationSct_pain.001"},{"$ref":"#/components/schemas/paymentInitiationSctInst_pain.001"},{"$ref":"#/components/schemas/paymentInitiationTarget2_pain.001"},{"$ref":"#/components/schemas/paymentInitiationCrossBorder_pain.001"},{"$ref":"#/components/schemas/paymentInitiationSwissSix_pain.001"}]}},"multipart/form-data":{"schema":{"$ref":"#/components/schemas/periodicPaymentInitiationMultipartBody"}}},"description":"OK","headers":{"X-Request-ID":{"$ref":"#/components/headers/X-Request-ID"}}},"OK_200_PaymentInitiationStatus":{"content":{"application/json":{"examples":{"extended":{"$ref":"#/components/examples/paymentInitiationStatusResponse_json_Extended"},"simple":{"$ref":"#/components/examples/paymentInitiationStatusResponse_json_Simple"}},"schema":{"$ref":"#/components/schemas/paymentInitiationStatusResponse-200_json"}},"application/xml":{"examples":{"Payment Initiation Status Response Body XML for SCT":{"$ref":"#/components/examples/pain.002.001_SCT_singleTransaction"}},"schema":{"$ref":"#/components/schemas/paymentInitiationStatusResponse-200_xml"}}},"description":"OK","headers":{"X-Request-ID":{"$ref":"#/components/headers/X-Request-ID"}}},"OK_200_ScaStatus":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/scaStatusResponse"}}},"description":"OK","headers":{"X-Request-ID":{"$ref":"#/components/headers/X-Request-ID"}}},"OK_200_SigningBasketStatus":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/signingBasketStatusResponse-200"}}},"description":"OK","headers":{"X-Request-ID":{"$ref":"#/components/headers/X-Request-ID"}}},"OK_200_TransactionDetails":{"content":{"application/json":{"examples":{"Example 1: Regular Account":{"$ref":"#/components/examples/transactionDetailsExample"}},"schema":{"properties":{"transactionsDetails":{"$ref":"#/components/schemas/transactionDetailsBody"}},"required":["transactionsDetails"],"type":"object"}}},"description":"OK","headers":{"X-Request-ID":{"$ref":"#/components/headers/X-Request-ID"}}},"OK_200_UpdatePsuData":{"content":{"application/json":{"examples":{"Authorisation confirmation":{"$ref":"#/components/examples/authorisationConfirmationResponseExample"},"Select PSU authentication - payment initiation method (Embedded Approach)":{"$ref":"#/components/examples/selectPsuAuthenticationMethodResponseExample_Embedded_payments"},"Transaction authorisation (Embedded Approach)":{"$ref":"#/components/examples/transactionAuthorisationResponseExample"},"Update PSU authentication - payment pnitiation (Embedded Approach)":{"$ref":"#/components/examples/updatePsuAuthenticationResponseExample_Embedded_payments"},"Update PSU identification - payment pnitiation (Decoupled Approach)":{"$ref":"#/components/examples/updatePsuIdentificationResponseExample_Decoupled_payments"}},"schema":{"oneOf":[{"$ref":"#/components/schemas/updatePsuIdenticationResponse"},{"$ref":"#/components/schemas/updatePsuAuthenticationResponse"},{"$ref":"#/components/schemas/selectPsuAuthenticationMethodResponse"},{"$ref":"#/components/schemas/scaStatusResponse"},{"$ref":"#/components/schemas/authorisationConfirmationResponse"}]}}},"description":"OK","headers":{"ASPSP-SCA-Approach":{"$ref":"#/components/headers/ASPSP-SCA-Approach"},"X-Request-ID":{"$ref":"#/components/headers/X-Request-ID"}}},"RECEIVED_202_PaymentInitiationCancel":{"content":{"application/json":{"examples":{"Example":{"$ref":"#/components/examples/paymentInitiationCancelResponse-202"}},"schema":{"$ref":"#/components/schemas/paymentInitiationCancelResponse-202"}}},"description":"Received","headers":{"X-Request-ID":{"$ref":"#/components/headers/X-Request-ID"}}},"REQUEST_TIMEOUT_408_AIS":{"description":"Request Timeout","headers":{"Location":{"$ref":"#/components/headers/Location"},"X-Request-ID":{"$ref":"#/components/headers/X-Request-ID"}}},"REQUEST_TIMEOUT_408_PIIS":{"description":"Request Timeout","headers":{"Location":{"$ref":"#/components/headers/Location"},"X-Request-ID":{"$ref":"#/components/headers/X-Request-ID"}}},"REQUEST_TIMEOUT_408_PIS":{"description":"Request Timeout","headers":{"Location":{"$ref":"#/components/headers/Location"},"X-Request-ID":{"$ref":"#/components/headers/X-Request-ID"}}},"REQUEST_TIMEOUT_408_SBS":{"description":"Request Timeout","headers":{"Location":{"$ref":"#/components/headers/Location"},"X-Request-ID":{"$ref":"#/components/headers/X-Request-ID"}}},"SERVICE_UNAVAILABLE_503_AIS":{"description":"Service Unavailable","headers":{"Location":{"$ref":"#/components/headers/Location"},"X-Request-ID":{"$ref":"#/components/headers/X-Request-ID"}}},"SERVICE_UNAVAILABLE_503_PIIS":{"description":"Service Unavailable","headers":{"Location":{"$ref":"#/components/headers/Location"},"X-Request-ID":{"$ref":"#/components/headers/X-Request-ID"}}},"SERVICE_UNAVAILABLE_503_PIS":{"description":"Service Unavailable","headers":{"Location":{"$ref":"#/components/headers/Location"},"X-Request-ID":{"$ref":"#/components/headers/X-Request-ID"}}},"SERVICE_UNAVAILABLE_503_SBS":{"description":"Service Unavailable","headers":{"Location":{"$ref":"#/components/headers/Location"},"X-Request-ID":{"$ref":"#/components/headers/X-Request-ID"}}},"TOO_MANY_REQUESTS_429_AIS":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error429_NG_AIS"}},"application/problem+json":{"schema":{"$ref":"#/components/schemas/Error429_AIS"}}},"description":"Too Many Requests","headers":{"Location":{"$ref":"#/components/headers/Location"},"X-Request-ID":{"$ref":"#/components/headers/X-Request-ID"}}},"TOO_MANY_REQUESTS_429_PIIS":{"description":"Too Many Requests","headers":{"Location":{"$ref":"#/components/headers/Location"},"X-Request-ID":{"$ref":"#/components/headers/X-Request-ID"}}},"TOO_MANY_REQUESTS_429_PIS":{"description":"Too Many Requests","headers":{"Location":{"$ref":"#/components/headers/Location"},"X-Request-ID":{"$ref":"#/components/headers/X-Request-ID"}}},"TOO_MANY_REQUESTS_429_SBS":{"description":"Too Many Requests","headers":{"Location":{"$ref":"#/components/headers/Location"},"X-Request-ID":{"$ref":"#/components/headers/X-Request-ID"}}},"UNAUTHORIZED_401_AIS":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error401_NG_AIS"}},"application/problem+json":{"schema":{"$ref":"#/components/schemas/Error401_AIS"}}},"description":"Unauthorized","headers":{"Location":{"$ref":"#/components/headers/Location"},"X-Request-ID":{"$ref":"#/components/headers/X-Request-ID"}}},"UNAUTHORIZED_401_PIIS":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error401_NG_PIIS"}},"application/problem+json":{"schema":{"$ref":"#/components/schemas/Error401_PIIS"}}},"description":"Unauthorized","headers":{"Location":{"$ref":"#/components/headers/Location"},"X-Request-ID":{"$ref":"#/components/headers/X-Request-ID"}}},"UNAUTHORIZED_401_PIS":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error401_NG_PIS"}},"application/problem+json":{"schema":{"$ref":"#/components/schemas/Error401_PIS"}}},"description":"Unauthorized","headers":{"Location":{"$ref":"#/components/headers/Location"},"X-Request-ID":{"$ref":"#/components/headers/X-Request-ID"}}},"UNAUTHORIZED_401_SBS":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error401_NG_SBS"}},"application/problem+json":{"schema":{"$ref":"#/components/schemas/Error401_SBS"}}},"description":"Unauthorized","headers":{"Location":{"$ref":"#/components/headers/Location"},"X-Request-ID":{"$ref":"#/components/headers/X-Request-ID"}}},"UNSUPPORTED_MEDIA_TYPE_415_AIS":{"description":"Unsupported Media Type","headers":{"Location":{"$ref":"#/components/headers/Location"},"X-Request-ID":{"$ref":"#/components/headers/X-Request-ID"}}},"UNSUPPORTED_MEDIA_TYPE_415_PIIS":{"description":"Unsupported Media Type","headers":{"Location":{"$ref":"#/components/headers/Location"},"X-Request-ID":{"$ref":"#/components/headers/X-Request-ID"}}},"UNSUPPORTED_MEDIA_TYPE_415_PIS":{"description":"Unsupported Media Type","headers":{"Location":{"$ref":"#/components/headers/Location"},"X-Request-ID":{"$ref":"#/components/headers/X-Request-ID"}}},"UNSUPPORTED_MEDIA_TYPE_415_SBS":{"description":"Unsupported Media Type","headers":{"Location":{"$ref":"#/components/headers/Location"},"X-Request-ID":{"$ref":"#/components/headers/X-Request-ID"}}}},"schemas":{"EntryDetailsElement":{"properties":{"checkId":{"description":"Identification of a Cheque.","maxLength":35,"type":"string"},"creditorAccount":{"$ref":"#/components/schemas/accountReference16-CH"},"creditorAgent":{"$ref":"#/components/schemas/bicfi"},"creditorId":{"$ref":"#/components/schemas/creditorId"},"creditorName":{"$ref":"#/components/schemas/creditorName"},"currencyExchange":{"$ref":"#/components/schemas/reportExchangeRateList"},"debtorAccount":{"$ref":"#/components/schemas/accountReference16-CH"},"debtorAgent":{"$ref":"#/components/schemas/bicfi"},"debtorName":{"$ref":"#/components/schemas/debtorName"},"endToEndId":{"description":"Unique end to end identity.","maxLength":35,"type":"string"},"mandateId":{"description":"Identification of Mandates, e.g. a SEPA Mandate ID.","maxLength":35,"type":"string"},"purposeCode":{"$ref":"#/components/schemas/purposeCode"},"remittanceInformationStructured":{"$ref":"#/components/schemas/remittanceInformationStructured"},"remittanceInformationStructuredArray":{"$ref":"#/components/schemas/remittanceInformationStructuredArray"},"remittanceInformationUnstructured":{"$ref":"#/components/schemas/remittanceInformationUnstructured"},"remittanceInformationUnstructuredArray":{"$ref":"#/components/schemas/remittanceInformationUnstructuredArray"},"transactionAmount":{"$ref":"#/components/schemas/amount"},"ultimateCreditor":{"$ref":"#/components/schemas/ultimateCreditor"},"ultimateDebtor":{"$ref":"#/components/schemas/ultimateDebtor"}},"required":["transactionAmount"],"type":"object"},"Error400_AIS":{"description":"Standardised definition of reporting error information according to [RFC7807]\nin case of a HTTP error code 400 for AIS.\n","properties":{"_links":{"$ref":"#/components/schemas/_linksAll"},"additionalErrors":{"description":"Array of Error Information Blocks.\n\nMight be used if more than one error is to be communicated\n","items":{"description":"This is a data element to support the declaration of additional errors in the context of [RFC7807].","properties":{"code":{"$ref":"#/components/schemas/MessageCode400_AIS"},"detail":{"$ref":"#/components/schemas/tppErrorDetail"},"title":{"$ref":"#/components/schemas/tppErrorTitle"}},"required":["code"],"type":"object"},"type":"array"},"code":{"$ref":"#/components/schemas/MessageCode400_AIS"},"detail":{"description":"Detailed human readable text specific to this instance of the error.\nXPath might be used to point to the issue generating the error in addition.\nRemark for Future: In future, a dedicated field might be introduced for the XPath.\n","maxLength":500,"type":"string"},"title":{"description":"Short human readable description of error type.\nCould be in local language.\nTo be provided by ASPSPs.\n","maxLength":70,"type":"string"},"type":{"description":"A URI reference [RFC3986] that identifies the problem type.\nRemark For Future: These URI will be provided by NextGen in future.\n","format":"uri","maxLength":70,"type":"string"}},"required":["type","code"],"type":"object"},"Error400_NG_AIS":{"description":"NextGen specific definition of reporting error information in case of a HTTP error code 400.\n","properties":{"_links":{"$ref":"#/components/schemas/_linksAll"},"tppMessages":{"items":{"$ref":"#/components/schemas/tppMessage400_AIS"},"type":"array"}},"type":"object"},"Error400_NG_PIIS":{"description":"NextGen specific definition of reporting error information in case of a HTTP error code 400.\n","properties":{"_links":{"$ref":"#/components/schemas/_linksAll"},"tppMessages":{"items":{"$ref":"#/components/schemas/tppMessage400_PIIS"},"type":"array"}},"type":"object"},"Error400_NG_PIS":{"description":"NextGen specific definition of reporting error information in case of a HTTP error code 400.\n","properties":{"_links":{"$ref":"#/components/schemas/_linksAll"},"tppMessages":{"items":{"$ref":"#/components/schemas/tppMessage400_PIS"},"type":"array"}},"type":"object"},"Error400_NG_SBS":{"description":"NextGen specific definition of reporting error information in case of a HTTP error code 400.\n","properties":{"_links":{"$ref":"#/components/schemas/_linksAll"},"tppMessages":{"items":{"$ref":"#/components/schemas/tppMessage400_SBS"},"type":"array"}},"type":"object"},"Error400_PIIS":{"description":"Standardised definition of reporting error information according to [RFC7807]\nin case of a HTTP error code 400 for PIIS.\n","properties":{"_links":{"$ref":"#/components/schemas/_linksAll"},"additionalErrors":{"description":"Array of Error Information Blocks.\n\nMight be used if more than one error is to be communicated\n","items":{"description":"This is a data element to support the declaration of additional errors in the context of [RFC7807].","properties":{"code":{"$ref":"#/components/schemas/MessageCode400_PIIS"},"detail":{"$ref":"#/components/schemas/tppErrorDetail"},"title":{"$ref":"#/components/schemas/tppErrorTitle"}},"required":["code"],"type":"object"},"type":"array"},"code":{"$ref":"#/components/schemas/MessageCode400_PIIS"},"detail":{"description":"Detailed human readable text specific to this instance of the error.\nXPath might be used to point to the issue generating the error in addition.\nRemark for Future: In future, a dedicated field might be introduced for the XPath.\n","maxLength":500,"type":"string"},"title":{"description":"Short human readable description of error type.\nCould be in local language.\nTo be provided by ASPSPs.\n","maxLength":70,"type":"string"},"type":{"description":"A URI reference [RFC3986] that identifies the problem type.\nRemark For Future: These URI will be provided by NextGen in future.\n","format":"uri","maxLength":70,"type":"string"}},"required":["type","code"],"type":"object"},"Error400_PIS":{"description":"Standardised definition of reporting error information according to [RFC7807]\nin case of a HTTP error code 400 for PIS.\n","properties":{"_links":{"$ref":"#/components/schemas/_linksAll"},"additionalErrors":{"description":"Array of Error Information Blocks.\n\nMight be used if more than one error is to be communicated\n","items":{"description":"This is a data element to support the declaration of additional errors in the context of [RFC7807].","properties":{"code":{"$ref":"#/components/schemas/MessageCode400_PIS"},"detail":{"$ref":"#/components/schemas/tppErrorDetail"},"title":{"$ref":"#/components/schemas/tppErrorTitle"}},"required":["code"],"type":"object"},"type":"array"},"code":{"$ref":"#/components/schemas/MessageCode400_PIS"},"detail":{"description":"Detailed human readable text specific to this instance of the error.\nXPath might be used to point to the issue generating the error in addition.\nRemark for Future: In future, a dedicated field might be introduced for the XPath.\n","maxLength":500,"type":"string"},"title":{"description":"Short human readable description of error type.\nCould be in local language.\nTo be provided by ASPSPs.\n","maxLength":70,"type":"string"},"type":{"description":"A URI reference [RFC3986] that identifies the problem type.\nRemark For Future: These URI will be provided by NextGen in future.\n","format":"uri","maxLength":70,"type":"string"}},"required":["type","code"],"type":"object"},"Error400_SBS":{"description":"Standardised definition of reporting error information according to [RFC7807]\nin case of a HTTP error code 400 for signing baskets.\n","properties":{"_links":{"$ref":"#/components/schemas/_linksAll"},"additionalErrors":{"description":"Array of Error Information Blocks.\n\nMight be used if more than one error is to be communicated\n","items":{"description":"This is a data element to support the declaration of additional errors in the context of [RFC7807].","properties":{"code":{"$ref":"#/components/schemas/MessageCode400_SBS"},"detail":{"$ref":"#/components/schemas/tppErrorDetail"},"title":{"$ref":"#/components/schemas/tppErrorTitle"}},"required":["code"],"type":"object"},"type":"array"},"code":{"$ref":"#/components/schemas/MessageCode400_SBS"},"detail":{"description":"Detailed human readable text specific to this instance of the error.\nXPath might be used to point to the issue generating the error in addition.\nRemark for Future: In future, a dedicated field might be introduced for the XPath.\n","maxLength":500,"type":"string"},"title":{"description":"Short human readable description of error type.\nCould be in local language.\nTo be provided by ASPSPs.\n","maxLength":70,"type":"string"},"type":{"description":"A URI reference [RFC3986] that identifies the problem type.\nRemark For Future: These URI will be provided by NextGen in future.\n","format":"uri","maxLength":70,"type":"string"}},"required":["type","code"],"type":"object"},"Error401_AIS":{"description":"Standardised definition of reporting error information according to [RFC7807]\nin case of a HTTP error code 401 for AIS.\n","properties":{"_links":{"$ref":"#/components/schemas/_linksAll"},"additionalErrors":{"description":"Array of Error Information Blocks.\n\nMight be used if more than one error is to be communicated\n","items":{"description":"This is a data element to support the declaration of additional errors in the context of [RFC7807].","properties":{"code":{"$ref":"#/components/schemas/MessageCode401_AIS"},"detail":{"$ref":"#/components/schemas/tppErrorDetail"},"title":{"$ref":"#/components/schemas/tppErrorTitle"}},"required":["code"],"type":"object"},"type":"array"},"code":{"$ref":"#/components/schemas/MessageCode401_AIS"},"detail":{"description":"Detailed human readable text specific to this instance of the error.\nXPath might be used to point to the issue generating the error in addition.\nRemark for Future: In future, a dedicated field might be introduced for the XPath.\n","maxLength":500,"type":"string"},"title":{"description":"Short human readable description of error type.\nCould be in local language.\nTo be provided by ASPSPs.\n","maxLength":70,"type":"string"},"type":{"description":"A URI reference [RFC3986] that identifies the problem type.\nRemark For Future: These URI will be provided by NextGen in future.\n","format":"uri","maxLength":70,"type":"string"}},"required":["type","code"],"type":"object"},"Error401_NG_AIS":{"description":"NextGen specific definition of reporting error information in case of a HTTP error code 401.\n","properties":{"_links":{"$ref":"#/components/schemas/_linksAll"},"tppMessages":{"items":{"$ref":"#/components/schemas/tppMessage401_AIS"},"type":"array"}},"type":"object"},"Error401_NG_PIIS":{"description":"NextGen specific definition of reporting error information in case of a HTTP error code 401.\n","properties":{"_links":{"$ref":"#/components/schemas/_linksAll"},"tppMessages":{"items":{"$ref":"#/components/schemas/tppMessage401_PIIS"},"type":"array"}},"type":"object"},"Error401_NG_PIS":{"description":"NextGen specific definition of reporting error information in case of a HTTP error code 401.\n","properties":{"_links":{"$ref":"#/components/schemas/_linksAll"},"tppMessages":{"items":{"$ref":"#/components/schemas/tppMessage401_PIS"},"type":"array"}},"type":"object"},"Error401_NG_SBS":{"description":"NextGen specific definition of reporting error information in case of a HTTP error code 401.\n","properties":{"_links":{"$ref":"#/components/schemas/_linksAll"},"tppMessages":{"items":{"$ref":"#/components/schemas/tppMessage401_SBS"},"type":"array"}},"type":"object"},"Error401_PIIS":{"description":"Standardised definition of reporting error information according to [RFC7807]\nin case of a HTTP error code 401 for PIIS.\n","properties":{"_links":{"$ref":"#/components/schemas/_linksAll"},"additionalErrors":{"description":"Array of Error Information Blocks.\n\nMight be used if more than one error is to be communicated\n","items":{"description":"This is a data element to support the declaration of additional errors in the context of [RFC7807].","properties":{"code":{"$ref":"#/components/schemas/MessageCode401_PIIS"},"detail":{"$ref":"#/components/schemas/tppErrorDetail"},"title":{"$ref":"#/components/schemas/tppErrorTitle"}},"required":["code"],"type":"object"},"type":"array"},"code":{"$ref":"#/components/schemas/MessageCode401_PIS"},"detail":{"description":"Detailed human readable text specific to this instance of the error.\nXPath might be used to point to the issue generating the error in addition.\nRemark for Future: In future, a dedicated field might be introduced for the XPath.\n","maxLength":500,"type":"string"},"title":{"description":"Short human readable description of error type.\nCould be in local language.\nTo be provided by ASPSPs.\n","maxLength":70,"type":"string"},"type":{"description":"A URI reference [RFC3986] that identifies the problem type.\nRemark For Future: These URI will be provided by NextGen in future.\n","format":"uri","maxLength":70,"type":"string"}},"required":["type","code"],"type":"object"},"Error401_PIS":{"description":"Standardised definition of reporting error information according to [RFC7807]\nin case of a HTTP error code 401 for PIS.\n","properties":{"_links":{"$ref":"#/components/schemas/_linksAll"},"additionalErrors":{"description":"Array of Error Information Blocks.\n\nMight be used if more than one error is to be communicated\n","items":{"description":"This is a data element to support the declaration of additional errors in the context of [RFC7807].","properties":{"code":{"$ref":"#/components/schemas/MessageCode401_PIS"},"detail":{"$ref":"#/components/schemas/tppErrorDetail"},"title":{"$ref":"#/components/schemas/tppErrorTitle"}},"required":["code"],"type":"object"},"type":"array"},"code":{"$ref":"#/components/schemas/MessageCode401_PIS"},"detail":{"description":"Detailed human readable text specific to this instance of the error.\nXPath might be used to point to the issue generating the error in addition.\nRemark for Future: In future, a dedicated field might be introduced for the XPath.\n","maxLength":500,"type":"string"},"title":{"description":"Short human readable description of error type.\nCould be in local language.\nTo be provided by ASPSPs.\n","maxLength":70,"type":"string"},"type":{"description":"A URI reference [RFC3986] that identifies the problem type.\nRemark For Future: These URI will be provided by NextGen in future.\n","format":"uri","maxLength":70,"type":"string"}},"required":["type","code"],"type":"object"},"Error401_SBS":{"description":"Standardised definition of reporting error information according to [RFC7807]\nin case of a HTTP error code 401 for signing baskets.\n","properties":{"_links":{"$ref":"#/components/schemas/_linksAll"},"additionalErrors":{"description":"Array of Error Information Blocks.\n\nMight be used if more than one error is to be communicated\n","items":{"description":"This is a data element to support the declaration of additional errors in the context of [RFC7807].","properties":{"code":{"$ref":"#/components/schemas/MessageCode401_SBS"},"detail":{"$ref":"#/components/schemas/tppErrorDetail"},"title":{"$ref":"#/components/schemas/tppErrorTitle"}},"required":["code"],"type":"object"},"type":"array"},"code":{"$ref":"#/components/schemas/MessageCode401_SBS"},"detail":{"description":"Detailed human readable text specific to this instance of the error.\nXPath might be used to point to the issue generating the error in addition.\nRemark for Future: In future, a dedicated field might be introduced for the XPath.\n","maxLength":500,"type":"string"},"title":{"description":"Short human readable description of error type.\nCould be in local language.\nTo be provided by ASPSPs.\n","maxLength":70,"type":"string"},"type":{"description":"A URI reference [RFC3986] that identifies the problem type.\nRemark For Future: These URI will be provided by NextGen in future.\n","format":"uri","maxLength":70,"type":"string"}},"required":["type","code"],"type":"object"},"Error403_AIS":{"description":"Standardised definition of reporting error information according to [RFC7807]\nin case of a HTTP error code 403 for AIS.\n","properties":{"_links":{"$ref":"#/components/schemas/_linksAll"},"additionalErrors":{"description":"Array of Error Information Blocks.\n\nMight be used if more than one error is to be communicated\n","items":{"description":"This is a data element to support the declaration of additional errors in the context of [RFC7807].","properties":{"code":{"$ref":"#/components/schemas/MessageCode403_AIS"},"detail":{"$ref":"#/components/schemas/tppErrorDetail"},"title":{"$ref":"#/components/schemas/tppErrorTitle"}},"required":["code"],"type":"object"},"type":"array"},"code":{"$ref":"#/components/schemas/MessageCode403_AIS"},"detail":{"description":"Detailed human readable text specific to this instance of the error.\nXPath might be used to point to the issue generating the error in addition.\nRemark for Future: In future, a dedicated field might be introduced for the XPath.\n","maxLength":500,"type":"string"},"title":{"description":"Short human readable description of error type.\nCould be in local language.\nTo be provided by ASPSPs.\n","maxLength":70,"type":"string"},"type":{"description":"A URI reference [RFC3986] that identifies the problem type.\nRemark For Future: These URI will be provided by NextGen in future.\n","format":"uri","maxLength":70,"type":"string"}},"required":["type","code"],"type":"object"},"Error403_NG_AIS":{"description":"NextGen specific definition of reporting error information in case of a HTTP error code 403.\n","properties":{"_links":{"$ref":"#/components/schemas/_linksAll"},"tppMessages":{"items":{"$ref":"#/components/schemas/tppMessage403_AIS"},"type":"array"}},"type":"object"},"Error403_NG_PIIS":{"description":"NextGen specific definition of reporting error information in case of a HTTP error code 403.\n","properties":{"_links":{"$ref":"#/components/schemas/_linksAll"},"tppMessages":{"items":{"$ref":"#/components/schemas/tppMessage403_PIIS"},"type":"array"}},"type":"object"},"Error403_NG_PIS":{"description":"NextGen specific definition of reporting error information in case of a HTTP error code 403.\n","properties":{"_links":{"$ref":"#/components/schemas/_linksAll"},"tppMessages":{"items":{"$ref":"#/components/schemas/tppMessage403_PIS"},"type":"array"}},"type":"object"},"Error403_NG_SBS":{"description":"NextGen specific definition of reporting error information in case of a HTTP error code 403.\n","properties":{"_links":{"$ref":"#/components/schemas/_linksAll"},"tppMessages":{"items":{"$ref":"#/components/schemas/tppMessage403_SBS"},"type":"array"}},"type":"object"},"Error403_PIIS":{"description":"Standardised definition of reporting error information according to [RFC7807]\nin case of a HTTP error code 403 for PIIS.\n","properties":{"_links":{"$ref":"#/components/schemas/_linksAll"},"additionalErrors":{"description":"Array of Error Information Blocks.\n\nMight be used if more than one error is to be communicated\n","items":{"description":"This is a data element to support the declaration of additional errors in the context of [RFC7807].","properties":{"code":{"$ref":"#/components/schemas/MessageCode403_PIIS"},"detail":{"$ref":"#/components/schemas/tppErrorDetail"},"title":{"$ref":"#/components/schemas/tppErrorTitle"}},"required":["code"],"type":"object"},"type":"array"},"code":{"$ref":"#/components/schemas/MessageCode403_PIIS"},"detail":{"description":"Detailed human readable text specific to this instance of the error.\nXPath might be used to point to the issue generating the error in addition.\nRemark for Future: In future, a dedicated field might be introduced for the XPath.\n","maxLength":500,"type":"string"},"title":{"description":"Short human readable description of error type.\nCould be in local language.\nTo be provided by ASPSPs.\n","maxLength":70,"type":"string"},"type":{"description":"A URI reference [RFC3986] that identifies the problem type.\nRemark For Future: These URI will be provided by NextGen in future.\n","format":"uri","maxLength":70,"type":"string"}},"required":["type","code"],"type":"object"},"Error403_PIS":{"description":"Standardised definition of reporting error information according to [RFC7807]\nin case of a HTTP error code 403 for PIS.\n","properties":{"_links":{"$ref":"#/components/schemas/_linksAll"},"additionalErrors":{"description":"Array of Error Information Blocks.\n\nMight be used if more than one error is to be communicated\n","items":{"description":"This is a data element to support the declaration of additional errors in the context of [RFC7807].","properties":{"code":{"$ref":"#/components/schemas/MessageCode403_PIS"},"detail":{"$ref":"#/components/schemas/tppErrorDetail"},"title":{"$ref":"#/components/schemas/tppErrorTitle"}},"required":["code"],"type":"object"},"type":"array"},"code":{"$ref":"#/components/schemas/MessageCode403_PIS"},"detail":{"description":"Detailed human readable text specific to this instance of the error.\nXPath might be used to point to the issue generating the error in addition.\nRemark for Future: In future, a dedicated field might be introduced for the XPath.\n","maxLength":500,"type":"string"},"title":{"description":"Short human readable description of error type.\nCould be in local language.\nTo be provided by ASPSPs.\n","maxLength":70,"type":"string"},"type":{"description":"A URI reference [RFC3986] that identifies the problem type.\nRemark For Future: These URI will be provided by NextGen in future.\n","format":"uri","maxLength":70,"type":"string"}},"required":["type","code"],"type":"object"},"Error403_SBS":{"description":"Standardised definition of reporting error information according to [RFC7807]\nin case of a HTTP error code 403 for signing baskets.\n","properties":{"_links":{"$ref":"#/components/schemas/_linksAll"},"additionalErrors":{"description":"Array of Error Information Blocks.\n\nMight be used if more than one error is to be communicated\n","items":{"description":"This is a data element to support the declaration of additional errors in the context of [RFC7807].","properties":{"code":{"$ref":"#/components/schemas/MessageCode403_SBS"},"detail":{"$ref":"#/components/schemas/tppErrorDetail"},"title":{"$ref":"#/components/schemas/tppErrorTitle"}},"required":["code"],"type":"object"},"type":"array"},"code":{"$ref":"#/components/schemas/MessageCode403_SBS"},"detail":{"description":"Detailed human readable text specific to this instance of the error.\nXPath might be used to point to the issue generating the error in addition.\nRemark for Future: In future, a dedicated field might be introduced for the XPath.\n","maxLength":500,"type":"string"},"title":{"description":"Short human readable description of error type.\nCould be in local language.\nTo be provided by ASPSPs.\n","maxLength":70,"type":"string"},"type":{"description":"A URI reference [RFC3986] that identifies the problem type.\nRemark For Future: These URI will be provided by NextGen in future.\n","format":"uri","maxLength":70,"type":"string"}},"required":["type","code"],"type":"object"},"Error404_AIS":{"description":"Standardised definition of reporting error information according to [RFC7807]\nin case of a HTTP error code 404 for AIS.\n","properties":{"_links":{"$ref":"#/components/schemas/_linksAll"},"additionalErrors":{"description":"Array of Error Information Blocks.\n\nMight be used if more than one error is to be communicated\n","items":{"description":"This is a data element to support the declaration of additional errors in the context of [RFC7807].","properties":{"code":{"$ref":"#/components/schemas/MessageCode404_AIS"},"detail":{"$ref":"#/components/schemas/tppErrorDetail"},"title":{"$ref":"#/components/schemas/tppErrorTitle"}},"required":["code"],"type":"object"},"type":"array"},"code":{"$ref":"#/components/schemas/MessageCode404_AIS"},"detail":{"description":"Detailed human readable text specific to this instance of the error.\nXPath might be used to point to the issue generating the error in addition.\nRemark for Future: In future, a dedicated field might be introduced for the XPath.\n","maxLength":500,"type":"string"},"title":{"description":"Short human readable description of error type.\nCould be in local language.\nTo be provided by ASPSPs.\n","maxLength":70,"type":"string"},"type":{"description":"A URI reference [RFC3986] that identifies the problem type.\nRemark For Future: These URI will be provided by NextGen in future.\n","format":"uri","maxLength":70,"type":"string"}},"required":["type","code"],"type":"object"},"Error404_NG_AIS":{"description":"NextGen specific definition of reporting error information in case of a HTTP error code 404.\n","properties":{"_links":{"$ref":"#/components/schemas/_linksAll"},"tppMessages":{"items":{"$ref":"#/components/schemas/tppMessage404_AIS"},"type":"array"}},"type":"object"},"Error404_NG_PIIS":{"description":"NextGen specific definition of reporting error information in case of a HTTP error code 404.\n","properties":{"_links":{"$ref":"#/components/schemas/_linksAll"},"tppMessages":{"items":{"$ref":"#/components/schemas/tppMessage404_PIIS"},"type":"array"}},"type":"object"},"Error404_NG_PIS":{"description":"NextGen specific definition of reporting error information in case of a HTTP error code 404.\n","properties":{"_links":{"$ref":"#/components/schemas/_linksAll"},"tppMessages":{"items":{"$ref":"#/components/schemas/tppMessage404_PIS"},"type":"array"}},"type":"object"},"Error404_NG_SBS":{"description":"NextGen specific definition of reporting error information in case of a HTTP error code 404.\n","properties":{"_links":{"$ref":"#/components/schemas/_linksAll"},"tppMessages":{"items":{"$ref":"#/components/schemas/tppMessage404_SBS"},"type":"array"}},"type":"object"},"Error404_PIIS":{"description":"Standardised definition of reporting error information according to [RFC7807]\nin case of a HTTP error code 404 for PIIS.\n","properties":{"_links":{"$ref":"#/components/schemas/_linksAll"},"additionalErrors":{"description":"Array of Error Information Blocks.\n\nMight be used if more than one error is to be communicated\n","items":{"description":"This is a data element to support the declaration of additional errors in the context of [RFC7807].","properties":{"code":{"$ref":"#/components/schemas/MessageCode404_PIIS"},"detail":{"$ref":"#/components/schemas/tppErrorDetail"},"title":{"$ref":"#/components/schemas/tppErrorTitle"}},"required":["code"],"type":"object"},"type":"array"},"code":{"$ref":"#/components/schemas/MessageCode404_PIIS"},"detail":{"description":"Detailed human readable text specific to this instance of the error.\nXPath might be used to point to the issue generating the error in addition.\nRemark for Future: In future, a dedicated field might be introduced for the XPath.\n","maxLength":500,"type":"string"},"title":{"description":"Short human readable description of error type.\nCould be in local language.\nTo be provided by ASPSPs.\n","maxLength":70,"type":"string"},"type":{"description":"A URI reference [RFC3986] that identifies the problem type.\nRemark For Future: These URI will be provided by NextGen in future.\n","format":"uri","maxLength":70,"type":"string"}},"required":["type","code"],"type":"object"},"Error404_PIS":{"description":"Standardised definition of reporting error information according to [RFC7807]\nin case of a HTTP error code 404 for PIS.\n","properties":{"_links":{"$ref":"#/components/schemas/_linksAll"},"additionalErrors":{"description":"Array of Error Information Blocks.\n\nMight be used if more than one error is to be communicated\n","items":{"description":"This is a data element to support the declaration of additional errors in the context of [RFC7807].","properties":{"code":{"$ref":"#/components/schemas/MessageCode404_PIS"},"detail":{"$ref":"#/components/schemas/tppErrorDetail"},"title":{"$ref":"#/components/schemas/tppErrorTitle"}},"required":["code"],"type":"object"},"type":"array"},"code":{"$ref":"#/components/schemas/MessageCode404_PIS"},"detail":{"description":"Detailed human readable text specific to this instance of the error.\nXPath might be used to point to the issue generating the error in addition.\nRemark for Future: In future, a dedicated field might be introduced for the XPath.\n","maxLength":500,"type":"string"},"title":{"description":"Short human readable description of error type.\nCould be in local language.\nTo be provided by ASPSPs.\n","maxLength":70,"type":"string"},"type":{"description":"A URI reference [RFC3986] that identifies the problem type.\nRemark For Future: These URI will be provided by NextGen in future.\n","format":"uri","maxLength":70,"type":"string"}},"required":["type","code"],"type":"object"},"Error404_SBS":{"description":"Standardised definition of reporting error information according to [RFC7807]\nin case of a HTTP error code 404 for signing baskets.\n","properties":{"_links":{"$ref":"#/components/schemas/_linksAll"},"additionalErrors":{"description":"Array of Error Information Blocks.\n\nMight be used if more than one error is to be communicated\n","items":{"description":"This is a data element to support the declaration of additional errors in the context of [RFC7807].","properties":{"code":{"$ref":"#/components/schemas/MessageCode404_SBS"},"detail":{"$ref":"#/components/schemas/tppErrorDetail"},"title":{"$ref":"#/components/schemas/tppErrorTitle"}},"required":["code"],"type":"object"},"type":"array"},"code":{"$ref":"#/components/schemas/MessageCode404_SBS"},"detail":{"description":"Detailed human readable text specific to this instance of the error.\nXPath might be used to point to the issue generating the error in addition.\nRemark for Future: In future, a dedicated field might be introduced for the XPath.\n","maxLength":500,"type":"string"},"title":{"description":"Short human readable description of error type.\nCould be in local language.\nTo be provided by ASPSPs.\n","maxLength":70,"type":"string"},"type":{"description":"A URI reference [RFC3986] that identifies the problem type.\nRemark For Future: These URI will be provided by NextGen in future.\n","format":"uri","maxLength":70,"type":"string"}},"required":["type","code"],"type":"object"},"Error405_AIS":{"description":"Standardised definition of reporting error information according to [RFC7807]\nin case of a HTTP error code 405 for AIS.\n","properties":{"_links":{"$ref":"#/components/schemas/_linksAll"},"additionalErrors":{"description":"Array of Error Information Blocks.\n\nMight be used if more than one error is to be communicated\n","items":{"description":"This is a data element to support the declaration of additional errors in the context of [RFC7807].","properties":{"code":{"$ref":"#/components/schemas/MessageCode405_AIS"},"detail":{"$ref":"#/components/schemas/tppErrorDetail"},"title":{"$ref":"#/components/schemas/tppErrorTitle"}},"required":["code"],"type":"object"},"type":"array"},"code":{"$ref":"#/components/schemas/MessageCode405_AIS"},"detail":{"description":"Detailed human readable text specific to this instance of the error.\nXPath might be used to point to the issue generating the error in addition.\nRemark for Future: In future, a dedicated field might be introduced for the XPath.\n","maxLength":500,"type":"string"},"title":{"description":"Short human readable description of error type.\nCould be in local language.\nTo be provided by ASPSPs.\n","maxLength":70,"type":"string"},"type":{"description":"A URI reference [RFC3986] that identifies the problem type.\nRemark For Future: These URI will be provided by NextGen in future.\n","format":"uri","maxLength":70,"type":"string"}},"required":["type","code"],"type":"object"},"Error405_NG_AIS":{"description":"NextGen specific definition of reporting error information in case of a HTTP error code 401.\n","properties":{"_links":{"$ref":"#/components/schemas/_linksAll"},"tppMessages":{"items":{"$ref":"#/components/schemas/tppMessage405_AIS"},"type":"array"}},"type":"object"},"Error405_NG_PIIS":{"description":"NextGen specific definition of reporting error information in case of a HTTP error code 401.\n","properties":{"_links":{"$ref":"#/components/schemas/_linksAll"},"tppMessages":{"items":{"$ref":"#/components/schemas/tppMessage405_PIIS"},"type":"array"}},"type":"object"},"Error405_NG_PIS":{"description":"NextGen specific definition of reporting error information in case of a HTTP error code 401.\n","properties":{"_links":{"$ref":"#/components/schemas/_linksAll"},"tppMessages":{"items":{"$ref":"#/components/schemas/tppMessage405_PIS"},"type":"array"}},"type":"object"},"Error405_NG_PIS_CANC":{"description":"NextGen specific definition of reporting error information in case of a HTTP error code 401.\n","properties":{"_links":{"$ref":"#/components/schemas/_linksAll"},"tppMessages":{"items":{"$ref":"#/components/schemas/tppMessage405_PIS_CANC"},"type":"array"}},"type":"object"},"Error405_NG_SBS":{"description":"NextGen specific definition of reporting error information in case of a HTTP error code 401.\n","properties":{"_links":{"$ref":"#/components/schemas/_linksAll"},"tppMessages":{"items":{"$ref":"#/components/schemas/tppMessage405_SBS"},"type":"array"}},"type":"object"},"Error405_PIIS":{"description":"Standardised definition of reporting error information according to [RFC7807]\nin case of a HTTP error code 405 for PIIS.\n","properties":{"_links":{"$ref":"#/components/schemas/_linksAll"},"additionalErrors":{"description":"Array of Error Information Blocks.\n\nMight be used if more than one error is to be communicated\n","items":{"description":"This is a data element to support the declaration of additional errors in the context of [RFC7807].","properties":{"code":{"$ref":"#/components/schemas/MessageCode405_PIIS"},"detail":{"$ref":"#/components/schemas/tppErrorDetail"},"title":{"$ref":"#/components/schemas/tppErrorTitle"}},"required":["code"],"type":"object"},"type":"array"},"code":{"$ref":"#/components/schemas/MessageCode405_PIIS"},"detail":{"description":"Detailed human readable text specific to this instance of the error.\nXPath might be used to point to the issue generating the error in addition.\nRemark for Future: In future, a dedicated field might be introduced for the XPath.\n","maxLength":500,"type":"string"},"title":{"description":"Short human readable description of error type.\nCould be in local language.\nTo be provided by ASPSPs.\n","maxLength":70,"type":"string"},"type":{"description":"A URI reference [RFC3986] that identifies the problem type.\nRemark For Future: These URI will be provided by NextGen in future.\n","format":"uri","maxLength":70,"type":"string"}},"required":["type","code"],"type":"object"},"Error405_PIS":{"description":"Standardised definition of reporting error information according to [RFC7807]\nin case of a HTTP error code 405 for PIS.\n","properties":{"_links":{"$ref":"#/components/schemas/_linksAll"},"additionalErrors":{"description":"Array of Error Information Blocks.\n\nMight be used if more than one error is to be communicated\n","items":{"description":"This is a data element to support the declaration of additional errors in the context of [RFC7807].","properties":{"code":{"$ref":"#/components/schemas/MessageCode405_PIS"},"detail":{"$ref":"#/components/schemas/tppErrorDetail"},"title":{"$ref":"#/components/schemas/tppErrorTitle"}},"required":["code"],"type":"object"},"type":"array"},"code":{"$ref":"#/components/schemas/MessageCode405_PIS"},"detail":{"description":"Detailed human readable text specific to this instance of the error.\nXPath might be used to point to the issue generating the error in addition.\nRemark for Future: In future, a dedicated field might be introduced for the XPath.\n","maxLength":500,"type":"string"},"title":{"description":"Short human readable description of error type.\nCould be in local language.\nTo be provided by ASPSPs.\n","maxLength":70,"type":"string"},"type":{"description":"A URI reference [RFC3986] that identifies the problem type.\nRemark For Future: These URI will be provided by NextGen in future.\n","format":"uri","maxLength":70,"type":"string"}},"required":["type","code"],"type":"object"},"Error405_PIS_CANC":{"description":"Standardised definition of reporting error information according to [RFC7807]\nin case of a HTTP error code 405 for a pament cancelation (PIS).\n","properties":{"_links":{"$ref":"#/components/schemas/_linksAll"},"additionalErrors":{"description":"Array of Error Information Blocks.\n\nMight be used if more than one error is to be communicated\n","items":{"description":"This is a data element to support the declaration of additional errors in the context of [RFC7807].","properties":{"code":{"$ref":"#/components/schemas/MessageCode405_PIS_CANC"},"detail":{"$ref":"#/components/schemas/tppErrorDetail"},"title":{"$ref":"#/components/schemas/tppErrorTitle"}},"required":["code"],"type":"object"},"type":"array"},"code":{"$ref":"#/components/schemas/MessageCode405_PIS_CANC"},"detail":{"description":"Detailed human readable text specific to this instance of the error.\nXPath might be used to point to the issue generating the error in addition.\nRemark for Future: In future, a dedicated field might be introduced for the XPath.\n","maxLength":500,"type":"string"},"title":{"description":"Short human readable description of error type.\nCould be in local language.\nTo be provided by ASPSPs.\n","maxLength":70,"type":"string"},"type":{"description":"A URI reference [RFC3986] that identifies the problem type.\nRemark For Future: These URI will be provided by NextGen in future.\n","format":"uri","maxLength":70,"type":"string"}},"required":["type","code"],"type":"object"},"Error405_SBS":{"description":"Standardised definition of reporting error information according to [RFC7807]\nin case of a HTTP error code 405 for signing baskets.\n","properties":{"_links":{"$ref":"#/components/schemas/_linksAll"},"additionalErrors":{"description":"Array of Error Information Blocks.\n\nMight be used if more than one error is to be communicated\n","items":{"description":"This is a data element to support the declaration of additional errors in the context of [RFC7807].","properties":{"code":{"$ref":"#/components/schemas/MessageCode405_SBS"},"detail":{"$ref":"#/components/schemas/tppErrorDetail"},"title":{"$ref":"#/components/schemas/tppErrorTitle"}},"required":["code"],"type":"object"},"type":"array"},"code":{"$ref":"#/components/schemas/MessageCode405_SBS"},"detail":{"description":"Detailed human readable text specific to this instance of the error.\nXPath might be used to point to the issue generating the error in addition.\nRemark for Future: In future, a dedicated field might be introduced for the XPath.\n","maxLength":500,"type":"string"},"title":{"description":"Short human readable description of error type.\nCould be in local language.\nTo be provided by ASPSPs.\n","maxLength":70,"type":"string"},"type":{"description":"A URI reference [RFC3986] that identifies the problem type.\nRemark For Future: These URI will be provided by NextGen in future.\n","format":"uri","maxLength":70,"type":"string"}},"required":["type","code"],"type":"object"},"Error406_AIS":{"description":"Standardised definition of reporting error information according to [RFC7807]\nin case of a HTTP error code 406 for AIS.\n","properties":{"_links":{"$ref":"#/components/schemas/_linksAll"},"additionalErrors":{"description":"Array of Error Information Blocks.\n\nMight be used if more than one error is to be communicated\n","items":{"description":"This is a data element to support the declaration of additional errors in the context of [RFC7807].","properties":{"code":{"$ref":"#/components/schemas/MessageCode406_AIS"},"detail":{"$ref":"#/components/schemas/tppErrorDetail"},"title":{"$ref":"#/components/schemas/tppErrorTitle"}},"required":["code"],"type":"object"},"type":"array"},"code":{"$ref":"#/components/schemas/MessageCode406_AIS"},"detail":{"description":"Detailed human readable text specific to this instance of the error.\nXPath might be used to point to the issue generating the error in addition.\nRemark for Future: In future, a dedicated field might be introduced for the XPath.\n","maxLength":500,"type":"string"},"title":{"description":"Short human readable description of error type.\nCould be in local language.\nTo be provided by ASPSPs.\n","maxLength":70,"type":"string"},"type":{"description":"A URI reference [RFC3986] that identifies the problem type.\nRemark For Future: These URI will be provided by NextGen in future.\n","format":"uri","maxLength":70,"type":"string"}},"required":["type","code"],"type":"object"},"Error406_NG_AIS":{"description":"NextGen specific definition of reporting error information in case of a HTTP error code 406.\n","properties":{"_links":{"$ref":"#/components/schemas/_linksAll"},"tppMessages":{"items":{"$ref":"#/components/schemas/tppMessage406_AIS"},"type":"array"}},"type":"object"},"Error409_AIS":{"description":"Standardised definition of reporting error information according to [RFC7807]\nin case of a HTTP error code 409 for AIS.\n","properties":{"_links":{"$ref":"#/components/schemas/_linksAll"},"additionalErrors":{"description":"Array of Error Information Blocks.\n\nMight be used if more than one error is to be communicated\n","items":{"description":"This is a data element to support the declaration of additional errors in the context of [RFC7807].","properties":{"code":{"$ref":"#/components/schemas/MessageCode409_AIS"},"detail":{"$ref":"#/components/schemas/tppErrorDetail"},"title":{"$ref":"#/components/schemas/tppErrorTitle"}},"required":["code"],"type":"object"},"type":"array"},"code":{"$ref":"#/components/schemas/MessageCode409_AIS"},"detail":{"description":"Detailed human readable text specific to this instance of the error.\nXPath might be used to point to the issue generating the error in addition.\nRemark for Future: In future, a dedicated field might be introduced for the XPath.\n","maxLength":500,"type":"string"},"title":{"description":"Short human readable description of error type.\nCould be in local language.\nTo be provided by ASPSPs.\n","maxLength":70,"type":"string"},"type":{"description":"A URI reference [RFC3986] that identifies the problem type.\nRemark For Future: These URI will be provided by NextGen in future.\n","format":"uri","maxLength":70,"type":"string"}},"required":["type","code"],"type":"object"},"Error409_NG_AIS":{"description":"NextGen specific definition of reporting error information in case of a HTTP error code 409.\n","example":[{"category":"ERROR","code":"STATUS_INVALID","text":"additional text information of the ASPSP up to 500 characters"}],"properties":{"_links":{"$ref":"#/components/schemas/_linksAll"},"tppMessages":{"items":{"$ref":"#/components/schemas/tppMessage409_AIS"},"type":"array"}},"type":"object"},"Error409_NG_PIIS":{"description":"NextGen specific definition of reporting error information in case of a HTTP error code 409.\n","example":[{"category":"ERROR","code":"STATUS_INVALID","text":"additional text information of the ASPSP up to 500 characters"}],"properties":{"_links":{"$ref":"#/components/schemas/_linksAll"},"tppMessages":{"items":{"$ref":"#/components/schemas/tppMessage409_PIIS"},"type":"array"}},"type":"object"},"Error409_NG_PIS":{"description":"NextGen specific definition of reporting error information in case of a HTTP error code 409.\n","example":[{"category":"ERROR","code":"STATUS_INVALID","text":"additional text information of the ASPSP up to 500 characters"}],"properties":{"_links":{"$ref":"#/components/schemas/_linksAll"},"tppMessages":{"items":{"$ref":"#/components/schemas/tppMessage409_PIS"},"type":"array"}},"type":"object"},"Error409_NG_SBS":{"description":"NextGen specific definition of reporting error information in case of a HTTP error code 409.\n","example":[{"category":"ERROR","code":"STATUS_INVALID","text":"additional text information of the ASPSP up to 500 characters"}],"properties":{"_links":{"$ref":"#/components/schemas/_linksAll"},"tppMessages":{"items":{"$ref":"#/components/schemas/tppMessage409_SBS"},"type":"array"}},"type":"object"},"Error409_PIIS":{"description":"Standardised definition of reporting error information according to [RFC7807]\nin case of a HTTP error code 409 for PIIS.\n","properties":{"_links":{"$ref":"#/components/schemas/_linksAll"},"additionalErrors":{"description":"Array of Error Information Blocks.\n\nMight be used if more than one error is to be communicated\n","items":{"description":"This is a data element to support the declaration of additional errors in the context of [RFC7807].","properties":{"code":{"$ref":"#/components/schemas/MessageCode409_PIIS"},"detail":{"$ref":"#/components/schemas/tppErrorDetail"},"title":{"$ref":"#/components/schemas/tppErrorTitle"}},"required":["code"],"type":"object"},"type":"array"},"code":{"$ref":"#/components/schemas/MessageCode409_PIIS"},"detail":{"description":"Detailed human readable text specific to this instance of the error.\nXPath might be used to point to the issue generating the error in addition.\nRemark for Future: In future, a dedicated field might be introduced for the XPath.\n","maxLength":500,"type":"string"},"title":{"description":"Short human readable description of error type.\nCould be in local language.\nTo be provided by ASPSPs.\n","maxLength":70,"type":"string"},"type":{"description":"A URI reference [RFC3986] that identifies the problem type.\nRemark For Future: These URI will be provided by NextGen in future.\n","format":"uri","maxLength":70,"type":"string"}},"required":["type","code"],"type":"object"},"Error409_PIS":{"description":"Standardised definition of reporting error information according to [RFC7807]\nin case of a HTTP error code 409 for PIS.\n","properties":{"_links":{"$ref":"#/components/schemas/_linksAll"},"additionalErrors":{"description":"Array of Error Information Blocks.\n\nMight be used if more than one error is to be communicated\n","items":{"description":"This is a data element to support the declaration of additional errors in the context of [RFC7807].","properties":{"code":{"$ref":"#/components/schemas/MessageCode409_PIS"},"detail":{"$ref":"#/components/schemas/tppErrorDetail"},"title":{"$ref":"#/components/schemas/tppErrorTitle"}},"required":["code"],"type":"object"},"type":"array"},"code":{"$ref":"#/components/schemas/MessageCode409_PIS"},"detail":{"description":"Detailed human readable text specific to this instance of the error.\nXPath might be used to point to the issue generating the error in addition.\nRemark for Future: In future, a dedicated field might be introduced for the XPath.\n","maxLength":500,"type":"string"},"title":{"description":"Short human readable description of error type.\nCould be in local language.\nTo be provided by ASPSPs.\n","maxLength":70,"type":"string"},"type":{"description":"A URI reference [RFC3986] that identifies the problem type.\nRemark For Future: These URI will be provided by NextGen in future.\n","format":"uri","maxLength":70,"type":"string"}},"required":["type","code"],"type":"object"},"Error409_SBS":{"description":"Standardised definition of reporting error information according to [RFC7807]\nin case of a HTTP error code 409 for signing baskets.\n","properties":{"_links":{"$ref":"#/components/schemas/_linksAll"},"additionalErrors":{"description":"Array of Error Information Blocks.\n\nMight be used if more than one error is to be communicated\n","items":{"description":"This is a data element to support the declaration of additional errors in the context of [RFC7807].","properties":{"code":{"$ref":"#/components/schemas/MessageCode409_SBS"},"detail":{"$ref":"#/components/schemas/tppErrorDetail"},"title":{"$ref":"#/components/schemas/tppErrorTitle"}},"required":["code"],"type":"object"},"type":"array"},"code":{"$ref":"#/components/schemas/MessageCode409_SBS"},"detail":{"description":"Detailed human readable text specific to this instance of the error.\nXPath might be used to point to the issue generating the error in addition.\nRemark for Future: In future, a dedicated field might be introduced for the XPath.\n","maxLength":500,"type":"string"},"title":{"description":"Short human readable description of error type.\nCould be in local language.\nTo be provided by ASPSPs.\n","maxLength":70,"type":"string"},"type":{"description":"A URI reference [RFC3986] that identifies the problem type.\nRemark For Future: These URI will be provided by NextGen in future.\n","format":"uri","maxLength":70,"type":"string"}},"required":["type","code"],"type":"object"},"Error429_AIS":{"description":"Standardised definition of reporting error information according to [RFC7807]\nin case of a HTTP error code 429 for AIS.\n","properties":{"_links":{"$ref":"#/components/schemas/_linksAll"},"additionalErrors":{"description":"Array of Error Information Blocks.\n\nMight be used if more than one error is to be communicated\n","items":{"description":"This is a data element to support the declaration of additional errors in the context of [RFC7807]\nin case of a HTTP error code 429 for.\n","properties":{"code":{"$ref":"#/components/schemas/MessageCode429_AIS"},"detail":{"$ref":"#/components/schemas/tppErrorDetail"},"title":{"$ref":"#/components/schemas/tppErrorTitle"}},"required":["code"],"type":"object"},"type":"array"},"code":{"$ref":"#/components/schemas/MessageCode429_AIS"},"detail":{"description":"Detailed human readable text specific to this instance of the error.\nXPath might be used to point to the issue generating the error in addition.\nRemark for Future: In future, a dedicated field might be introduced for the XPath.\n","maxLength":500,"type":"string"},"title":{"description":"Short human readable description of error type.\nCould be in local language.\nTo be provided by ASPSPs.\n","maxLength":70,"type":"string"},"type":{"description":"A URI reference [RFC3986] that identifies the problem type.\nRemark For Future: These URI will be provided by NextGen in future.\n","format":"uri","maxLength":70,"type":"string"}},"required":["type","code"],"type":"object"},"Error429_NG_AIS":{"description":"NextGen specific definition of reporting error information in case of a HTTP error code 429.\n","example":[{"category":"ERROR","code":"ACCESS_EXCEEDED","text":"additional text information of the ASPSP up to 500 characters"}],"properties":{"_links":{"$ref":"#/components/schemas/_linksAll"},"tppMessages":{"items":{"$ref":"#/components/schemas/tppMessage429_AIS"},"type":"array"}},"type":"object"},"MessageCode2XX":{"description":"Message codes for HTTP Error codes 2XX.","enum":["WARNING"],"type":"string"},"MessageCode400_AIS":{"description":"Message codes defined for AIS for HTTP Error code 400 (BAD_REQUEST).","enum":["FORMAT_ERROR","PARAMETER_NOT_CONSISTENT","PARAMETER_NOT_SUPPORTED","SERVICE_INVALID","RESOURCE_UNKNOWN","RESOURCE_EXPIRED","RESOURCE_BLOCKED","TIMESTAMP_INVALID","PERIOD_INVALID","SCA_METHOD_UNKNOWN","SCA_INVALID","CONSENT_UNKNOWN","SESSIONS_NOT_SUPPORTED"],"type":"string"},"MessageCode400_PIIS":{"description":"Message codes defined for PIIS for HTTP Error code 400 (BAD_REQUEST).","enum":["FORMAT_ERROR","PARAMETER_NOT_CONSISTENT","PARAMETER_NOT_SUPPORTED","SERVICE_INVALID","RESOURCE_UNKNOWN","RESOURCE_EXPIRED","RESOURCE_BLOCKED","TIMESTAMP_INVALID","PERIOD_INVALID","SCA_METHOD_UNKNOWN","SCA_INVALID","CONSENT_UNKNOWN","CARD_INVALID","NO_PIIS_ACTIVATION"],"type":"string"},"MessageCode400_PIS":{"description":"Message codes defined for PIS for HTTP Error code 400 (BAD_REQUEST).","enum":["FORMAT_ERROR","PARAMETER_NOT_CONSISTENT","PARAMETER_NOT_SUPPORTED","SERVICE_INVALID","RESOURCE_UNKNOWN","RESOURCE_EXPIRED","RESOURCE_BLOCKED","TIMESTAMP_INVALID","PERIOD_INVALID","SCA_METHOD_UNKNOWN","SCA_INVALID","CONSENT_UNKNOWN","PAYMENT_FAILED","EXECUTION_DATE_INVALID"],"type":"string"},"MessageCode400_SBS":{"description":"Message codes defined for signing baskets for HTTP Error code 400 (BAD_REQUEST).","enum":["FORMAT_ERROR","PARAMETER_NOT_CONSISTENT","PARAMETER_NOT_SUPPORTED","SERVICE_INVALID","RESOURCE_UNKNOWN","RESOURCE_EXPIRED","RESOURCE_BLOCKED","TIMESTAMP_INVALID","PERIOD_INVALID","SCA_METHOD_UNKNOWN","SCA_INVALID","CONSENT_UNKNOWN","REFERENCE_MIX_INVALID"],"type":"string"},"MessageCode401_AIS":{"description":"Message codes defined for AIS for HTTP Error code 401 (UNAUTHORIZED).","enum":["CERTIFICATE_INVALID","ROLE_INVALID","CERTIFICATE_EXPIRED","CERTIFICATE_BLOCKED","CERTIFICATE_REVOKE","CERTIFICATE_MISSING","SIGNATURE_INVALID","SIGNATURE_MISSING","CORPORATE_ID_INVALID","PSU_CREDENTIALS_INVALID","CONSENT_INVALID","CONSENT_EXPIRED","TOKEN_UNKNOWN","TOKEN_INVALID","TOKEN_EXPIRED"],"type":"string"},"MessageCode401_PIIS":{"description":"Message codes defined for PIIS for HTTP Error code 401 (UNAUTHORIZED).","enum":["CERTIFICATE_INVALID","ROLE_INVALID","CERTIFICATE_EXPIRED","CERTIFICATE_BLOCKED","CERTIFICATE_REVOKE","CERTIFICATE_MISSING","SIGNATURE_INVALID","SIGNATURE_MISSING","CORPORATE_ID_INVALID","PSU_CREDENTIALS_INVALID","CONSENT_INVALID","CONSENT_EXPIRED","TOKEN_UNKNOWN","TOKEN_INVALID","TOKEN_EXPIRED"],"type":"string"},"MessageCode401_PIS":{"description":"Message codes defined for PIS for HTTP Error code 401 (UNAUTHORIZED).","enum":["CERTIFICATE_INVALID","ROLE_INVALID","CERTIFICATE_EXPIRED","CERTIFICATE_BLOCKED","CERTIFICATE_REVOKE","CERTIFICATE_MISSING","SIGNATURE_INVALID","SIGNATURE_MISSING","CORPORATE_ID_INVALID","PSU_CREDENTIALS_INVALID","CONSENT_INVALID","CONSENT_EXPIRED","TOKEN_UNKNOWN","TOKEN_INVALID","TOKEN_EXPIRED","REQUIRED_KID_MISSING"],"type":"string"},"MessageCode401_SBS":{"description":"Message codes defined for signing baskets for HTTP Error code 401 (UNAUTHORIZED).","enum":["CERTIFICATE_INVALID","ROLE_INVALID","CERTIFICATE_EXPIRED","CERTIFICATE_BLOCKED","CERTIFICATE_REVOKE","CERTIFICATE_MISSING","SIGNATURE_INVALID","SIGNATURE_MISSING","CORPORATE_ID_INVALID","PSU_CREDENTIALS_INVALID","CONSENT_INVALID","CONSENT_EXPIRED","TOKEN_UNKNOWN","TOKEN_INVALID","TOKEN_EXPIRED"],"type":"string"},"MessageCode403_AIS":{"description":"Message codes defined for AIS for HTTP Error code 403 (FORBIDDEN).","enum":["CONSENT_UNKNOWN","SERVICE_BLOCKED","RESOURCE_UNKNOWN","RESOURCE_EXPIRED"],"type":"string"},"MessageCode403_PIIS":{"description":"Message codes defined for PIIS for HTTP Error code 403 (FORBIDDEN).","enum":["CONSENT_UNKNOWN","SERVICE_BLOCKED","RESOURCE_UNKNOWN","RESOURCE_EXPIRED"],"type":"string"},"MessageCode403_PIS":{"description":"Message codes defined defined for PIS for PIS for HTTP Error code 403 (FORBIDDEN).","enum":["CONSENT_UNKNOWN","SERVICE_BLOCKED","RESOURCE_UNKNOWN","RESOURCE_EXPIRED","PRODUCT_INVALID"],"type":"string"},"MessageCode403_SBS":{"description":"Message codes defined for signing baskets for HTTP Error code 403 (FORBIDDEN).","enum":["CONSENT_UNKNOWN","SERVICE_BLOCKED","RESOURCE_UNKNOWN","RESOURCE_EXPIRED"],"type":"string"},"MessageCode404_AIS":{"description":"Message codes defined for AIS for HTTP Error code 404 (NOT FOUND).","enum":["RESOURCE_UNKNOWN"],"type":"string"},"MessageCode404_PIIS":{"description":"Message codes defined for PIIS for HTTP Error code 404 (NOT FOUND).","enum":["RESOURCE_UNKNOWN"],"type":"string"},"MessageCode404_PIS":{"description":"Message codes defined for PIS for HTTP Error code 404 (NOT FOUND).","enum":["RESOURCE_UNKNOWN","PRODUCT_UNKNOWN"],"type":"string"},"MessageCode404_SBS":{"description":"Message codes defined for signing baskets for HTTP Error code 404 (NOT FOUND).","enum":["RESOURCE_UNKNOWN"],"type":"string"},"MessageCode405_AIS":{"description":"Message codes defined for AIS for HTTP Error code 405 (METHOD NOT ALLOWED).","enum":["SERVICE_INVALID"],"type":"string"},"MessageCode405_PIIS":{"description":"Message codes defined for PIIS for HTTP Error code 405 (METHOD NOT ALLOWED).","enum":["SERVICE_INVALID"],"type":"string"},"MessageCode405_PIS":{"description":"Message codes defined for payment cancelations PIS for HTTP Error code 405 (METHOD NOT ALLOWED).","enum":["SERVICE_INVALID"],"type":"string"},"MessageCode405_PIS_CANC":{"description":"Message codes defined for payment cancelations PIS for HTTP Error code 405 (METHOD NOT ALLOWED).","enum":["CANCELLATION_INVALID","SERVICE_INVALID"],"type":"string"},"MessageCode405_SBS":{"description":"Message codes defined for SBS for HTTP Error code 405 (METHOD NOT ALLOWED).","enum":["SERVICE_INVALID"],"type":"string"},"MessageCode406_AIS":{"description":"Message codes defined for AIS for HTTP Error code 406 (NOT ACCEPTABLE).","enum":["REQUESTED_FORMATS_INVALID"],"type":"string"},"MessageCode409_AIS":{"description":"Message codes defined for AIS for HTTP Error code 409 (CONFLICT).","enum":["STATUS_INVALID"],"type":"string"},"MessageCode409_PIIS":{"description":"Message codes defined for PIIS for HTTP Error code 409 (CONFLICT).","enum":["STATUS_INVALID"],"type":"string"},"MessageCode409_PIS":{"description":"Message codes defined for PIS for HTTP Error code 409 (CONFLICT).","enum":["STATUS_INVALID"],"type":"string"},"MessageCode409_SBS":{"description":"Message codes defined for signing baskets for HTTP Error code 409 (CONFLICT).","enum":["REFERENCE_STATUS_INVALID","STATUS_INVALID"],"type":"string"},"MessageCode429_AIS":{"description":"Message codes for HTTP Error code 429 (TOO MANY REQUESTS).","enum":["ACCESS_EXCEEDED"],"type":"string"},"_linksAccountDetails":{"additionalProperties":{"$ref":"#/components/schemas/hrefType"},"description":"Links to the account, which can be directly used for retrieving account information from this dedicated account.\n\nLinks to \"balances\" and/or \"transactions\"\n\nThese links are only supported, when the corresponding consent has been already granted.\n","properties":{"balances":{"$ref":"#/components/schemas/hrefType"},"transactions":{"$ref":"#/components/schemas/hrefType"}},"type":"object"},"_linksAccountReport":{"additionalProperties":{"$ref":"#/components/schemas/hrefType"},"properties":{"account":{"$ref":"#/components/schemas/hrefType"},"first":{"$ref":"#/components/schemas/hrefType"},"last":{"$ref":"#/components/schemas/hrefType"},"next":{"$ref":"#/components/schemas/hrefType"},"previous":{"$ref":"#/components/schemas/hrefType"}},"required":["account"],"type":"object"},"_linksAll":{"additionalProperties":{"$ref":"#/components/schemas/hrefType"},"description":"A _link object with all availabel link types.\n","properties":{"account":{"$ref":"#/components/schemas/hrefType"},"authoriseTransaction":{"$ref":"#/components/schemas/hrefType"},"balances":{"$ref":"#/components/schemas/hrefType"},"cardAccount":{"$ref":"#/components/schemas/hrefType"},"cardTransactions":{"$ref":"#/components/schemas/hrefType"},"confirmation":{"$ref":"#/components/schemas/hrefType"},"download":{"$ref":"#/components/schemas/hrefType"},"first":{"$ref":"#/components/schemas/hrefType"},"last":{"$ref":"#/components/schemas/hrefType"},"next":{"$ref":"#/components/schemas/hrefType"},"previous":{"$ref":"#/components/schemas/hrefType"},"scaOAuth":{"$ref":"#/components/schemas/hrefType"},"scaRedirect":{"$ref":"#/components/schemas/hrefType"},"scaStatus":{"$ref":"#/components/schemas/hrefType"},"selectAuthenticationMethod":{"$ref":"#/components/schemas/hrefType"},"self":{"$ref":"#/components/schemas/hrefType"},"startAuthorisation":{"$ref":"#/components/schemas/hrefType"},"startAuthorisationWithAuthenticationMethodSelection":{"$ref":"#/components/schemas/hrefType"},"startAuthorisationWithEncryptedPsuAuthentication":{"$ref":"#/components/schemas/hrefType"},"startAuthorisationWithProprietaryData":{"$ref":"#/components/schemas/hrefType"},"startAuthorisationWithPsuAuthentication":{"$ref":"#/components/schemas/hrefType"},"startAuthorisationWithPsuIdentification":{"$ref":"#/components/schemas/hrefType"},"startAuthorisationWithTransactionAuthorisation":{"$ref":"#/components/schemas/hrefType"},"status":{"$ref":"#/components/schemas/hrefType"},"transactionDetails":{"$ref":"#/components/schemas/hrefType"},"transactions":{"$ref":"#/components/schemas/hrefType"},"updateAdditionalEncryptedPsuAuthentication":{"$ref":"#/components/schemas/hrefType"},"updateAdditionalPsuAuthentication":{"$ref":"#/components/schemas/hrefType"},"updateEncryptedPsuAuthentication":{"$ref":"#/components/schemas/hrefType"},"updateProprietaryData":{"$ref":"#/components/schemas/hrefType"},"updatePsuAuthentication":{"$ref":"#/components/schemas/hrefType"},"updatePsuIdentification":{"$ref":"#/components/schemas/hrefType"}},"type":"object"},"_linksAuthorisationConfirmation":{"additionalProperties":{"$ref":"#/components/schemas/hrefType"},"description":"A list of hyperlinks to be recognised by the TPP. The actual hyperlinks used in the response depend on the dynamical decisions of the ASPSP when processing the request.\n\n**Remark:** All links can be relative or full links, to be decided by the ASPSP.\n\nType of links admitted in this response, (further links might be added for ASPSP \ndefined extensions):\n\n- 'scaStatus': The link to retrieve the status of the corresponding transaction resource.\n","properties":{"scaStatus":{"$ref":"#/components/schemas/hrefType"}},"type":"object"},"_linksCardAccountReport":{"additionalProperties":{"$ref":"#/components/schemas/hrefType"},"properties":{"card":{"$ref":"#/components/schemas/hrefType"},"cardAccount":{"$ref":"#/components/schemas/hrefType"},"first":{"$ref":"#/components/schemas/hrefType"},"last":{"$ref":"#/components/schemas/hrefType"},"next":{"$ref":"#/components/schemas/hrefType"},"previous":{"$ref":"#/components/schemas/hrefType"}},"type":"object"},"_linksConsents":{"additionalProperties":{"$ref":"#/components/schemas/hrefType"},"description":"A list of hyperlinks to be recognised by the TPP.\n\nType of links admitted in this response (which might be extended by single ASPSPs as indicated in its XS2A\ndocumentation):\n  * 'scaRedirect': \n    In case of an SCA Redirect Approach, the ASPSP is transmitting the link to which to redirect the \n    PSU browser.\n  * 'scaOAuth': \n    In case of an OAuth2 based Redirect Approach, the ASPSP is transmitting the link where the configuration \n    of the OAuth2 Server is defined. \n    The configuration follows the OAuth 2.0 Authorisation Server Metadata specification. \n* 'confirmation': \n  Might be added by the ASPSP if either the \"scaRedirect\" or \"scaOAuth\" hyperlink is returned \n  in the same response message. \n  This hyperlink defines the URL to the resource which needs to be updated with \n    * a confirmation code as retrieved after the plain redirect authentication process with the ASPSP authentication server or\n    * an access token as retrieved by submitting an authorization code after the integrated OAuth based authentication process with the ASPSP authentication server.\n  * 'startAuthorisation': \n    In case, where an explicit start of the transaction authorisation is needed, \n    but no more data needs to be updated (no authentication method to be selected, \n    no PSU identification nor PSU authentication data to be uploaded).\n  * 'startAuthorisationWithPsuIdentification': \n    The link to the authorisation end-point, where the authorisation sub-resource has to be generated \n    while uploading the PSU identification data.\n  * 'startAuthorisationWithPsuAuthentication':\n    The link to the authorisation end-point, where the authorisation sub-resource has to be generated \n    while uploading the PSU authentication data.\n  * 'startAuthorisationWithEncryptedPsuAuthentication':\n    Same as startAuthorisactionWithPsuAuthentication where the authentication data need to be encrypted on\n    application layer in uploading.\n  * 'startAuthorisationWithAuthenticationMethodSelection':\n    The link to the authorisation end-point, where the authorisation sub-resource has to be generated \n    while selecting the authentication method. This link is contained under exactly the same conditions \n    as the data element 'scaMethods' \n  * 'startAuthorisationWithTransactionAuthorisation':\n    The link to the authorisation end-point, where the authorisation sub-resource has to be generated \n    while authorising the transaction e.g. by uploading an OTP received by SMS.\n  * 'self': \n    The link to the Establish Account Information Consent resource created by this request. \n    This link can be used to retrieve the resource data. \n  * 'status': \n    The link to retrieve the status of the account information consent.\n  * 'scaStatus': The link to retrieve the scaStatus of the corresponding authorisation sub-resource. \n    This link is only contained, if an authorisation sub-resource has been already created.\n","properties":{"confirmation":{"$ref":"#/components/schemas/hrefType"},"scaOAuth":{"$ref":"#/components/schemas/hrefType"},"scaRedirect":{"$ref":"#/components/schemas/hrefType"},"scaStatus":{"$ref":"#/components/schemas/hrefType"},"self":{"$ref":"#/components/schemas/hrefType"},"startAuthorisation":{"$ref":"#/components/schemas/hrefType"},"startAuthorisationWithAuthenticationMethodSelection":{"$ref":"#/components/schemas/hrefType"},"startAuthorisationWithEncryptedPsuAuthentication":{"$ref":"#/components/schemas/hrefType"},"startAuthorisationWithPsuAuthentication":{"$ref":"#/components/schemas/hrefType"},"startAuthorisationWithPsuIdentification":{"$ref":"#/components/schemas/hrefType"},"startAuthorisationWithTransactionAuthorisation":{"$ref":"#/components/schemas/hrefType"},"status":{"$ref":"#/components/schemas/hrefType"}},"type":"object"},"_linksDownload":{"additionalProperties":{"$ref":"#/components/schemas/hrefType"},"description":"A list of hyperlinks to be recognised by the TPP.\n\nType of links admitted in this response:\n  - \"download\": a link to a resource, where the transaction report might be downloaded from in\n  case where transaction reports have a huge size.\n\nRemark: This feature shall only be used where camt-data is requested which has a huge size.\n","properties":{"download":{"$ref":"#/components/schemas/hrefType"}},"required":["download"],"type":"object"},"_linksGetConsent":{"additionalProperties":{"$ref":"#/components/schemas/hrefType"},"description":"A list of hyperlinks to be recognised by the TPP.\n\nLinks of type \"account\" and/or \"cardAccount\", depending on the nature of the consent.\n","properties":{"account":{"$ref":"#/components/schemas/hrefType"},"card-account":{"$ref":"#/components/schemas/hrefType"}},"type":"object"},"_linksPaymentInitiation":{"additionalProperties":{"$ref":"#/components/schemas/hrefType"},"description":"A list of hyperlinks to be recognised by the TPP.\nThe actual hyperlinks used in the response depend on the dynamical decisions of the ASPSP when\nprocessing the request.\n\n**Remark:** All links can be relative or full links, to be decided by the ASPSP.\n\nType of links admitted in this response, (further links might be added for ASPSP defined extensions):\n\n* 'scaRedirect':\n  In case of an SCA Redirect Approach, the ASPSP is transmitting the link to which to redirect the PSU browser.\n* 'scaOAuth':\n  In case of a SCA OAuth2 Approach, the ASPSP is transmitting the URI where the configuration of the Authorisation\n  Server can be retrieved. The configuration follows the OAuth 2.0 Authorisation Server Metadata specification.\n* 'confirmation': \n  Might be added by the ASPSP if either the \"scaRedirect\" or \"scaOAuth\" hyperlink is returned \n  in the same response message. \n  This hyperlink defines the URL to the resource which needs to be updated with \n    * a confirmation code as retrieved after the plain redirect authentication process with the ASPSP authentication server or\n    * an access token as retrieved by submitting an authorization code after the integrated OAuth based authentication process with the ASPSP authentication server. \n* 'startAuthorisation': \n  In case, where an explicit start of the transaction authorisation is needed, but no more data needs to be updated \n  (no authentication method to be selected, no PSU identification nor PSU authentication data to be uploaded).\n* 'startAuthorisationWithPsuIdentification':\n  The link to the authorisation end-point, where the authorisation sub-resource has to be generated while\n  uploading the PSU identification data.\n* 'startAuthorisationWithPsuAuthentication':\n  The link to the authorisation end-point, where the authorisation sub-resource has to be generated while\n  uploading the PSU authentication data.\n  * 'startAuthorisationWithEncryptedPsuAuthentication':\n    Same as startAuthorisactionWithPsuAuthentication where the authentication data need to be encrypted on\n    application layer in uploading.\n* 'startAuthorisationWithAuthenticationMethodSelection':\n  The link to the authorisation end-point, where the authorisation sub-resource has to be generated while\n  selecting the authentication method.\n  This link is contained under exactly the same conditions as the data element \"scaMethods\"\n* 'startAuthorisationWithTransactionAuthorisation':\n  The link to the authorisation end-point, where the authorisation sub-resource has to be generated while\n  authorising the transaction e.g. by uploading an OTP received by SMS.\n* 'self':\n  The link to the payment initiation resource created by this request.\n  This link can be used to retrieve the resource data.\n* 'status':\n  The link to retrieve the transaction status of the payment initiation.\n* 'scaStatus':\n  The link to retrieve the scaStatus of the corresponding authorisation sub-resource.\n  This link is only contained, if an authorisation sub-resource has been already created.\n","example":{"scaRedirect":{"href":"https://www.testbank.com/asdfasdfasdf"},"self":{"href":"/v1/payments/swiss-sepa-credit-transfers/1234-wertiq-983"}},"properties":{"confirmation":{"$ref":"#/components/schemas/hrefType"},"scaOAuth":{"$ref":"#/components/schemas/hrefType"},"scaRedirect":{"$ref":"#/components/schemas/hrefType"},"scaStatus":{"$ref":"#/components/schemas/hrefType"},"self":{"$ref":"#/components/schemas/hrefType"},"startAuthorisation":{"$ref":"#/components/schemas/hrefType"},"startAuthorisationWithAuthenticationMethodSelection":{"$ref":"#/components/schemas/hrefType"},"startAuthorisationWithEncryptedPsuAuthentication":{"$ref":"#/components/schemas/hrefType"},"startAuthorisationWithPsuAuthentication":{"$ref":"#/components/schemas/hrefType"},"startAuthorisationWithPsuIdentification":{"$ref":"#/components/schemas/hrefType"},"startAuthorisationWithTransactionAuthorisation":{"$ref":"#/components/schemas/hrefType"},"status":{"$ref":"#/components/schemas/hrefType"}},"type":"object"},"_linksPaymentInitiationCancel":{"additionalProperties":{"$ref":"#/components/schemas/hrefType"},"description":"A list of hyperlinks to be recognised by the TPP. The actual hyperlinks used in the response depend on the\ndynamical decisions of the ASPSP when processing the request.\n\nRemark: All links can be relative or full links, to be decided by the ASPSP.\n\nType of links admitted in this response, (further links might be added for ASPSP defined extensions):\n\n  * 'startAuthorisation':\n    In case, where just the authorisation process of the cancellation needs to be started,\n    but no additional data needs to be updated for time being (no authentication method to be selected,\n    no PSU identification nor PSU authentication data to be uploaded).\n  * 'startAuthorisationWithPsuIdentification': \n    In case where a PSU identification needs to be updated when starting the cancellation authorisation:\n    The link to the cancellation-authorisations end-point, where the cancellation sub-resource has to be \n    generated while uploading the PSU identification data.\n  * 'startAuthorisationWithPsuAuthentication':\n    In case of a yet to be created authorisation sub-resource: The link to the cancalation authorisation end-point,\n    where the authorisation sub-resource has to be generated while uploading the PSU authentication data.\n  * 'startAuthorisationWithEncryptedPsuAuthentication':\n    Same as startAuthorisactionWithPsuAuthentication where the authentication data need to be encrypted on\n    application layer in uploading.\n  * 'startAuthorisationWithAuthenticationMethodSelection':\n    The link to the authorisation end-point, where the cancellation-authorisation sub-resource has to be\n    generated while selecting the authentication method. This link is contained under exactly the same\n    conditions as the data element 'scaMethods'\n","properties":{"startAuthorisation":{"$ref":"#/components/schemas/hrefType"},"startAuthorisationWithAuthenticationMethodSelection":{"$ref":"#/components/schemas/hrefType"},"startAuthorisationWithEncryptedPsuAuthentication":{"$ref":"#/components/schemas/hrefType"},"startAuthorisationWithPsuAuthentication":{"$ref":"#/components/schemas/hrefType"},"startAuthorisationWithPsuIdentification":{"$ref":"#/components/schemas/hrefType"}},"type":"object"},"_linksSelectPsuAuthenticationMethod":{"additionalProperties":{"$ref":"#/components/schemas/hrefType"},"description":"A list of hyperlinks to be recognised by the TPP. The actual hyperlinks used in\nthe response depend on the dynamical decisions of the ASPSP when processing the request.\n\n**Remark:** All links can be relative or full links, to be decided by the ASPSP.\n\n**Remark:** This method can be applied before or after PSU identification.\nThis leads to many possible hyperlink responses.\nType of links admitted in this response, (further links might be added for ASPSP defined\nextensions):\n\n- 'scaRedirect':\n  In case of an SCA Redirect Approach, the ASPSP is transmitting the link to which to\n  redirect the PSU browser.\n- 'scaOAuth':\n  In case of a SCA OAuth2 Approach, the ASPSP is transmitting the URI where the\n  configuration of the Authorisation Server can be retrieved.\n  The configuration follows the OAuth 2.0 Authorisation Server Metadata specification.\n* 'confirmation': \n  Might be added by the ASPSP if either the \"scaRedirect\" or \"scaOAuth\" hyperlink is returned \n  in the same response message. \n  This hyperlink defines the URL to the resource which needs to be updated with \n    * a confirmation code as retrieved after the plain redirect authentication process with the ASPSP authentication server or\n    * an access token as retrieved by submitting an authorization code after the integrated OAuth based authentication process with the ASPSP authentication server.\n- 'updatePsuIdentification': \n  The link to the authorisation or cancellation authorisation sub-resource, \n  where PSU identification data needs to be uploaded.\n- 'updatePsuAuthentication':\n  The link to the authorisation or cancellation authorisation sub-resource,\n  where PSU authentication data needs to be uploaded.\n  - 'updateEncryptedPsuAuthentication':\n  The link to the authorisation or cancellation authorisation sub-resource,\n  where PSU authentication encrypted data needs to be uploaded.\n- 'updateAdditionalPsuAuthentication':\n    The link to the payment initiation or account information resource,\n    which needs to be updated by an additional PSU password.\n- 'updateAdditionalEncryptedPsuAuthentication':\n    The link to the payment initiation or account information resource,\n    which needs to be updated by an additional encrypted PSU password.\n- 'authoriseTransaction':\n  The link to the authorisation or cancellation authorisation sub-resource,\n  where the authorisation data has to be uploaded, e.g. the TOP received by SMS.\n- 'scaStatus':\n  The link to retrieve the scaStatus of the corresponding authorisation sub-resource.\n","properties":{"authoriseTransaction":{"$ref":"#/components/schemas/hrefType"},"confirmation":{"$ref":"#/components/schemas/hrefType"},"scaOAuth":{"$ref":"#/components/schemas/hrefType"},"scaRedirect":{"$ref":"#/components/schemas/hrefType"},"scaStatus":{"$ref":"#/components/schemas/hrefType"},"updateAdditionalEncryptedPsuAuthentication":{"$ref":"#/components/schemas/hrefType"},"updateAdditionalPsuAuthentication":{"$ref":"#/components/schemas/hrefType"},"updatePsuAuthentication":{"$ref":"#/components/schemas/hrefType"},"updatePsuIdentification":{"$ref":"#/components/schemas/hrefType"}},"type":"object"},"_linksSigningBasket":{"description":"A list of hyperlinks to be recognised by the TPP. The actual hyperlinks used in the\nresponse depend on the dynamical decisions of the ASPSP when processing the request.\n\nRemark: All links can be relative or full links, to be decided by the ASPSP.\nType of links admitted in this response, (further links might be added for ASPSP defined\nextensions):\n\n  * 'scaRedirect':\n    In case of an SCA Redirect Approach, the ASPSP is transmitting the link to\n    which to redirect the PSU browser.\n  * 'scaOAuth':\n    In case of a SCA OAuth2 Approach, the ASPSP is transmitting the URI where the configuration of\n    the Authorisation Server can be retrieved. The configuration follows the\n    OAuth 2.0 Authorisation Server Metadata specification.\n  * 'startAuthorisation':\n    In case, where an explicit start of the transaction authorisation is needed,\n    but no more data needs to be updated (no authentication method to be selected,\n    no PSU identification nor PSU authentication data to be uploaded).\n  * 'startAuthorisationWithPsuIdentification':\n    The link to the authorisation end-point, where the authorisation sub-resource\n    has to be generated while uploading the PSU identification data.\n  * 'startAuthorisationWithPsuAuthentication':\n    The link to the authorisation end-point, where the authorisation sub-resource\n    has to be generated while uploading the PSU authentication data.\n  * 'startAuthorisationWithEncryptedPsuAuthentication':\n    The link to the authorisation end-point, where the authorisation sub-resource has\n    to be generated while uploading the encrypted PSU authentication data.\n  * 'startAuthorisationWithAuthenticationMethodSelection':\n    The link to the authorisation end-point, where the authorisation sub-resource\n    has to be generated while selecting the authentication method.\n    This link is contained under exactly the same conditions as the data element 'scaMethods'\n  * 'startAuthorisationWithTransactionAuthorisation':\n    The link to the authorisation end-point, where the authorisation sub-resource\n    has to be generated while authorising the transaction e.g. by uploading an\n    OTP received by SMS.\n  * 'self':\n    The link to the payment initiation resource created by this request.\n    This link can be used to retrieve the resource data.\n  * 'status':\n    The link to retrieve the transaction status of the payment initiation.\n  * 'scaStatus':\n    The link to retrieve the scaStatus of the corresponding authorisation sub-resource.\n    This link is only contained, if an authorisation sub-resource has been already created.\n","properties":{"scaOAuth":{"$ref":"#/components/schemas/hrefType"},"scaRedirect":{"$ref":"#/components/schemas/hrefType"},"scaStatus":{"$ref":"#/components/schemas/hrefType"},"self":{"$ref":"#/components/schemas/hrefType"},"startAuthorisation":{"$ref":"#/components/schemas/hrefType"},"startAuthorisationWithAuthenticationMethodSelection":{"$ref":"#/components/schemas/hrefType"},"startAuthorisationWithEncryptedPsuAuthentication":{"$ref":"#/components/schemas/hrefType"},"startAuthorisationWithPsuAuthentication":{"$ref":"#/components/schemas/hrefType"},"startAuthorisationWithPsuIdentification":{"$ref":"#/components/schemas/hrefType"},"startAuthorisationWithTransactionAuthorisation":{"$ref":"#/components/schemas/hrefType"},"status":{"$ref":"#/components/schemas/hrefType"}},"type":"object"},"_linksStartScaProcess":{"additionalProperties":{"$ref":"#/components/schemas/hrefType"},"description":"A list of hyperlinks to be recognised by the TPP. The actual hyperlinks used in the\nresponse depend on the dynamical decisions of the ASPSP when processing the request.\n\n**Remark:** All links can be relative or full links, to be decided by the ASPSP.\n\nType of links admitted in this response, (further links might be added for ASPSP defined\nextensions):\n\n- 'scaRedirect':\n  In case of an SCA Redirect Approach, the ASPSP is transmitting the link to which to\n  redirect the PSU browser.\n- 'scaOAuth':\n  In case of a SCA OAuth2 Approach, the ASPSP is transmitting the URI where the configuration of the Authorisation Server can be retrieved. The configuration follows the OAuth 2.0 Authorisation Server Metadata specification.\n* 'confirmation': \n  Might be added by the ASPSP if either the \"scaRedirect\" or \"scaOAuth\" hyperlink is returned \n  in the same response message. \n  This hyperlink defines the URL to the resource which needs to be updated with \n    * a confirmation code as retrieved after the plain redirect authentication process with the ASPSP authentication server or\n    * an access token as retrieved by submitting an authorization code after the integrated OAuth based authentication process with the ASPSP authentication server.\n- 'updatePsuIdentification': \n  The link to the authorisation or cancellation authorisation sub-resource, \n  where PSU identification data needs to be uploaded.\n- 'startAuthorisationWithPsuAuthentication':\n  The link to the authorisation or cancellation authorisation sub-resource,\n  where PSU authentication data needs to be uploaded.\n- 'startAuthorisationWithEncryptedPsuAuthentication':\n    Same as startAuthorisactionWithPsuAuthentication where the authentication data need to be encrypted on\n    application layer in uploading.\n- 'selectAuthenticationMethod':\n  The link to the authorisation or cancellation authorisation sub-resource,\n  where the selected authentication method needs to be uploaded.\n  This link is contained under exactly the same conditions as the data element 'scaMethods'.\n- 'authoriseTransaction':\n  The link to the authorisation or cancellation authorisation sub-resource,\n  where the authorisation data has to be uploaded, e.g. the TOP received by SMS.\n- 'scaStatus':\n  The link to retrieve the scaStatus of the corresponding authorisation sub-resource.\n","properties":{"authoriseTransaction":{"$ref":"#/components/schemas/hrefType"},"confirmation":{"$ref":"#/components/schemas/hrefType"},"scaOAuth":{"$ref":"#/components/schemas/hrefType"},"scaRedirect":{"$ref":"#/components/schemas/hrefType"},"scaStatus":{"$ref":"#/components/schemas/hrefType"},"selectAuthenticationMethod":{"$ref":"#/components/schemas/hrefType"},"startAuthorisationWithEncryptedPsuAuthentication":{"$ref":"#/components/schemas/hrefType"},"startAuthorisationWithPsuAuthentication":{"$ref":"#/components/schemas/hrefType"},"updatePsuIdentification":{"$ref":"#/components/schemas/hrefType"}},"type":"object"},"_linksTransactionDetails":{"additionalProperties":{"$ref":"#/components/schemas/hrefType"},"properties":{"transactionDetails":{"$ref":"#/components/schemas/hrefType"}},"required":["transactionDetails"],"type":"object"},"_linksUpdatePsuAuthentication":{"additionalProperties":{"$ref":"#/components/schemas/hrefType"},"description":"A list of hyperlinks to be recognised by the TPP. Might be contained, if several authentication methods\nare available for the PSU.\nType of links admitted in this response:\n  * 'updateAdditionalPsuAuthentication':\n    The link to the payment initiation or account information resource,\n    which needs to be updated by an additional PSU password.\n    This link is only contained in rare cases,\n    where such additional passwords are needed for PSU authentications.\n  * 'updateAdditionalEncryptedPsuAuthentication':\n    The link to the payment initiation or account information resource,\n    which needs to be updated by an additional encrypted PSU password.\n    This link is only contained in rare cases, where such additional passwords are needed for PSU authentications.\n  * 'selectAuthenticationMethod':\n    This is a link to a resource, where the TPP can select the applicable second factor authentication\n    methods for the PSU, if there were several available authentication methods.\n    This link is only contained, if the PSU is already identified or authenticated with the first relevant\n    factor or alternatively an access token, if SCA is required and if the PSU has a choice between different\n    authentication methods.\n    If this link is contained, then there is also the data element 'scaMethods' contained in the response body.\n  * 'authoriseTransaction': \n    The link to the resource, where the \"Transaction authorisation request\" is sent to. \n    This is the link to the resource which will authorise the transaction by checking the SCA authentication \n    data within the Embedded SCA approach.\n  * 'scaStatus':\n    The link to retrieve the scaStatus of the corresponding authorisation sub-resource.\n","properties":{"authoriseTransaction":{"$ref":"#/components/schemas/hrefType"},"scaStatus":{"$ref":"#/components/schemas/hrefType"},"selectAuthenticationMethod":{"$ref":"#/components/schemas/hrefType"},"updateAdditionalEncryptedPsuAuthentication":{"$ref":"#/components/schemas/hrefType"},"updateAdditionalPsuAuthentication":{"$ref":"#/components/schemas/hrefType"}},"type":"object"},"_linksUpdatePsuIdentification":{"additionalProperties":{"$ref":"#/components/schemas/hrefType"},"description":"A list of hyperlinks to be recognised by the TPP. The actual hyperlinks used in the response depend on the dynamical decisions of the ASPSP when processing the request.\n\n**Remark:** All links can be relative or full links, to be decided by the ASPSP.\n\nType of links admitted in this response, (further links might be added for ASPSP\ndefined extensions):\n\n- 'scaStatus': The link to retrieve the scaStatus of the corresponding authorisation sub-resource.\n- 'selectAuthenticationMethod': This is a link to a resource, where the TPP can select the applicable second factor authentication methods for the PSU, if there are several available authentication methods and if the PSU is already sufficiently authenticated.. If this link is contained, then there is also the data element \"scaMethods\" contained in the response body.\n","properties":{"scaStatus":{"$ref":"#/components/schemas/hrefType"},"selectAuthenticationMethod":{"$ref":"#/components/schemas/hrefType"}},"type":"object"},"accountAccess":{"description":"Requested access services for a consent.\n","properties":{"accounts":{"description":"Is asking for detailed account information. \n\nIf the array is empty in a request, the TPP is asking for an accessible account list. \nThis may be restricted in a PSU/ASPSP authorization dialogue. \nIf the array is empty, also the arrays for balances, additionalInformation sub attributes or transactions shall be empty, if used.\n","items":{"$ref":"#/components/schemas/accountReference16-CH"},"type":"array"},"additionalInformation":{"$ref":"#/components/schemas/additionalInformationAccess"},"allPsd2":{"description":"Optional if supported by API provider.\n\nThe values \"allAccounts\" and \"allAccountsWithOwnerName\" are admitted. \nThe support of the \"allAccountsWithOwnerName\" value by the ASPSP is optional.\n","enum":["allAccounts","allAccountsWithOwnerName"],"type":"string"},"availableAccounts":{"description":"Optional if supported by API provider.\n\nThe values \"allAccounts\" and \"allAccountsWithOwnerName\" are admitted. \nThe support of the \"allAccountsWithOwnerName\" value by the ASPSP is optional.\n","enum":["allAccounts","allAccountsWithOwnerName"],"type":"string"},"availableAccountsWithBalance":{"description":"Optional if supported by API provider.\n\nThe values \"allAccounts\" and \"allAccountsWithOwnerName\" are admitted. \nThe support of the \"allAccountsWithOwnerName\" value by the ASPSP is optional.\n","enum":["allAccounts","allAccountsWithOwnerName"],"type":"string"},"balances":{"description":"Is asking for balances of the addressed accounts.\n\nIf the array is empty in the request, the TPP is asking for the balances of all accessible account lists. \nThis may be restricted in a PSU/ASPSP authorization dialogue. \nIf the array is empty, also the arrays for accounts, additionalInformation sub attributes or transactions shall be empty, if used.\n","items":{"$ref":"#/components/schemas/accountReference16-CH"},"type":"array"},"restrictedTo":{"description":"If the TPP requests access to accounts via availableAccounts (List of available accounts), global \nor bank driven consents, the TPP may include this element to restrict access to the referred \naccount types. Absence of the element is interpreted as \"no restriction\" (therefore access to \naccounts of all types is requested). The element may only occur, if each of the elements \n  - accounts \n  - balances \n  - transactions \nis either not present or contains an empty array. \n","items":{"$ref":"#/components/schemas/cashAccountType"},"type":"array"},"transactions":{"description":"Is asking for transactions of the addressed accounts. \n\nIf the array is empty in the request, the TPP is asking for the transactions of all accessible account lists. \nThis may be restricted in a PSU/ASPSP authorization dialogue. \nIf the array is empty, also the arrays for accounts, additionalInformation sub attributes or balances shall be empty, if used.\n","items":{"$ref":"#/components/schemas/accountReference16-CH"},"type":"array"}},"type":"object"},"accountDetails":{"description":"The ASPSP shall give at least one of the account reference identifiers:\n  - iban\n  - bban\n  - pan\n  - maskedPan\n  - msisdn\nIf the account is a multicurrency account currency code in \"currency\" is set to \"XXX\".\n","properties":{"_links":{"$ref":"#/components/schemas/_linksAccountDetails"},"balances":{"$ref":"#/components/schemas/balanceList"},"bban":{"$ref":"#/components/schemas/bban"},"bic":{"$ref":"#/components/schemas/bicfi"},"cashAccountType":{"$ref":"#/components/schemas/cashAccountType"},"currency":{"$ref":"#/components/schemas/currencyCode"},"details":{"description":"Specifications that might be provided by the ASPSP:\n  - characteristics of the account\n  - characteristics of the relevant card\n","maxLength":500,"type":"string"},"displayName":{"$ref":"#/components/schemas/displayName"},"iban":{"$ref":"#/components/schemas/iban"},"linkedAccounts":{"description":"Case of a set of pending card transactions, the APSP will provide the relevant cash account the card is set up on.","maxLength":70,"type":"string"},"msisdn":{"$ref":"#/components/schemas/msisdn"},"name":{"description":"Name of the account, as assigned by the ASPSP, in agreement with the account owner in order to provide an additional means of identification of the account.","maxLength":70,"type":"string"},"ownerName":{"$ref":"#/components/schemas/ownerName"},"product":{"description":"Product name of the bank for this account, proprietary definition.","maxLength":35,"type":"string"},"resourceId":{"description":"This shall be filled, if addressable resource are created by the ASPSP on the /accounts or /card-accounts endpoint.","type":"string"},"status":{"$ref":"#/components/schemas/accountStatus"},"usage":{"description":"Specifies the usage of the account:\n  * PRIV: private personal account\n  * ORGA: professional account\n","enum":["PRIV","ORGA"],"maxLength":4,"type":"string"}},"required":["currency"],"type":"object"},"accountId":{"description":"This identification is denoting the addressed account, where the transaction has been performed.","example":"qwer3456tzui7890","type":"string"},"accountList":{"description":"List of accounts with details.\n","properties":{"accounts":{"items":{"$ref":"#/components/schemas/accountDetails"},"type":"array"}},"required":["accounts"],"type":"object"},"accountReference16-CH":{"description":"Reference to an account by either\n  * IBAN, of a payment accounts, or\n  * otherAccountIdentification, for payment accounts if there is no IBAN\nadapted from ISO pain.001.001.03.ch.02 CashAccount16-CH_IdTpCcy\n","properties":{"cashAccountType":{"$ref":"#/components/schemas/cashAccountType"},"currency":{"$ref":"#/components/schemas/currencyCode"},"iban":{"$ref":"#/components/schemas/iban"},"otherAccountIdentification":{"$ref":"#/components/schemas/otherAccountIdentification1-CH"}},"type":"object"},"accountReport":{"description":"JSON based account report.\nThis account report contains transactions resulting from the query parameters.\n\n'booked' shall be contained if bookingStatus parameter is set to \"booked\" or \"both\".\n\n'pending' is not contained if the bookingStatus parameter is set to \"booked\" or \"information\".\n\n'information' Only contained if the bookingStatus is set to \"information\" and if supported by ASPSP.\n","properties":{"_links":{"$ref":"#/components/schemas/_linksAccountReport"},"booked":{"$ref":"#/components/schemas/transactionList"},"information":{"$ref":"#/components/schemas/transactionList"},"pending":{"$ref":"#/components/schemas/transactionList"}},"required":["_links"],"type":"object"},"accountStatus":{"description":"Account status. The value is one of the following:\n  - \"enabled\": account is available\n  - \"deleted\": account is terminated\n  - \"blocked\": account is blocked e.g. for legal reasons\nIf this field is not used, than the account is available in the sense of this specification.\n","enum":["enabled","deleted","blocked"],"type":"string"},"additionalInformation":{"description":"Might be used by the ASPSP to transport additional transaction related information to the PSU\n","example":"Some additional transaction related information.","maxLength":500,"type":"string"},"additionalInformationAccess":{"description":"Optional if supported by API provider.\n\nIs asking for additional information as added within this structured object.\nThe usage of this data element requires at least one of the entries \"accounts\", \n\"transactions\" or \"balances\" also to be contained in the object. \nIf detailed accounts are referenced, it is required in addition that any account addressed within \nthe additionalInformation attribute is also addressed by at least one of the attributes \"accounts\", \n\"transactions\" or \"balances\".\n","properties":{"ownerName":{"description":"Is asking for account owner name of the accounts referenced within. \nIf the array is empty in the request, the TPP is asking for the account \nowner name of all accessible accounts. \nThis may be restricted in a PSU/ASPSP authorization dialogue. \nIf the array is empty, also the arrays for accounts, balances or transactions shall be empty, if used.\nThe ASPSP will indicate in the consent resource after a successful authorisation, \nwhether the ownerName consent can be accepted by providing the accounts on which the ownerName will \nbe delivered. \nThis array can be empty.\n","items":{"$ref":"#/components/schemas/accountReference16-CH"},"type":"array"},"trustedBeneficiaries":{"description":"Optional if supported by API provider.\nIs asking for the trusted beneficiaries related to the accounts referenced within and related to the PSU.\nIf the array is empty in the request, the TPP is asking for the lists of trusted beneficiaries of all accessible accounts. \nThis may be restricted in a PSU/ASPSP authorization dialogue by the PSU if also the account lists addressed \nby the tags “accounts”, “balances” or “transactions” are empty.\nThe ASPSP will indicate in the consent resource after a successful authorisation, \nwhether the trustedBeneficiaries consent can be accepted by providing the accounts on which the list of trusted beneficiaries will be delivered. \nThis array can be empty.\n","items":{"$ref":"#/components/schemas/accountReference16-CH"},"type":"array"}},"type":"object"},"additionalInformationStructured":{"description":"Is used if and only if the bookingStatus entry equals \"information\". \nEvery active standing order related to the dedicated payment account result into one entry.\n","properties":{"standingOrderDetails":{"$ref":"#/components/schemas/standingOrderDetails"}},"required":["standingOrderDetails"],"type":"object"},"address":{"example":{"buildingnNumber":"89","country":"FR","postCode":"75000","streetName":"rue blue","townName":"Paris"},"properties":{"buildingNumber":{"type":"string"},"country":{"$ref":"#/components/schemas/countryCode"},"postCode":{"type":"string"},"streetName":{"maxLength":70,"type":"string"},"townName":{"type":"string"}},"required":["country"],"type":"object"},"amount":{"example":{"amount":"123","currency":"EUR"},"properties":{"amount":{"$ref":"#/components/schemas/amountValue"},"currency":{"$ref":"#/components/schemas/currencyCode"}},"required":["currency","amount"],"type":"object"},"amountValue":{"description":"The amount given with fractional digits, where fractions must be compliant to the currency definition.\nUp to 14 significant figures. Negative amounts are signed by minus.\nThe decimal separator is a dot.\n\n**Example:**\nValid representations for EUR with up to two decimals are:\n\n  * 1056\n  * 5768.2\n  * -1.50\n  * 5877.78\n","example":"5877.78","pattern":"-?[0-9]{1,14}(\\.[0-9]{1,3})?","type":"string"},"authenticationMethodId":{"description":"An identification provided by the ASPSP for the later identification of the authentication method selection.\n","example":"myAuthenticationID","maxLength":35,"type":"string"},"authenticationObject":{"description":"Authentication object.\n","properties":{"authenticationMethodId":{"$ref":"#/components/schemas/authenticationMethodId"},"authenticationType":{"$ref":"#/components/schemas/authenticationType"},"authenticationVersion":{"description":"Depending on the \"authenticationType\".\nThis version can be used by differentiating authentication tools used within performing OTP generation in the same authentication type.\nThis version can be referred to in the ASPSP?s documentation.\n","type":"string"},"explanation":{"description":"Detailed information about the SCA method for the PSU.\n","example":"Detailed information about the SCA method for the PSU.","type":"string"},"name":{"description":"This is the name of the authentication method defined by the PSU in the Online Banking frontend of the ASPSP.\nAlternatively this could be a description provided by the ASPSP like \"SMS OTP on phone +49160 xxxxx 28\".\nThis name shall be used by the TPP when presenting a list of authentication methods to the PSU, if available.\n","example":"SMS OTP on phone +49160 xxxxx 28","type":"string"}},"required":["authenticationType","authenticationMethodId"],"type":"object"},"authenticationType":{"description":"Type of the authentication method.\n\nMore authentication types might be added during implementation projects and documented in the ASPSP documentation.\n\n  - 'SMS_OTP': An SCA method, where an OTP linked to the transaction to be authorised is sent to the PSU through a SMS channel.\n  - 'CHIP_OTP': An SCA method, where an OTP is generated by a chip card, e.g. a TOP derived from an EMV cryptogram. \n    To contact the card, the PSU normally needs a (handheld) device. \n    With this device, the PSU either reads the challenging data through a visual interface like flickering or \n    the PSU types in the challenge through the device key pad. \n    The device then derives an OTP from the challenge data and displays the OTP to the PSU.\n  - 'PHOTO_OTP': An SCA method, where the challenge is a QR code or similar encoded visual data\n    which can be read in by a consumer device or specific mobile app.\n    The device resp. the specific app than derives an OTP from the visual challenge data and displays\n    the OTP to the PSU.\n  - 'PUSH_OTP': An OTP is pushed to a dedicated authentication APP and displayed to the PSU.\n  - 'SMTP_OTP': An OTP is sent via email to the PSU.\n","enum":["SMS_OTP","CHIP_OTP","PHOTO_OTP","PUSH_OTP","SMTP_OTP"],"type":"string"},"authorisationConfirmation":{"description":"Content of the body of an authorisation confirmation request\n","properties":{"confirmationCode":{"description":"Confirmation Code as retrieved by the TPP from the redirect based SCA process.","type":"string"}},"required":["confirmationCode"],"type":"object"},"authorisationConfirmationResponse":{"description":"Body of the JSON response for an authorisation confirmation request.","properties":{"_links":{"$ref":"#/components/schemas/_linksAuthorisationConfirmation"},"psuMessage":{"$ref":"#/components/schemas/psuMessageText"},"scaStatus":{"$ref":"#/components/schemas/scaStatusAuthorisationConfirmation"}},"required":["scaStatus","_links"],"type":"object"},"authorisationId":{"description":"Resource identification of the related SCA.","example":"123auth456","type":"string"},"authorisations":{"description":"An array of all authorisationIds.","properties":{"authorisationIds":{"$ref":"#/components/schemas/authorisationsList"}},"required":["authorisationIds"],"type":"object"},"authorisationsList":{"description":"An array of all authorisationIds.","items":{"$ref":"#/components/schemas/authorisationId"},"type":"array"},"authorization":{"description":"Authorization by OAuth2 based Protocol.\n","type":"string"},"balance":{"description":"A single balance element.\n","properties":{"balanceAmount":{"$ref":"#/components/schemas/amount"},"balanceType":{"$ref":"#/components/schemas/balanceType"},"creditLimitIncluded":{"description":"A flag indicating if the credit limit of the corresponding account\nis included in the calculation of the balance, where applicable.\n","example":false,"type":"boolean"},"lastChangeDateTime":{"description":"This data element might be used to indicate e.g. with the expected or booked balance that no action is known\non the account, which is not yet booked.\n","format":"date-time","type":"string"},"lastCommittedTransaction":{"description":"\"entryReference\" of the last commited transaction to support the TPP in identifying whether all\nPSU transactions are already known.\n","maxLength":35,"type":"string"},"referenceDate":{"description":"Indicates the date of the balance.","format":"date","type":"string"}},"required":["balanceAmount","balanceType"],"type":"object"},"balanceList":{"description":"A list of balances regarding this account, e.g. the current balance, the last booked balance.\nThe list might be restricted to the current balance.\n","items":{"$ref":"#/components/schemas/balance"},"type":"array"},"balanceType":{"description":"The following balance types are defined:\n  - \"closingBooked\":\n    Balance of the account at the end of the pre-agreed account reporting period.\n    It is the sum of the opening booked balance at the beginning of the period and all entries booked\n    to the account during the pre-agreed account reporting period.\n\n    For card-accounts, this is composed of\n\n      - invoiced, but not yet paid entries\n\n  - \"expected\":\n    Balance composed of booked entries and pending items known at the time of calculation,\n    which projects the end of day balance if everything is booked on the account and no other entry is posted.\n    \n    For card accounts, this is composed of:\n      - invoiced, but not yet paid entries\n      - not yet invoiced but already booked entries and\n      - pending items (not yet booked)\n    \n    For card-accounts:\n\n    \"money to spend with the value of a pre-approved credit limit on the card account\"\n\n  - \"openingBooked\":\n    Book balance of the account at the beginning of the account reporting period.\n    It always equals the closing book balance from the previous report.\n  - \"interimAvailable\":\n    Available balance calculated in the course of the account ?servicer?s business day,\n    at the time specified, and subject to further changes during the business day.\n    The interim balance is calculated on the basis of booked credit and debit items during the calculation\n    time/period specified.\n    \n    For card-accounts, this is composed of:\n      - invoiced, but not yet paid entries\n      - not yet invoiced but already booked entries\n  - \"interimBooked\":\n    Balance calculated in the course of the account servicer's business day, at the time specified,\n    and subject to further changes during the business day.\n    The interim balance is calculated on the basis of booked credit and debit items during the calculation time/period\n    specified.\n  - \"forwardAvailable\":\n    Forward available balance of money that is at the disposal of the account owner on the date specified.\n  - \"nonInvoiced\":\n    Only for card accounts, to be checked yet.\n","enum":["closingBooked","expected","openingBooked","interimAvailable","interimBooked","forwardAvailable","nonInvoiced"],"type":"string"},"bankTransactionCode":{"description":"Bank transaction code as used by the ASPSP and using the sub elements of this structured code defined by ISO 20022.\n\nThis code type is concatenating the three ISO20022 Codes\n  * Domain Code,\n  * Family Code, and\n  * SubFamiliy Code\nby hyphens, resulting in 'DomainCode'-'FamilyCode'-'SubFamilyCode'.\n","example":"PMNT-RDDT-ESDD","type":"string"},"basketId":{"description":"Resource identification of the generated signing basket resource.","example":"1234-basket-567","type":"string"},"batchBookingPreferred":{"description":"If this element equals 'true', the PSU prefers only one booking entry.\nIf this element equals 'false', the PSU prefers individual booking of all contained individual transactions.\n\nThe ASPSP will follow this preference according to contracts agreed on with the PSU.\n","example":false,"type":"boolean"},"bban":{"description":"Basic Bank Account Number (BBAN) Identifier.\n\nThis data element can be used in the body of the consent request.\n  Message for retrieving account access consent from this account. This\n  data elements is used for payment accounts which have no IBAN.\n  ISO20022: Basic Bank Account Number (BBAN). \n  \n  Identifier used nationally by financial institutions, i.e., in individual countries, \n  generally as part of a National Account Numbering Scheme(s), \n  which uniquely identifies the account of a customer.\n","example":"BARC12345612345678","pattern":"[a-zA-Z0-9]{1,30}","type":"string"},"bicfi":{"description":"BICFI\n","example":"AAAADEBBXXX","pattern":"[A-Z]{6,6}[A-Z2-9][A-NP-Z0-9]([A-Z0-9]{3,3}){0,1}","type":"string"},"bookingDate":{"description":"The date when an entry is posted to an account on the ASPSPs books.\n","format":"date","type":"string"},"bulkPaymentInitiationWithStatusResponse":{"description":"Generic JSON response body consistion of the corresponding bulk payment initation JSON body together with an optional transaction status field.\n","properties":{"acceptorTransactionDateTime":{"format":"date-time","type":"string"},"batchBookingPreferred":{"$ref":"#/components/schemas/batchBookingPreferred"},"debtorAccount":{"$ref":"#/components/schemas/accountReference16-CH"},"paymentInformationId":{"maxLength":35,"type":"string"},"payments":{"description":"A list of generic JSON bodies payment initations for bulk payments via JSON.\n\nNote: Some fields from single payments do not occcur in a bulk payment element\n","items":{"$ref":"#/components/schemas/paymentInitiationBulkElement_json"},"type":"array"},"requestedExecutionDate":{"format":"date","type":"string"},"transactionStatus":{"$ref":"#/components/schemas/transactionStatus"}},"required":["payments","debtorAccount"],"type":"object"},"bulkPaymentInitiation_json":{"description":"Generic Body for a bulk payment initation via JSON.\n\npaymentInformationId is contained in code but commented since it is n.a.\nand not all ASPSP are able to support this field now.\nIn a later version the field will be mandatory.\n","properties":{"batchBookingPreferred":{"$ref":"#/components/schemas/batchBookingPreferred"},"debtorAccount":{"$ref":"#/components/schemas/accountReference16-CH"},"debtorAgent":{"$ref":"#/components/schemas/debtorAgent7-CH"},"payments":{"description":"A list of generic JSON bodies payment initations for bulk payments via JSON.\n\nNote: Some fields from single payments do not occcur in a bulk payment element\n","items":{"$ref":"#/components/schemas/paymentInitiationBulkElement_json"},"type":"array"},"requestedExecutionDate":{"format":"date","type":"string"},"requestedExecutionTime":{"format":"date-time","type":"string"}},"required":["payments","debtorAccount","debtorAgent"],"type":"object"},"camt.052":{"description":"camt.052 XML message.\n","type":"string"},"camt.053":{"description":"camt.053 XML message.\n","example":{"$ref":"#/components/examples/camt.053_simple_xml"},"type":"string"},"camt.054":{"description":"camt.054 XML message.\n","type":"string"},"cardAcceptorPhone":{"description":"Merchant phone number\nIt consists of a \"+\" followed by the country code (from 1 to 3 characters) then a \"-\" and finally, any\ncombination of numbers, \"(\", \")\", \"+\" and \"-\" (up to 30 characters).\npattern according to ISO20022 \\+[0-9]{1,3}-[0-9()+\\-]{1,30}\n","pattern":"\\+[0-9]{1,3}\\-[0-9()+\\-]{1,30}","type":"string"},"cardAccountDetails":{"description":"Card account details.\n","properties":{"_links":{"$ref":"#/components/schemas/_linksAccountDetails"},"balances":{"$ref":"#/components/schemas/balanceList"},"creditLimit":{"$ref":"#/components/schemas/amount"},"currency":{"$ref":"#/components/schemas/currencyCode"},"debitAccounting":{"$ref":"#/components/schemas/debitAccounting"},"details":{"description":"Specifications that might be provided by the ASPSP:\n  - characteristics of the account\n  - characteristics of the relevant card\n","maxLength":500,"type":"string"},"displayName":{"$ref":"#/components/schemas/displayName"},"maskedPan":{"$ref":"#/components/schemas/maskedPan"},"name":{"description":"Name of the account, as assigned by the ASPSP, \nin agreement with the account owner in order to provide an additional means of identification of the account.\n","maxLength":70,"type":"string"},"ownerName":{"$ref":"#/components/schemas/ownerName"},"product":{"description":"Product Name of the Bank for this account, proprietary definition.\n","maxLength":35,"type":"string"},"resourceId":{"description":"This is the data element to be used in the path when retrieving data from a dedicated account.\nThis shall be filled, if addressable resource are created by the ASPSP on the /card-accounts endpoint.\n","type":"string"},"status":{"$ref":"#/components/schemas/accountStatus"},"usage":{"description":"Specifies the usage of the account:\n  * PRIV: private personal account\n  * ORGA: professional account\n","enum":["PRIV","ORGA"],"maxLength":4,"type":"string"}},"required":["maskedPan","currency"],"type":"object"},"cardAccountList":{"description":"List of card accounts with details.\n","properties":{"cardAccounts":{"items":{"$ref":"#/components/schemas/cardAccountDetails"},"type":"array"}},"required":["cardAccounts"],"type":"object"},"cardAccountReport":{"description":"JSON based card account report.\n\nThis card account report contains transactions resulting from the query parameters.\n","properties":{"_links":{"$ref":"#/components/schemas/_linksCardAccountReport"},"booked":{"$ref":"#/components/schemas/cardTransactionList"},"pending":{"$ref":"#/components/schemas/cardTransactionList"}},"required":["booked","_links"],"type":"object"},"cardAccountsTransactionsResponse200":{"description":"Body of the JSON response for a successful read card account transaction list request.\nThis card account report contains transactions resulting from the query parameters.\n","properties":{"_links":{"$ref":"#/components/schemas/_linksDownload"},"balances":{"$ref":"#/components/schemas/balanceList"},"cardAccount":{"$ref":"#/components/schemas/accountReference16-CH"},"cardTransactions":{"$ref":"#/components/schemas/cardAccountReport"},"debitAccounting":{"$ref":"#/components/schemas/debitAccounting"}},"type":"object"},"cardTransaction":{"description":"Card transaction information.","properties":{"acceptorTransactionDateTime":{"description":"Timestamp of the actual card transaction within the acceptance system","format":"date-time","type":"string"},"bookingDate":{"$ref":"#/components/schemas/bookingDate"},"cardAcceptorAddress":{"$ref":"#/components/schemas/address"},"cardAcceptorId":{"maxLength":35,"type":"string"},"cardAcceptorPhone":{"$ref":"#/components/schemas/cardAcceptorPhone"},"cardTransactionId":{"$ref":"#/components/schemas/cardTransactionId"},"currencyExchange":{"$ref":"#/components/schemas/reportExchangeRateList"},"invoiced":{"type":"boolean"},"markupFee":{"$ref":"#/components/schemas/amount"},"markupFeePercentage":{"example":"0.3","type":"string"},"maskedPAN":{"$ref":"#/components/schemas/maskedPan"},"merchantCategoryCode":{"$ref":"#/components/schemas/merchantCategoryCode"},"originalAmount":{"$ref":"#/components/schemas/amount"},"proprietaryBankTransactionCode":{"$ref":"#/components/schemas/proprietaryBankTransactionCode"},"terminalId":{"$ref":"#/components/schemas/terminalId"},"transactionAmount":{"$ref":"#/components/schemas/amount"},"transactionDate":{"$ref":"#/components/schemas/transactionDate"},"transactionDetails":{"maxLength":140,"type":"string"}},"required":["transactionAmount"],"type":"object"},"cardTransactionId":{"description":"Unique end to end identity.","maxLength":35,"type":"string"},"cardTransactionList":{"description":"Array of transaction details.","items":{"$ref":"#/components/schemas/cardTransaction"},"type":"array"},"cashAccountType":{"description":"ExternalCashAccountType1Code from ISO 20022.\n","type":"string"},"challengeData":{"description":"It is contained in addition to the data element 'chosenScaMethod' if challenge data is needed for SCA.\nIn rare cases this attribute is also used in the context of the 'startAuthorisationWithPsuAuthentication' link.\n","properties":{"additionalInformation":{"description":"Additional explanation for the PSU to explain\ne.g. fallback mechanism for the chosen SCA method.\nThe TPP is obliged to show this to the PSU.\n","type":"string"},"data":{"description":"A collection of strings as challenge data.","items":{"type":"string"},"type":"array"},"image":{"description":"PNG data (max. 512 kilobyte) to be displayed to the PSU,\nBase64 encoding, cp. [RFC4648].\nThis attribute is used only, when PHOTO_OTP or CHIP_OTP\nis the selected SCA method.\n","format":"byte","type":"string"},"imageLink":{"description":"A link where the ASPSP will provides the challenge image for the TPP.","type":"string"},"otpFormat":{"description":"The format type of the OTP to be typed in. The admitted values are \"characters\" or \"integer\".","enum":["characters","integer"],"type":"string"},"otpMaxLength":{"description":"The maximal length for the OTP to be typed in by the PSU.","type":"integer"}},"type":"object"},"chargeBearer":{"description":"Charge Bearer. ChargeBearerType1Code from ISO20022.","enum":["DEBT","CRED","SHAR","SLEV"],"type":"string"},"chosenScaMethod":{"$ref":"#/components/schemas/authenticationObject"},"combinedServiceIndicator":{"description":"If \"true\" indicates that a payment initiation service will be addressed in the same \"session\".\n","example":false,"type":"boolean"},"confirmationOfFunds":{"description":"JSON Request body for the \"Confirmation of funds service\".\n\n<table> \n<tr> \n  <td>cardNumber</td> \n  <td>String </td>\n  <td>Optional</td>\n  <td>Card Number of the card issued by the PIISP. Should be delivered if available.</td>\n</tr>\n<tr>\n  <td>account</td>\n  <td> Account Reference</td>\n  <td>Mandatory</td>\n  <td>PSU's account number.</td>\n</tr>\n<tr>\n  <td>payee</td>\n  <td>Max70Text</td>\n  <td>Optional</td>\n  <td>The merchant where the card is accepted as an information to the PSU.</td>\n</tr>\n<tr>\n  <td>instructedAmount</td>\n  <td>Amount</td>\n  <td>Mandatory</td>\n  <td>Transaction amount to be checked within the funds check mechanism.</td>\n</tr>\n</table>\n","properties":{"account":{"$ref":"#/components/schemas/accountReference16-CH"},"cardNumber":{"description":"Card Number of the card issued by the PIISP.\nShould be delivered if available.\n","maxLength":35,"type":"string"},"instructedAmount":{"$ref":"#/components/schemas/amount"},"payee":{"description":"Name payee.","maxLength":70,"type":"string"}},"required":["account","instructedAmount"],"type":"object"},"consentId":{"description":"ID of the corresponding consent object as returned by an account information consent request.\n","type":"string"},"consentIdList":{"description":"A list of consentIds.","items":{"$ref":"#/components/schemas/consentId"},"minItems":1,"type":"array"},"consentInformationResponse-200_json":{"description":"Body of the JSON response for a successfull get consent request.","properties":{"_links":{"$ref":"#/components/schemas/_linksGetConsent"},"access":{"$ref":"#/components/schemas/accountAccess"},"consentStatus":{"$ref":"#/components/schemas/consentStatus"},"frequencyPerDay":{"$ref":"#/components/schemas/frequencyPerDay"},"lastActionDate":{"$ref":"#/components/schemas/lastActionDate"},"recurringIndicator":{"$ref":"#/components/schemas/recurringIndicator"},"validUntil":{"$ref":"#/components/schemas/validUntil"}},"required":["access","recurringIndicator","validUntil","frequencyPerDay","lastActionDate","consentStatus"],"type":"object"},"consentStatus":{"description":"This is the overall lifecycle status of the consent.\n\nValid values are:\n  - 'received': The consent data have been received and are technically correct.\n    The data is not authorised yet.\n  - 'rejected': The consent data have been rejected e.g. since no successful authorisation has taken place.\n  - 'valid': The consent is accepted and valid for GET account data calls and others as specified in the consent object.\n  - 'revokedByPsu': The consent has been revoked by the PSU towards the ASPSP.\n  - 'expired': The consent expired.\n  - 'terminatedByTpp': The corresponding TPP has terminated the consent by applying the DELETE method to the consent resource.\n  - 'partiallyAuthorised': The consent is due to a multi-level authorisation, some but not all mandated authorisations have been performed yet.\n\nThe ASPSP might add further codes. These codes then shall be contained in the ASPSP's documentation of the XS2A interface \nand has to be added to this API definition as well.\n","enum":["received","rejected","valid","revokedByPsu","expired","terminatedByTpp","partiallyAuthorised"],"type":"string"},"consentStatusResponse-200":{"description":"Body of the JSON response for a successful get status request for a consent.","properties":{"consentStatus":{"$ref":"#/components/schemas/consentStatus"},"psuMessage":{"$ref":"#/components/schemas/psuMessageText"}},"required":["consentStatus"],"type":"object"},"consents":{"description":"Content of the body of a consent request.\n","properties":{"access":{"$ref":"#/components/schemas/accountAccess"},"combinedServiceIndicator":{"description":"If \"true\" indicates that a payment initiation service will be addressed in the same \"session\".\n","example":false,"type":"boolean"},"frequencyPerDay":{"$ref":"#/components/schemas/frequencyPerDay"},"recurringIndicator":{"$ref":"#/components/schemas/recurringIndicator"},"validUntil":{"$ref":"#/components/schemas/validUntil"}},"required":["access","recurringIndicator","validUntil","frequencyPerDay","combinedServiceIndicator"],"type":"object"},"consentsResponse-201":{"description":"Body of the JSON response for a successful consent request.","properties":{"_links":{"$ref":"#/components/schemas/_linksConsents"},"challengeData":{"$ref":"#/components/schemas/challengeData"},"chosenScaMethod":{"$ref":"#/components/schemas/authenticationObject"},"consentId":{"$ref":"#/components/schemas/consentId"},"consentStatus":{"$ref":"#/components/schemas/consentStatus"},"psuMessage":{"$ref":"#/components/schemas/psuMessageText"},"scaMethods":{"$ref":"#/components/schemas/scaMethods"}},"required":["consentStatus","consentId","_links"],"type":"object"},"countryCode":{"description":"ISO 3166 ALPHA2 country code.","example":"SE","pattern":"[A-Z]{2}","type":"string"},"creditorAgent7-CH":{"description":"Reference to an creditorAgent by either\n  * BIC, of the creditor bank, or\n  * IID, of the creditor bank, or\n  * IID and optional name and address of the creditor bank or\n  * Name and address of the creditor bank\nadapted from ISO pain.001.001.03.ch.02 FinancialInstitutionIdentification7-CH\n","properties":{"address":{"$ref":"#/components/schemas/postalAddress6-CH"},"bic":{"$ref":"#/components/schemas/bicfi"},"iid":{"$ref":"#/components/schemas/institutionalIdentification2"},"name":{"maxLength":35,"type":"string"}},"type":"object"},"creditorAgentName":{"description":"Creditor agent name.","example":"Creditor Id 1234","maxLength":35,"type":"string"},"creditorId":{"description":"Identification of Creditors, e.g. a SEPA Creditor ID.","example":"Creditor Id 5678","maxLength":35,"type":"string"},"creditorName":{"description":"Creditor name.","example":"Creditor Name","maxLength":70,"type":"string"},"creditorNameAndAddress":{"description":"Creditor Name and Address in a free text field.","example":"Max Masters, Main Street 1, 12345 City, Example Country","maxLength":140,"type":"string"},"currencyCode":{"description":"ISO 4217 Alpha 3 currency code.\n","example":"EUR","pattern":"[A-Z]{3}","type":"string"},"dayOfExecution":{"description":"Day of execution as string.\n\nThis string consists of up two characters.\nLeading zeroes are not allowed.\n\n31 is ultimo of the month.\n","enum":["1","2","3","4","5","6","7","8","9","10","11","12","13","14","15","16","17","18","19","20","21","22","23","24","25","26","27","28","29","30","31"],"maxLength":2,"type":"string"},"debitAccounting":{"description":"If true, the amounts of debits on the reports are quoted positive with the related consequence for balances.\nIf false, the amount of debits on the reports are quoted negative.\n","type":"boolean"},"debtorAgent7-CH":{"description":"Reference to an debtorAgent by either\n  * BIC, of the debtor bank, or\n  * IID, of the debtor bank\nadapted from ISO pain.001.001.03.ch.02 FinancialInstitutionIdentification7-CH_BicOrClrId\n","properties":{"bic":{"$ref":"#/components/schemas/bicfi"},"iid":{"$ref":"#/components/schemas/institutionalIdentification2"}},"type":"object"},"debtorId":{"description":"Debtor Id.","example":"Debtor Id 1234","maxLength":35,"type":"string"},"debtorName":{"description":"Debtor name.","example":"Debtor Name","maxLength":70,"type":"string"},"displayName":{"description":"Name of the account as defined by the PSU within online channels.\n","maxLength":70,"type":"string"},"endDate":{"description":"The last applicable day of execution.\nIf not given, it is an infinite standing order.\n","format":"date","type":"string"},"entryDetails":{"description":"Might be used by the ASPSP to transport details about transactions within a batch.\n","items":{"$ref":"#/components/schemas/EntryDetailsElement"},"type":"array"},"entryReference":{"description":"Is the identification of the transaction as used e.g. for reference for deltafunction on application level.\nThe same identification as for example used within camt.05x messages.\n","maxLength":35,"type":"string"},"exchangeRateInformation1":{"description":"as in ISO pain.001.001.03.ch.02 ExchangeRateInformation1","properties":{"contractIdentification":{"maxLength":35,"type":"string"},"exchangeRate":{"type":"string"},"rateType":{"enum":["SPOT","SALE","AGRD"],"type":"string"}},"type":"object"},"executionRule":{"description":"\"following\" or \"preceding\" supported as values.\nThis data attribute defines the behaviour when recurring payment dates falls on a weekend or bank holiday.\nThe payment is then executed either the \"preceding\" or \"following\" working day.\nASPSP might reject the request due to the communicated value, if rules in Online-Banking are not supporting\nthis execution rule.\n","enum":["following","preceding"],"type":"string"},"externalServiceLevel1Code":{"description":"Specifies the external service level code in the format of character string with a maximum length of 4 characters.","enum":["SEPA","PRPT","SDVA","URGP"],"maxLength":4,"type":"string"},"frequencyCode":{"description":"The following codes from the \"EventFrequency7Code\" of ISO 20022 are supported:\n- \"Daily\"\n- \"Weekly\"\n- \"EveryTwoWeeks\"\n- \"Monthly\"\n- \"EveryTwoMonths\"\n- \"Quarterly\"\n- \"SemiAnnual\"\n- \"Annual\"\n- \"MonthlyVariable\"\n","enum":["Daily","Weekly","EveryTwoWeeks","Monthly","EveryTwoMonths","Quarterly","SemiAnnual","Annual","MonthlyVariable"],"type":"string"},"frequencyPerDay":{"description":"This field indicates the requested maximum frequency for an access without PSU involvement per day.\nFor a one-off access, this attribute is set to \"1\".\n\nThe frequency needs to be greater equal to one.\n\nIf not otherwise agreed bilaterally between TPP and ASPSP, the frequency is less equal to 4.\n","example":4,"exclusiveMinimum":false,"minimum":1,"type":"integer"},"fundsAvailable":{"description":"Equals true if sufficient funds are available at the time of the request, false otherwise.\n\nThis datalemenet is allways contained in a confirmation of funds response.\n\nThis data element is contained in a payment status response, \nif supported by the ASPSP, if a funds check has been performed and \nif the transactionStatus is \"ACTC\", \"ACWC\" or \"ACCP\".\n","type":"boolean"},"hrefEntry":{"description":"Link to a resource.","example":"/v1/payments/swiss-sepa-credit-transfers/1234-wertiq-983","type":"string"},"hrefType":{"description":"Link to a resource.","properties":{"href":{"$ref":"#/components/schemas/hrefEntry"}},"type":"object"},"iban":{"description":"IBAN of an account.","example":"FR7612345987650123456789014","pattern":"[A-Z]{2,2}[0-9]{2,2}[a-zA-Z0-9]{1,30}","type":"string"},"institutionalIdentification2":{"description":"Institiutional identification of a bank (Clearing System Member ID)\nadapted from ISO pain.001.001.03.ch.02 ClearingSystemMemberIdentification2\n","properties":{"clearingSystemIdCode":{"maxLength":5,"minLength":1,"type":"string"},"clearingSystemMemberId":{"maxLength":35,"type":"string"}},"required":["clearingSystemIdCode","clearingSystemMemberId"],"type":"object"},"lastActionDate":{"description":"This date is containing the date of the last action on the consent object either through\nthe XS2A interface or the PSU/ASPSP interface having an impact on the status.\n","example":"2025-08-15T13:50:49.619Z","format":"date","type":"string"},"maskedPan":{"description":"Masked Primary Account Number.\n","example":"123456xxxxxx1234","maxLength":35,"type":"string"},"merchantCategoryCode":{"description":"Merchant category code.","maxLength":4,"minLength":4,"type":"string"},"monthsOfExecution":{"description":"The format is following the regular expression \\d{1,2}. \nThe array is restricted to 11 entries. \nThe values contained in the array entries shall all be different and the maximum value of one entry is 12.\nThis attribute is contained if and only if the frequency equals \"MonthlyVariable\".\nExample: An execution on January, April and October each year is addressed by [\"1\", \"4\", \"10\"].\n","items":{"enum":["1","2","3","4","5","6","7","8","9","10","11","12"],"maxItems":11,"maxLength":2,"type":"string"},"type":"array"},"msisdn":{"description":"Mobile phone number.","example":"+49 170 1234567","maxLength":35,"type":"string"},"mt940":{"description":"Data MT940 format in a text structure.\n","type":"string"},"mt942":{"description":"Data MT942 format in a text structure.\n","type":"string"},"otherAccountIdentification1-CH":{"description":"Other payment account Identifier.\nadapted from ISO pain.001.001.03.ch.02 GenericAccountIdentification1-CH\n","example":"90-100100-0","maxLength":34,"type":"string"},"ownerName":{"description":"Name of the legal account owner. \nIf there is more than one owner, then e.g. two names might be noted here.\n\nFor a corporate account, the corporate name is used for this attribute.\nEven if supported by the ASPSP, the provision of this field might depend on the fact whether an explicit consent to this specific additional account information has been given by the PSU.\n","example":"John Doe","maxLength":140,"type":"string"},"pan":{"description":"Primary Account Number according to ISO/IEC 7812.\n","example":"5409050000000000","maxLength":35,"type":"string"},"paymentId":{"description":"Resource identification of the generated payment initiation resource.","example":"1234-wertiq-983","type":"string"},"paymentIdList":{"description":"A list of paymentIds.","items":{"$ref":"#/components/schemas/paymentId"},"minItems":1,"type":"array"},"paymentInitationRequestResponse-201":{"description":"Body of the response for a successful payment initiation request.","properties":{"_links":{"$ref":"#/components/schemas/_linksPaymentInitiation"},"challengeData":{"$ref":"#/components/schemas/challengeData"},"chosenScaMethod":{"$ref":"#/components/schemas/authenticationObject"},"currencyConversionFee":{"$ref":"#/components/schemas/amount"},"estimatedInterbankSettlementAmount":{"$ref":"#/components/schemas/amount"},"estimatedTotalAmount":{"$ref":"#/components/schemas/amount"},"paymentId":{"$ref":"#/components/schemas/paymentId"},"psuMessage":{"$ref":"#/components/schemas/psuMessageText"},"scaMethods":{"$ref":"#/components/schemas/scaMethods"},"tppMessages":{"items":{"$ref":"#/components/schemas/tppMessage2XX"},"type":"array"},"transactionFeeIndicator":{"$ref":"#/components/schemas/transactionFeeIndicator"},"transactionFees":{"$ref":"#/components/schemas/amount"},"transactionStatus":{"$ref":"#/components/schemas/transactionStatus"}},"required":["transactionStatus","paymentId","_links"],"type":"object"},"paymentInitiationBulkElement_json":{"description":"Generic body for a bulk payment initation entry.\n\nThe bulk entry type is a type which follows the JSON formats for the supported products for single payments\nexcluding the data elements (if supported):\n  * debtorAccount\n  * requestedExecutionDate,\n  * requestedExecutionTime.\nThese data elements may not be contained in any bulk entry.\n\nThis data object can be used to represent valid bulk payment initiations entry for the following JSON based payment product,\nwhich where defined in the Implementation Guidelines:\n\n  * domestic-swiss-credit-transfers-isr\n  * domestic-swiss-credit-transfers\n  * domestic-swiss-credit-transfers-qr\n  * domestic-swiss-foreign-credit-transfers\n  * swiss-sepa-credit-transfers\n  * swiss-cross-border-credit-transfers\n\nFor the convenience of the implementer additional which are already predefinded in the Implementation Guidelines\nare included (but commented in source code), such that an ASPSP may add them easily.\n\nTake care: Since the format is intended to fit for all payment products\nthere are additional conditions which are NOT covered by this specification.\nPlease check the SIX Swiss Payment Standards implementation guidelines for details.\n\n\nThe following data element are depending on the actual payment product available (in source code):\n\n<table style=\"width:100%\">\n<tr><td></td><td>Payment Type 1: ISR</td><td>Payment Type 3: IBAN/postal account and IID/BIC</td><td>Payment Type 3: QR-bill</td><td>Payment Type 4: Foreign currency</td><td>Payment Type 5: Foreign SEPA</td><td>Payment Type 6: Foreign</td></tr>\n<tr><td>CH Domestic Data Element</td><td>domestic-swiss-credit-transfers-isr</td><td>domestic-swiss-credit-transfers</td><td>domestic-swiss-credit-transfers-qr</td><td>domestic-swiss-foreign-credit-transfers</td><td>swiss-sepa-credit-transfers</td><td>swiss-cross-border-credit-transfers</td></tr>\n<tr><td>endToEndIdentification</td><td>mandatory</td><td>mandatory</td><td>mandatory</td><td>mandatory</td><td>mandatory</td><td>mandatory</td></tr>\n<tr><td>instructionIdentification</td><td>n.a.</td><td>n.a.</td><td>n.a.</td><td>n.a.</td><td>n.a.</td><td>n.a.</td></tr>\n<tr><td>debtorName</td><td>mandatory</td><td>mandatory</td><td>mandatory</td><td>mandatory</td><td>mandatory</td><td>mandatory</td></tr>\n<tr><td>debtorId</td><td>optional 3)</td><td>optional 3)</td><td>optional 3)</td><td>optional 3)</td><td>optional 3)</td><td>optional 3)</td></tr>\n<tr><td>ultimateDebtor</td><td>optional</td><td>optional</td><td>optional</td><td>optional</td><td>optional</td><td>optional</td></tr>\n<tr><td>instructedAmount (incl. currency)</td><td>mandatory</td><td>dependent 1)</td><td>dependent 1)</td><td>dependent 1)</td><td>dependent 1)</td><td>dependent 1)</td></tr>\n<tr><td>equivalentAmount</td><td>n.a.</td><td>dependent 1)</td><td>dependent 1)</td><td>dependent 1)</td><td>dependent 1)</td><td>dependent 1)</td></tr>\n<tr><td>transactionCurrency</td><td>n.a.</td><td>dependent 1)</td><td>dependent 1)</td><td>dependent 1)</td><td>dependent 1)</td><td>dependent 1)</td></tr>\n<tr><td>exchangeRateInformation</td><td>n.a.</td><td>optional 2)</td><td>optional 2)</td><td>optional 2)</td><td>optional 2)</td><td>optional 2)</td></tr>\n<tr><td>creditorAccount</td><td>mandatory</td><td>mandatory</td><td>mandatory 8)</td><td>mandatory</td><td>mandatory</td><td>mandatory</td></tr>\n<tr><td>creditorAgent</td><td>n.a.</td><td>dependent 4)</td><td>dependent 4)</td><td>dependent 4)</td><td>dependent 4)</td><td>dependent 4)</td></tr>\n<tr><td>creditorAgentName</td><td>n.a.</td><td>n.a.</td><td>n.a.</td><td>dependent 5)</td><td>n.a.</td><td>dependent 5)</td></tr>\n<tr><td>creditorName</td><td>mandatory</td><td>mandatory</td><td>mandatory</td><td>mandatory</td><td>mandatory</td><td>mandatory</td></tr>\n<tr><td>creditorId</td><td>n.a.</td><td>optional</td><td>optional</td><td>optional</td><td>optional</td><td>optional</td></tr>\n<tr><td>creditorAddress</td><td>optional</td><td>optional</td><td>optional</td><td>optional</td><td>optional</td><td>optional</td></tr>\n<tr><td>creditorNameAndAddress</td><td>n.a.</td><td>dependent</td><td>dependent</td><td>dependent</td><td>dependent</td><td>dependent</td></tr>\n<tr><td>ultimateCreditor</td><td>n.a.</td><td>optional</td><td>n.a. (for future use)</td><td>optional</td><td>optional</td><td>optional</td></tr>\n<tr><td>chargeBearer</td><td>n.a.</td><td>optional</td><td>optional</td><td>optional</td><td>mandatory</td><td>optional</td></tr>\n<tr><td>purposeCode</td><td>optional</td><td>optional</td><td>optional</td><td>optional</td><td>optional</td><td>optional</td></tr>\n<tr><td>serviceLevel</td><td>n.a.</td><td>optional</td><td>optional</td><td>optional</td><td>mandatory</td><td>optional</td></tr>\n<tr><td>remittanceInformationUnstructured</td><td>n.a.</td><td>optional</td><td>n.a.</td><td>optional</td><td>optional</td><td>optional</td></tr>\n<tr><td>remittanceInformationUnstructuredArray</td><td>n.a.</td><td>n.a.</td><td>n.a.</td><td>n.a.</td><td>n.a.</td><td>n.a.</td></tr>\n<tr><td>remittanceInformationStructured</td><td>mandatory</td><td>optional</td><td>mandatory 6)</td><td>optional</td><td>optional</td><td>optional</td></tr>\n<tr><td>remittanceInformationStructuredArray</td><td>n.a.</td><td>n.a.</td><td>n.a.</td><td>n.a.</td><td>n.a.</td><td>n.a.</td></tr>\n<tr><td>intermediaryAgent</td><td>n.a.</td><td>n.a.</td><td>n.a.</td><td>optional 2)</td><td>n.a.</td><td>optional 2)</td></tr>\n</table>\n\nFootnotes from the table:\n1) This element may only be used by agreement with the instructed financial institution.\n2) The element may only be used in consultation with the financial institution commissioned.\n3) The element is currently ignored by financial institutions.\n4) Dependence on creditorAccount, see SIX Swiss Payments Standards implementation guidelines.\n5) Type 4(V3), 6(V2, V3): Must be present. Type 4(V2): May be present. Other species: May not be present.\n6) QR-reference, creditor reference or IPI reference\n7) currencyOfTransfer is a subfield of equivalentAmount and may only be used if equivalentAmount is used instead of instructedAmount.\n8) QR-IBAN (CH/LI) must be present.\n\nIMPORTANT: In this API definition the following holds:\n  *  All data elements mentioned above are defined, but some of them are commented,\n    i.e. they are only visible in the source code and can be used by uncommenting them.\n  * Data elements which are mandatory in the table above for all payment products\n    are set to be mandatory in this specification.\n  * Data elements which are indicated in the table above as n.a. for all payment products are commented in the source code.\n  * Data elements which are indicated to be option, conditional or mandatory for at least one payment product\n    in the table above are set to be optional in the s specification except the case where all are definde to be mandatory.\n  * Data element which are inticated to be n.a. can be used by the ASPS if needed.\n    In this case uncomment tthe the relatetd lines in the source code.\n  * If one uses this data types for some payment products he has to ensure that the used data type is\n    valid according to the underlying payment product, e.g. by some appropriate validations.\n","properties":{"chargeBearer":{"$ref":"#/components/schemas/chargeBearer"},"creditorAccount":{"$ref":"#/components/schemas/accountReference16-CH"},"creditorAddress":{"$ref":"#/components/schemas/address"},"creditorAgent":{"$ref":"#/components/schemas/creditorAgent7-CH"},"creditorAgentName":{"$ref":"#/components/schemas/creditorAgentName"},"creditorId":{"$ref":"#/components/schemas/creditorId"},"creditorName":{"$ref":"#/components/schemas/creditorName"},"creditorNameAndAddress":{"$ref":"#/components/schemas/creditorNameAndAddress"},"debtorId":{"$ref":"#/components/schemas/debtorId"},"debtorName":{"$ref":"#/components/schemas/debtorName"},"endToEndIdentification":{"maxLength":35,"type":"string"},"equivalentAmount":{"$ref":"#/components/schemas/amount"},"exchangeRateInformation":{"$ref":"#/components/schemas/exchangeRateInformation1"},"instructedAmount":{"$ref":"#/components/schemas/amount"},"intermediaryAgent":{"$ref":"#/components/schemas/bicfi"},"purposeCode":{"$ref":"#/components/schemas/purposeCode"},"remittanceInformationStructured":{"$ref":"#/components/schemas/remittanceInformationStructured"},"remittanceInformationUnstructured":{"$ref":"#/components/schemas/remittanceInformationUnstructured"},"serviceLevel":{"$ref":"#/components/schemas/externalServiceLevel1Code"},"transactionCurrency":{"$ref":"#/components/schemas/currencyCode"},"ultimateCreditor":{"$ref":"#/components/schemas/ultimateCreditor"},"ultimateDebtor":{"$ref":"#/components/schemas/ultimateDebtor"}},"required":["endToEndIdentification","debtorName","creditorAccount","creditorName"],"type":"object"},"paymentInitiationCancelResponse-202":{"description":"Body of the response for a successful cancel payment request.","properties":{"_links":{"$ref":"#/components/schemas/_linksPaymentInitiationCancel"},"challengeData":{"$ref":"#/components/schemas/challengeData"},"chosenScaMethod":{"$ref":"#/components/schemas/authenticationObject"},"scaMethods":{"$ref":"#/components/schemas/scaMethods"},"transactionStatus":{"$ref":"#/components/schemas/transactionStatus"}},"required":["transactionStatus"],"type":"object"},"paymentInitiationCrossBorder_pain.001":{"description":"A pain.001 structure corresponding to the cross-border schema.\n\nFor cross-border payments only community wide pain.001 schemes do exist.\n","type":"string"},"paymentInitiationSctInst_pain.001":{"description":"A pain.001 structure corresponding to the SCT INST schema.\n","type":"string"},"paymentInitiationSct_pain.001":{"description":"A pain.001 structure corresponding to the SCT schema\n\nurn:iso:std:iso:20022:tech:xsd:pain.001.001.03\n","example":"<Document xmlns=\"urn:iso:std:iso:20022:tech:xsd:pain.001.001.03\"> <CstmrCdtTrfInitn> <GrpHdr> <MsgId>MIPI-123456789RI-123456789</MsgId> <CreDtTm>2017-02-14T20:23:34.000Z</CreDtTm> <NbOfTxs>1</NbOfTxs> <CtrlSum>123</CtrlSum> <InitgPty> <Nm>PaymentInitiator</Nm> <Id><OrgId><Othr><Id>DE10000000012</Id> <SchmeNm><Prptry>PISP</Prptry></SchmeNm></Othr></OrgId></Id> </InitgPty> </GrpHdr> <PmtInf> <PmtInfId>BIPI-123456789RI-123456789</PmtInfId> <PmtMtd>TRF</PmtMtd> <NbOfTxs>1</NbOfTxs> <CtrlSum>123</CtrlSum> <PmtTpInf><SvcLvl><Cd>SEPA</Cd></SvcLvl></PmtTpInf> <ReqdExctnDt>2017-02-15</ReqdExctnDt> <Dbtr><Nm>PSU Name</Nm></Dbtr> <DbtrAcct><Id><IBAN>DE87200500001234567890</IBAN></Id></DbtrAcct> <ChrgBr>SLEV</ChrgBr> <CdtTrfTxInf> <PmtId><EndToEndId>RI-123456789</EndToEndId></PmtId> <Amt><InstdAmt Ccy=\"EUR\">123</InstdAmt></Amt> <Cdtr><Nm>Merchant123</Nm></Cdtr> <CdtrAcct><Id><IBAN> DE23100120020123456789</IBAN></Id></CdtrAcct> <RmtInf><Ustrd>Ref Number Merchant-123456</Ustrd></RmtInf> </CdtTrfTxInf> </PmtInf> </CstmrCdtTrfInitn> </Document>","type":"string"},"paymentInitiationStatusResponse-200_json":{"description":"Body of the response for a successful payment initiation status request in case of an JSON based endpoint.","properties":{"fundsAvailable":{"$ref":"#/components/schemas/fundsAvailable"},"psuMessage":{"$ref":"#/components/schemas/psuMessageText"},"transactionStatus":{"$ref":"#/components/schemas/transactionStatus"}},"required":["transactionStatus"],"type":"object"},"paymentInitiationStatusResponse-200_xml":{"description":"Body of the response for a successful payment initiation status request in case of an XML based endpoint.\n\nThe status is returned as a pain.002 structure.\n\nurn:iso:std:iso:20022:tech:xsd:pain.002.001.03\n\nThe chosen XML schema of the status request is following the XML schema definitions of the original pain.001 schema.\n","type":"string"},"paymentInitiationSwissSix_pain.001":{"description":"A pain.001 structure corresponding to the swiss schema pain.001.001.03.ch.02.xsd\n","type":"string"},"paymentInitiationTarget2_pain.001":{"description":"A pain.001 structure corresponding to the target-2 schema.\n\nFor TARGET-2 payments only community wide pain.001 schemes do exist.\n","type":"string"},"paymentInitiationWithStatusResponse":{"description":"Generic JSON response body consistion of the corresponding payment initation JSON body together with an optional transaction status field.\n","properties":{"creditorAccount":{"$ref":"#/components/schemas/accountReference16-CH"},"creditorAddress":{"$ref":"#/components/schemas/address"},"creditorAgent":{"$ref":"#/components/schemas/creditorAgent7-CH"},"creditorName":{"$ref":"#/components/schemas/creditorName"},"debtorAccount":{"$ref":"#/components/schemas/accountReference16-CH"},"endToEndIdentification":{"maxLength":35,"type":"string"},"instructedAmount":{"$ref":"#/components/schemas/amount"},"purposeCode":{"$ref":"#/components/schemas/purposeCode"},"remittanceInformationStructured":{"$ref":"#/components/schemas/remittanceInformationStructured"},"remittanceInformationUnstructured":{"$ref":"#/components/schemas/remittanceInformationUnstructured"},"remittanceInformationUnstructuredArray":{"$ref":"#/components/schemas/remittanceInformationUnstructuredArray"},"requestedExecutionDate":{"format":"date","type":"string"},"requestedExecutionTime":{"format":"date-time","type":"string"},"transactionStatus":{"$ref":"#/components/schemas/transactionStatus"},"ultimateCreditor":{"$ref":"#/components/schemas/ultimateCreditor"},"ultimateDebtor":{"$ref":"#/components/schemas/ultimateDebtor"}},"required":["debtorAccount","instructedAmount","creditorAccount","creditorName"],"type":"object"},"paymentInitiation_json":{"description":"Generic Body for a payment initation via JSON.\n\nThis generic JSON body can be used to represent valid payment initiations for the following JSON based payment product,\nwhich where defined in the Implementation Guidelines:\n\n  * domestic-swiss-credit-transfers-isr\n  * domestic-swiss-credit-transfers\n  * domestic-swiss-credit-transfers-qr\n  * domestic-swiss-foreign-credit-transfers\n  * swiss-sepa-credit-transfers\n  * swiss-cross-border-credit-transfers\n\nFor the convenience of the implementer additional which are already predefinded in the Implementation Guidelines\nare included (but commented in source code), such that an ASPSP may add them easily.\n\nTake care: Since the format is intended to fit for all payment products\nthere are additional conditions which are NOT covered by this specification.\nPlease check the SIX Swiss Payment Standards implementation guidelines for details.\n\n\nThe following data element are depending on the actual payment product available (in source code):\n\n<table style=\"width:100%\">\n<tr><td></td><td>Payment Type 1: ISR</td><td>Payment Type 3: IBAN/postal account and IID/BIC</td><td>Payment Type 3: QR-bill</td><td>Payment Type 4: Foreign currency</td><td>Payment Type 5: Foreign SEPA</td><td>Payment Type 6: Foreign</td></tr>\n<tr><td>CH Domestic Data Element</td><td>domestic-swiss-credit-transfers-isr</td><td>domestic-swiss-credit-transfers</td><td>domestic-swiss-credit-transfers-qr</td><td>domestic-swiss-foreign-credit-transfers</td><td>swiss-sepa-credit-transfers</td><td>swiss-cross-border-credit-transfers</td></tr>\n<tr><td>endToEndIdentification</td><td>mandatory</td><td>mandatory</td><td>mandatory</td><td>mandatory</td><td>mandatory</td><td>mandatory</td></tr>\n<tr><td>instructionIdentification</td><td>n.a.</td><td>n.a.</td><td>n.a.</td><td>n.a.</td><td>n.a.</td><td>n.a.</td></tr>\n<tr><td>debtorAccount (incl. type)</td><td>mandatory</td><td>mandatory</td><td>mandatory</td><td>mandatory</td><td>mandatory</td><td>mandatory</td></tr>\n<tr><td>debtorAgent</td><td>mandatory</td><td>mandatory</td><td>mandatory</td><td>mandatory</td><td>mandatory</td><td>optional</td></tr>\n<tr><td>debtorName</td><td>mandatory</td><td>mandatory</td><td>mandatory</td><td>mandatory</td><td>mandatory</td><td>mandatory</td></tr>\n<tr><td>debtorId</td><td>optional 3)</td><td>optional 3)</td><td>optional 3)</td><td>optional 3)</td><td>optional 3)</td><td>optional 3)</td></tr>\n<tr><td>ultimateDebtor</td><td>optional</td><td>optional</td><td>optional</td><td>optional</td><td>optional</td><td>optional</td></tr>\n<tr><td>instructedAmount (incl. currency)</td><td>mandatory</td><td>dependent 1)</td><td>dependent 1)</td><td>dependent 1)</td><td>dependent 1)</td><td>dependent 1)</td></tr>\n<tr><td>equivalentAmount</td><td>n.a.</td><td>dependent 1)</td><td>dependent 1)</td><td>dependent 1)</td><td>dependent 1)</td><td>dependent 1)</td></tr>\n<tr><td>transactionCurrency</td><td>n.a.</td><td>dependent 1)</td><td>dependent 1)</td><td>dependent 1)</td><td>dependent 1)</td><td>dependent 1)</td></tr>\n<tr><td>exchangeRateInformation</td><td>n.a.</td><td>optional 2)</td><td>optional 2)</td><td>optional 2)</td><td>optional 2)</td><td>optional 2)</td></tr>\n<tr><td>creditorAccount</td><td>mandatory</td><td>mandatory</td><td>mandatory 8)</td><td>mandatory</td><td>mandatory</td><td>mandatory</td></tr>\n<tr><td>creditorAgent</td><td>n.a.</td><td>dependent 4)</td><td>dependent 4)</td><td>dependent 4)</td><td>dependent 4)</td><td>dependent 4)</td></tr>\n<tr><td>creditorAgentName</td><td>n.a.</td><td>n.a.</td><td>n.a.</td><td>dependent 5)</td><td>n.a.</td><td>dependent 5)</td></tr>\n<tr><td>creditorName</td><td>mandatory</td><td>mandatory</td><td>mandatory</td><td>mandatory</td><td>mandatory</td><td>mandatory</td></tr>\n<tr><td>creditorId</td><td>n.a.</td><td>optional</td><td>optional</td><td>optional</td><td>optional</td><td>optional</td></tr>\n<tr><td>creditorAddress</td><td>optional</td><td>optional</td><td>optional</td><td>optional</td><td>optional</td><td>optional</td></tr>\n<tr><td>creditorNameAndAddress</td><td>n.a.</td><td>dependent</td><td>dependent</td><td>dependent</td><td>dependent</td><td>dependent</td></tr>\n<tr><td>ultimateCreditor</td><td>n.a.</td><td>optional</td><td>n.a. (for future use)</td><td>optional</td><td>optional</td><td>optional</td></tr>\n<tr><td>chargeBearer</td><td>n.a.</td><td>optional</td><td>optional</td><td>optional</td><td>mandatory</td><td>optional</td></tr>\n<tr><td>purposeCode</td><td>optional</td><td>optional</td><td>optional</td><td>optional</td><td>optional</td><td>optional</td></tr>\n<tr><td>serviceLevel</td><td>n.a.</td><td>optional</td><td>optional</td><td>optional</td><td>mandatory</td><td>optional</td></tr>\n<tr><td>remittanceInformationUnstructured</td><td>n.a.</td><td>optional</td><td>n.a.</td><td>optional</td><td>optional</td><td>optional</td></tr>\n<tr><td>remittanceInformationUnstructuredArray</td><td>n.a.</td><td>n.a.</td><td>n.a.</td><td>n.a.</td><td>n.a.</td><td>n.a.</td></tr>\n<tr><td>remittanceInformationStructured</td><td>mandatory</td><td>optional</td><td>mandatory 6)</td><td>optional</td><td>optional</td><td>optional</td></tr>\n<tr><td>remittanceInformationStructuredArray</td><td>n.a.</td><td>n.a.</td><td>n.a.</td><td>n.a.</td><td>n.a.</td><td>n.a.</td></tr>\n<tr><td>requestedExecutionDate</td><td>mandatory</td><td>mandatory</td><td>mandatory</td><td>mandatory</td><td>mandatory</td><td>mandatory</td></tr>\n<tr><td>requestedExecutionTime</td><td>n.a.</td><td>n.a.</td><td>n.a.</td><td>n.a.</td><td>n.a.</td><td>n.a.</td></tr>\n<tr><td>intermediaryAgent</td><td>n.a.</td><td>n.a.</td><td>n.a.</td><td>optional 2)</td><td>n.a.</td><td>optional 2)</td></tr>\n</table>\n\nFootnotes from the table:\n1) This element may only be used by agreement with the instructed financial institution.\n2) The element may only be used in consultation with the financial institution commissioned.\n3) The element is currently ignored by financial institutions.\n4) Dependence on creditorAccount, see SIX Swiss Payments Standards implementation guidelines.\n5) Type 4(V3), 6(V2, V3): Must be present. Type 4(V2): May be present. Other species: May not be present.\n6) QR-reference, creditor reference or IPI reference\n7) transactionCurrency is a subfield of equivalentAmount and may only be used if equivalentAmount is used instead of instructedAmount.\n8) QR-IBAN (CH/LI) must be present.\n\nIMPORTANT: In this API definition the following holds:\n  *  All data elements mentioned above are defined, but some of them are commented,\n    i.e. they are only visible in the source code and can be used by uncommenting them.\n  * Data elements which are mandatory in the table above for all payment products\n    are set to be mandatory in this specification.\n  * Data elements which are indicated in the table above as n.a. for all payment products are commented in the source code.\n  * Data elements which are indicated to be option, conditional or mandatory for at least one payment product\n    in the table above are set to be optional in the s specification except the case where all are definde to be mandatory.\n  * Data element which are inticated to be n.a. can be used by the ASPS if needed.\n    In this case uncomment tthe the relatetd lines in the source code.\n  * If one uses this data types for some payment products he has to ensure that the used data type is\n    valid according to the underlying payment product, e.g. by some appropriate validations.\n","properties":{"chargeBearer":{"$ref":"#/components/schemas/chargeBearer"},"creditorAccount":{"$ref":"#/components/schemas/accountReference16-CH"},"creditorAddress":{"$ref":"#/components/schemas/address"},"creditorAgent":{"$ref":"#/components/schemas/creditorAgent7-CH"},"creditorAgentName":{"$ref":"#/components/schemas/creditorAgentName"},"creditorId":{"$ref":"#/components/schemas/creditorId"},"creditorName":{"$ref":"#/components/schemas/creditorName"},"creditorNameAndAddress":{"$ref":"#/components/schemas/creditorNameAndAddress"},"debtorAccount":{"$ref":"#/components/schemas/accountReference16-CH"},"debtorAgent":{"$ref":"#/components/schemas/debtorAgent7-CH"},"debtorId":{"$ref":"#/components/schemas/debtorId"},"debtorName":{"$ref":"#/components/schemas/debtorName"},"endToEndIdentification":{"maxLength":35,"type":"string"},"equivalentAmount":{"$ref":"#/components/schemas/amount"},"exchangeRateInformation":{"$ref":"#/components/schemas/exchangeRateInformation1"},"instructedAmount":{"$ref":"#/components/schemas/amount"},"intermediaryAgent":{"$ref":"#/components/schemas/bicfi"},"purposeCode":{"$ref":"#/components/schemas/purposeCode"},"remittanceInformationStructured":{"$ref":"#/components/schemas/remittanceInformationStructured"},"remittanceInformationUnstructured":{"$ref":"#/components/schemas/remittanceInformationUnstructured"},"requestedExecutionDate":{"format":"date","type":"string"},"serviceLevel":{"$ref":"#/components/schemas/externalServiceLevel1Code"},"transactionCurrency":{"$ref":"#/components/schemas/currencyCode"},"ultimateCreditor":{"$ref":"#/components/schemas/ultimateCreditor"},"ultimateDebtor":{"$ref":"#/components/schemas/ultimateDebtor"}},"required":["endToEndIdentification","debtorAccount","debtorName","creditorAccount","creditorName","requestedExecutionDate"],"type":"object"},"periodicPaymentInitiationMultipartBody":{"description":"The multipart message definition for the initiation of a periodic payment initiation \nwhere the information of the payment is contained in a pain.001 message (Part 1) and \nthe additional informations related to the periodic payment is an additional JSON message (Part 2).\n","properties":{"json_standingorderType":{"$ref":"#/components/schemas/periodicPaymentInitiation_xml-Part2-standingorderType_json"},"xml_sct":{"oneOf":[{"$ref":"#/components/schemas/paymentInitiationSct_pain.001"},{"$ref":"#/components/schemas/paymentInitiationSctInst_pain.001"},{"$ref":"#/components/schemas/paymentInitiationTarget2_pain.001"},{"$ref":"#/components/schemas/paymentInitiationCrossBorder_pain.001"},{"$ref":"#/components/schemas/paymentInitiationSwissSix_pain.001"}]}},"type":"object"},"periodicPaymentInitiationWithStatusResponse":{"description":"Generic JSON response body consistion of the corresponding periodic payment initation JSON body together with an optional transaction status field.\n","properties":{"creditorAccount":{"$ref":"#/components/schemas/accountReference16-CH"},"creditorAddress":{"$ref":"#/components/schemas/address"},"creditorAgent":{"$ref":"#/components/schemas/creditorAgent7-CH"},"creditorName":{"$ref":"#/components/schemas/creditorName"},"dayOfExecution":{"$ref":"#/components/schemas/dayOfExecution"},"debtorAccount":{"$ref":"#/components/schemas/accountReference16-CH"},"endDate":{"$ref":"#/components/schemas/endDate"},"endToEndIdentification":{"maxLength":35,"type":"string"},"executionRule":{"$ref":"#/components/schemas/executionRule"},"frequency":{"$ref":"#/components/schemas/frequencyCode"},"instructedAmount":{"$ref":"#/components/schemas/amount"},"purposeCode":{"$ref":"#/components/schemas/purposeCode"},"remittanceInformationStructured":{"$ref":"#/components/schemas/remittanceInformationStructured"},"remittanceInformationUnstructured":{"$ref":"#/components/schemas/remittanceInformationUnstructured"},"remittanceInformationUnstructuredArray":{"$ref":"#/components/schemas/remittanceInformationUnstructuredArray"},"requestedExecutionDate":{"format":"date","type":"string"},"requestedExecutionTime":{"format":"date-time","type":"string"},"startDate":{"$ref":"#/components/schemas/startDate"},"transactionStatus":{"$ref":"#/components/schemas/transactionStatus"},"ultimateCreditor":{"$ref":"#/components/schemas/ultimateCreditor"},"ultimateDebtor":{"$ref":"#/components/schemas/ultimateDebtor"}},"required":["debtorAccount","instructedAmount","creditorAccount","creditorName","startDate","frequency"],"type":"object"},"periodicPaymentInitiation_json":{"description":"Generic Body for a periodic payment initation via JSON.\n\nThis generic JSON body can be used to represent valid periodic payment initiations for the following JSON based payment product,\nwhich where defined in the Implementation Guidelines:\n\n  * domestic-swiss-credit-transfers-isr\n  * domestic-swiss-credit-transfers\n  * domestic-swiss-credit-transfers-qr\n  * domestic-swiss-foreign-credit-transfers\n  * swiss-sepa-credit-transfers\n  * swiss-cross-border-credit-transfers\n\nFor the convenience of the implementer additional which are already predefinded in the Implementation Guidelines\nare included (but commented in source code), such that an ASPSP may add them easily.\n\nTake care: Since the format is intended to fit for all payment products\nthere are additional conditions which are NOT covered by this specification.\nPlease check the SIX Swiss Payment Standards implementation guidelines for details.\n\n\nThe following data element are depending on the actual payment product available (in source code):\n\n<table style=\"width:100%\">\n<tr><td></td><td>Payment Type 1: ISR</td><td>Payment Type 3: IBAN/postal account and IID/BIC</td><td>Payment Type 3: QR-bill</td><td>Payment Type 4: Foreign currency</td><td>Payment Type 5: Foreign SEPA</td><td>Payment Type 6: Foreign</td></tr>\n<tr><td>CH Domestic Data Element</td><td>domestic-swiss-credit-transfers-isr</td><td>domestic-swiss-credit-transfers</td><td>domestic-swiss-credit-transfers-qr</td><td>domestic-swiss-foreign-credit-transfers</td><td>swiss-sepa-credit-transfers</td><td>swiss-cross-border-credit-transfers</td></tr>\n<tr><td>endToEndIdentification</td><td>mandatory</td><td>mandatory</td><td>mandatory</td><td>mandatory</td><td>mandatory</td><td>mandatory</td></tr>\n<tr><td>instructionIdentification</td><td>n.a.</td><td>n.a.</td><td>n.a.</td><td>n.a.</td><td>n.a.</td><td>n.a.</td></tr>\n<tr><td>debtorAccount (incl. type)</td><td>mandatory</td><td>mandatory</td><td>mandatory</td><td>mandatory</td><td>mandatory</td><td>mandatory</td></tr>\n<tr><td>debtorAgent</td><td>mandatory</td><td>mandatory</td><td>mandatory</td><td>mandatory</td><td>mandatory</td><td>optional</td></tr>\n<tr><td>debtorName</td><td>mandatory</td><td>mandatory</td><td>mandatory</td><td>mandatory</td><td>mandatory</td><td>mandatory</td></tr>\n<tr><td>debtorId</td><td>optional 3)</td><td>optional 3)</td><td>optional 3)</td><td>optional 3)</td><td>optional 3)</td><td>optional 3)</td></tr>\n<tr><td>ultimateDebtor</td><td>optional</td><td>optional</td><td>optional</td><td>optional</td><td>optional</td><td>optional</td></tr>\n<tr><td>instructedAmount (incl. currency)</td><td>mandatory</td><td>dependent 1)</td><td>dependent 1)</td><td>dependent 1)</td><td>dependent 1)</td><td>dependent 1)</td></tr>\n<tr><td>equivalentAmount</td><td>n.a.</td><td>dependent 1)</td><td>dependent 1)</td><td>dependent 1)</td><td>dependent 1)</td><td>dependent 1)</td></tr>\n<tr><td>transactionCurrency</td><td>n.a.</td><td>dependent 1)</td><td>dependent 1)</td><td>dependent 1)</td><td>dependent 1)</td><td>dependent 1)</td></tr>\n<tr><td>exchangeRateInformation</td><td>n.a.</td><td>optional 2)</td><td>optional 2)</td><td>optional 2)</td><td>optional 2)</td><td>optional 2)</td></tr>\n<tr><td>creditorAccount</td><td>mandatory</td><td>mandatory</td><td>mandatory 8)</td><td>mandatory</td><td>mandatory</td><td>mandatory</td></tr>\n<tr><td>creditorAgent</td><td>n.a.</td><td>dependent 4)</td><td>dependent 4)</td><td>dependent 4)</td><td>dependent 4)</td><td>dependent 4)</td></tr>\n<tr><td>creditorAgentName</td><td>n.a.</td><td>n.a.</td><td>n.a.</td><td>dependent 5)</td><td>n.a.</td><td>dependent 5)</td></tr>\n<tr><td>creditorName</td><td>mandatory</td><td>mandatory</td><td>mandatory</td><td>mandatory</td><td>mandatory</td><td>mandatory</td></tr>\n<tr><td>creditorId</td><td>n.a.</td><td>optional</td><td>optional</td><td>optional</td><td>optional</td><td>optional</td></tr>\n<tr><td>creditorAddress</td><td>optional</td><td>optional</td><td>optional</td><td>optional</td><td>optional</td><td>optional</td></tr>\n<tr><td>creditorNameAndAddress</td><td>n.a.</td><td>dependent</td><td>dependent</td><td>dependent</td><td>dependent</td><td>dependent</td></tr>\n<tr><td>ultimateCreditor</td><td>n.a.</td><td>optional</td><td>n.a. (for future use)</td><td>optional</td><td>optional</td><td>optional</td></tr>\n<tr><td>chargeBearer</td><td>n.a.</td><td>optional</td><td>optional</td><td>optional</td><td>mandatory</td><td>optional</td></tr>\n<tr><td>purposeCode</td><td>optional</td><td>optional</td><td>optional</td><td>optional</td><td>optional</td><td>optional</td></tr>\n<tr><td>serviceLevel</td><td>n.a.</td><td>optional</td><td>optional</td><td>optional</td><td>mandatory</td><td>optional</td></tr>\n<tr><td>remittanceInformationUnstructured</td><td>n.a.</td><td>optional</td><td>n.a.</td><td>optional</td><td>optional</td><td>optional</td></tr>\n<tr><td>remittanceInformationUnstructuredArray</td><td>n.a.</td><td>n.a.</td><td>n.a.</td><td>n.a.</td><td>n.a.</td><td>n.a.</td></tr>\n<tr><td>remittanceInformationStructured</td><td>mandatory</td><td>optional</td><td>mandatory 6)</td><td>optional</td><td>optional</td><td>optional</td></tr>\n<tr><td>remittanceInformationStructuredArray</td><td>n.a.</td><td>n.a.</td><td>n.a.</td><td>n.a.</td><td>n.a.</td><td>n.a.</td></tr>\n<tr><td>requestedExecutionDate</td><td>n.a.</td><td>n.a.</td><td>n.a.</td><td>n.a.</td><td>n.a.</td><td>n.a.</td></tr>\n<tr><td>requestedExecutionTime</td><td>n.a.</td><td>n.a.</td><td>n.a.</td><td>n.a.</td><td>n.a.</td><td>n.a.</td></tr>\n<tr><td>intermediaryAgent</td><td>n.a.</td><td>n.a.</td><td>n.a.</td><td>optional 2)</td><td>n.a.</td><td>optional 2)</td></tr>\n<tr><td>startDate</td><td>mandatory</td><td>mandatory</td><td>mandatory</td><td>mandatory</td><td>mandatory</td><td>mandatory</td></tr>\n<tr><td>endDate</td><td>optional</td><td>optional</td><td>optional</td><td>optional</td><td>optional</td><td>optional</td></tr>\n<tr><td>executionRule</td><td>optional</td><td>optional</td><td>optional</td><td>optional</td><td>optional</td><td>optional</td></tr>\n<tr><td>frequency</td><td>mandatory</td><td>mandatory</td><td>mandatory</td><td>mandatory</td><td>mandatory</td><td>mandatory</td></tr>\n<tr><td>dayOfExecution</td><td>conditional</td><td>conditional</td><td>conditional</td><td>conditional</td><td>conditional</td><td>conditional</td></tr>\n</table>\n\nFootnotes from the table:\n1) This element may only be used by agreement with the instructed financial institution.\n2) The element may only be used in consultation with the financial institution commissioned.\n3) The element is currently ignored by financial institutions.\n4) Dependence on creditorAccount, see SIX Swiss Payments Standards implementation guidelines.\n5) Type 4(V3), 6(V2, V3): Must be present. Type 4(V2): May be present. Other species: May not be present.\n6) QR-reference, creditor reference or IPI reference\n7) currencyOfTransfer is a subfield of equivalentAmount and may only be used if equivalentAmount is used instead of instructedAmount.\n8) QR-IBAN (CH/LI) must be present.\n\nIMPORTANT: In this API definition the following holds:\n  *  All data elements mentioned above are defined, but some of them are commented,\n    i.e. they are only visible in the source code and can be used by uncommenting them.\n  * Data elements which are mandatory in the table above for all payment products\n    are set to be mandatory in this specification.\n  * Data elements which are indicated in the table above as n.a. for all payment products are commented in the source code.\n  * Data elements which are indicated to be option, conditional or mandatory for at least one payment product\n    in the table above are set to be optional in the s specification except the case where all are definde to be mandatory.\n  * Data element which are inticated to be n.a. can be used by the ASPS if needed.\n    In this case uncomment tthe the relatetd lines in the source code.\n  * If one uses this data types for some payment products he has to ensure that the used data type is\n    valid according to the underlying payment product, e.g. by some appropriate validations.\n","properties":{"chargeBearer":{"$ref":"#/components/schemas/chargeBearer"},"creditorAccount":{"$ref":"#/components/schemas/accountReference16-CH"},"creditorAddress":{"$ref":"#/components/schemas/address"},"creditorAgent":{"$ref":"#/components/schemas/creditorAgent7-CH"},"creditorAgentName":{"$ref":"#/components/schemas/creditorAgentName"},"creditorId":{"$ref":"#/components/schemas/creditorId"},"creditorName":{"$ref":"#/components/schemas/creditorName"},"creditorNameAndAddress":{"$ref":"#/components/schemas/creditorNameAndAddress"},"dayOfExecution":{"$ref":"#/components/schemas/dayOfExecution"},"debtorAccount":{"$ref":"#/components/schemas/accountReference16-CH"},"debtorAgent":{"$ref":"#/components/schemas/debtorAgent7-CH"},"debtorId":{"$ref":"#/components/schemas/debtorId"},"debtorName":{"$ref":"#/components/schemas/debtorName"},"endDate":{"$ref":"#/components/schemas/endDate"},"endToEndIdentification":{"maxLength":35,"type":"string"},"equivalentAmount":{"$ref":"#/components/schemas/amount"},"exchangeRateInformation":{"$ref":"#/components/schemas/exchangeRateInformation1"},"executionRule":{"$ref":"#/components/schemas/executionRule"},"frequency":{"$ref":"#/components/schemas/frequencyCode"},"instructedAmount":{"$ref":"#/components/schemas/amount"},"intermediaryAgent":{"$ref":"#/components/schemas/bicfi"},"purposeCode":{"$ref":"#/components/schemas/purposeCode"},"remittanceInformationStructured":{"$ref":"#/components/schemas/remittanceInformationStructured"},"remittanceInformationUnstructured":{"$ref":"#/components/schemas/remittanceInformationUnstructured"},"serviceLevel":{"$ref":"#/components/schemas/externalServiceLevel1Code"},"startDate":{"$ref":"#/components/schemas/startDate"},"transactionCurrency":{"$ref":"#/components/schemas/currencyCode"},"ultimateCreditor":{"$ref":"#/components/schemas/ultimateCreditor"},"ultimateDebtor":{"$ref":"#/components/schemas/ultimateDebtor"}},"required":["endToEndIdentification","debtorAccount","debtorName","creditorAccount","creditorName","startDate","frequency"],"type":"object"},"periodicPaymentInitiation_xml-Part2-standingorderType_json":{"description":"The body part 2 of a periodic payment initation request containes the execution related informations\nof the periodic payment.\n","properties":{"dayOfExecution":{"$ref":"#/components/schemas/dayOfExecution"},"endDate":{"$ref":"#/components/schemas/endDate"},"executionRule":{"$ref":"#/components/schemas/executionRule"},"frequency":{"$ref":"#/components/schemas/frequencyCode"},"startDate":{"$ref":"#/components/schemas/startDate"}},"required":["startDate","frequency"],"type":"object"},"postalAddress6-CH":{"description":"as in ISO pain.001.001.03.ch.02 PostalAddress6\nIf possible structured. Simultaneous use of the structured elements <StrtNm>/ <BldgNb>/<PstCd>/<TwnNm> and the unstructured element <AdrLine> is not permitted.\nas in ISO pain.001.001.03.ch.02 PostalAddress6-CH\n","properties":{"addressLine1":{"maxLength":70,"type":"string"},"addressLine2":{"maxLength":70,"type":"string"},"buildingNumber":{"maxLength":16,"type":"string"},"country":{"$ref":"#/components/schemas/countryCode"},"postCode":{"maxLength":16,"type":"string"},"streetName":{"maxLength":70,"type":"string"},"townName":{"maxLength":35,"type":"string"}},"type":"object"},"proprietaryBankTransactionCode":{"description":"Proprietary bank transaction code as used within a community or within an ASPSP e.g.\nfor MT94x based transaction reports.\n","maxLength":35,"type":"string"},"psuData":{"description":"PSU Data for Update PSU authentication.","minProperties":1,"properties":{"additionalEncryptedPassword":{"description":"Additional encrypted password.","type":"string"},"additionalPassword":{"description":"Additional password in plaintext.","type":"string"},"encryptedPassword":{"description":"Encrypted password.","type":"string"},"password":{"description":"Password.","type":"string"}},"type":"object"},"psuMessageText":{"description":"Text to be displayed to the PSU.","maxLength":500,"type":"string"},"purposeCode":{"description":"ExternalPurpose1Code from ISO 20022.\n\nValues from ISO 20022 External Code List ExternalCodeSets_1Q2018 June 2018.\n","enum":["SALA","PENS"],"type":"string"},"readAccountBalanceResponse-200":{"description":"Body of the response for a successful read balance for an account request.","properties":{"account":{"$ref":"#/components/schemas/accountReference16-CH"},"balances":{"$ref":"#/components/schemas/balanceList"}},"required":["balances"],"type":"object"},"readCardAccountBalanceResponse-200":{"description":"Body of the response for a successful read balance for a card account request.","properties":{"balances":{"$ref":"#/components/schemas/balanceList"},"cardAccount":{"$ref":"#/components/schemas/accountReference16-CH"},"debitAccounting":{"$ref":"#/components/schemas/debitAccounting"}},"required":["balances"],"type":"object"},"recurringIndicator":{"description":"\"true\", if the consent is for recurring access to the account data.\n\n\"false\", if the consent is for one access to the account data.\n","example":false,"type":"boolean"},"remittanceInformationStructured":{"description":"Structured remittance information.\n","properties":{"SCORorQRRorIPI":{"enum":["SCOR","QRR","IPI"],"example":"SCOR","type":"string"},"additionalRemittanceInformation":{"maxLength":140,"type":"string"},"reference":{"example":"15 00011 23456 78901 23456 78901","maxLength":35,"type":"string"},"referenceIssuer":{"maxLength":35,"type":"string"},"referenceType":{"maxLength":35,"type":"string"}},"required":["reference"],"type":"object"},"remittanceInformationStructuredArray":{"description":"Array of structured remittance information.\n","items":{"$ref":"#/components/schemas/remittanceInformationStructured"},"type":"array"},"remittanceInformationStructuredMax140":{"description":"Structured remittance information Max\n","maxLength":140,"type":"string"},"remittanceInformationUnstructured":{"description":"Unstructured remittance information.\n","example":"Ref Number Merchant","maxLength":140,"type":"string"},"remittanceInformationUnstructuredArray":{"description":"Array of unstructured remittance information.\n","example":["Ref Number Merchant","Some Other Text"],"items":{"$ref":"#/components/schemas/remittanceInformationUnstructured"},"type":"array"},"reportExchangeRate":{"description":"Exchange Rate.","properties":{"contractIdentification":{"type":"string"},"exchangeRate":{"type":"string"},"quotationDate":{"format":"date","type":"string"},"sourceCurrency":{"$ref":"#/components/schemas/currencyCode"},"targetCurrency":{"$ref":"#/components/schemas/currencyCode"},"unitCurrency":{"type":"string"}},"required":["sourceCurrency","exchangeRate","unitCurrency","targetCurrency","quotationDate"],"type":"object"},"reportExchangeRateList":{"description":"Array of exchange rates.","items":{"$ref":"#/components/schemas/reportExchangeRate"},"type":"array"},"scaAuthenticationData":{"description":"SCA authentication data, depending on the chosen authentication method.\nIf the data is binary, then it is base64 encoded.\n","type":"string"},"scaMethods":{"description":"This data element might be contained, if SCA is required and if the PSU has a choice between different\nauthentication methods.\n\nDepending on the risk management of the ASPSP this choice might be offered before or after the PSU\nhas been identified with the first relevant factor, or if an access token is transported.\n\nIf this data element is contained, then there is also a hyperlink of type 'startAuthorisationWithAuthenticationMethodSelection'\ncontained in the response body.\n\nThese methods shall be presented towards the PSU for selection by the TPP.\n","items":{"$ref":"#/components/schemas/authenticationObject"},"type":"array"},"scaStatus":{"description":"This data element is containing information about the status of the SCA method applied.\n\nThe following codes are defined for this data type.\n\n  * 'received':\n    An authorisation or cancellation-authorisation resource has been created successfully.\n  * 'psuIdentified':\n    The PSU related to the authorisation or cancellation-authorisation resource has been identified.\n  * 'psuAuthenticated':\n    The PSU related to the authorisation or cancellation-authorisation resource has been identified and authenticated e.g. by a password or by an access token.\n  * 'scaMethodSelected':\n    The PSU/TPP has selected the related SCA routine.\n    If the SCA method is chosen implicitly since only one SCA method is available,\n    then this is the first status to be reported instead of 'received'.\n  * 'unconfirmed':\n    SCA is technically successfully finalised by the PSU, but the authorisation resource needs a confirmation command by the TPP yet. \n  * 'started':\n    The addressed SCA routine has been started.\n  * 'finalised':\n    The SCA routine has been finalised successfully (including a potential confirmation command). \n    This is a final status of the authorisation resource.\n  * 'failed':\n    The SCA routine failed.\n    This is a final status of the authorisation resource.\n  * 'exempted':\n    SCA was exempted for the related transaction, the related authorisation is successful.\n    This is a final status of the authorisation resource.\n","enum":["received","psuIdentified","psuAuthenticated","scaMethodSelected","started","unconfirmed","finalised","failed","exempted"],"example":"psuAuthenticated","type":"string"},"scaStatusAuthorisationConfirmation":{"description":"This data element is containing information about the status of the SCA method in an authorisation confirmation response. \n\nThe following codes are defined for this data type.\n\n  * 'finalised': if the transaction authorisation and confirmation was successfule.\n  * 'failed': if the transaction authorisation or confirmation was not successful.\n","enum":["finalised","failed"],"type":"string"},"scaStatusResponse":{"description":"Body of the JSON response with SCA Status.","properties":{"psuMessage":{"$ref":"#/components/schemas/psuMessageText"},"scaStatus":{"$ref":"#/components/schemas/scaStatus"},"trustedBeneficiaryFlag":{"$ref":"#/components/schemas/trustedBeneficiaryFlag"}},"required":["scaStatus"],"type":"object"},"selectPsuAuthenticationMethod":{"description":"Content of the body of a Select PSU authentication method request\n","properties":{"authenticationMethodId":{"$ref":"#/components/schemas/authenticationMethodId"}},"required":["authenticationMethodId"],"type":"object"},"selectPsuAuthenticationMethodResponse":{"description":"Body of the JSON response for a successful select PSU authentication method request.","properties":{"_links":{"$ref":"#/components/schemas/_linksSelectPsuAuthenticationMethod"},"challengeData":{"$ref":"#/components/schemas/challengeData"},"chosenScaMethod":{"$ref":"#/components/schemas/authenticationObject"},"currencyConversionFees":{"$ref":"#/components/schemas/amount"},"estimatedInterbankSettlementAmount":{"$ref":"#/components/schemas/amount"},"estimatedTotalAmount":{"$ref":"#/components/schemas/amount"},"psuMessage":{"$ref":"#/components/schemas/psuMessageText"},"scaStatus":{"$ref":"#/components/schemas/scaStatus"},"transactionFees":{"$ref":"#/components/schemas/amount"}},"required":["scaStatus"],"type":"object"},"signingBasket":{"description":"JSON Body of a establish signing basket request.\nThe body shall contain at least one entry.\n","properties":{"consentIds":{"$ref":"#/components/schemas/consentIdList"},"paymentIds":{"$ref":"#/components/schemas/paymentIdList"}},"type":"object"},"signingBasketResponse-200":{"description":"Body of the JSON response for a successful get signing basket request.\n\n  * 'payments': payment initiations which shall be authorised through this signing basket.\n  * 'consents': consent objects which shall be authorised through this signing basket.\n  * 'transactionStatus': Only the codes RCVD, ACTC, RJCT are used.\n  * '_links': The ASPSP might integrate hyperlinks to indicate next (authorisation) steps to be taken.\n","properties":{"_links":{"$ref":"#/components/schemas/_linksSigningBasket"},"consents":{"$ref":"#/components/schemas/consentIdList"},"payments":{"$ref":"#/components/schemas/paymentIdList"},"transactionStatus":{"$ref":"#/components/schemas/transactionStatus_SBS"}},"required":["transactionStatus"],"type":"object"},"signingBasketResponse-201":{"description":"Body of the JSON response for a successful create signing basket request.","properties":{"_links":{"$ref":"#/components/schemas/_linksSigningBasket"},"basketId":{"$ref":"#/components/schemas/basketId"},"challengeData":{"$ref":"#/components/schemas/challengeData"},"chosenScaMethod":{"$ref":"#/components/schemas/authenticationObject"},"psuMessage":{"$ref":"#/components/schemas/psuMessageText"},"scaMethods":{"$ref":"#/components/schemas/scaMethods"},"tppMessages":{"items":{"$ref":"#/components/schemas/tppMessage2XX"},"type":"array"},"transactionStatus":{"$ref":"#/components/schemas/transactionStatus_SBS"}},"required":["transactionStatus","basketId","_links"],"type":"object"},"signingBasketStatusResponse-200":{"properties":{"transactionStatus":{"$ref":"#/components/schemas/transactionStatus_SBS"}},"required":["transactionStatus"],"type":"object"},"standingOrderDetails":{"description":"Details of underlying standing orders.\n","properties":{"dayOfExecution":{"$ref":"#/components/schemas/dayOfExecution"},"endDate":{"$ref":"#/components/schemas/endDate"},"executionRule":{"$ref":"#/components/schemas/executionRule"},"frequency":{"$ref":"#/components/schemas/frequencyCode"},"limitAmount":{"$ref":"#/components/schemas/amount"},"monthsOfExecution":{"$ref":"#/components/schemas/monthsOfExecution"},"multiplicator":{"description":"This is multiplying the given frequency resulting the exact frequency,\ne.g. Frequency=weekly and multiplicator=3 means every 3 weeks.\nRemark: This attribute is rarely supported in the market.\n","type":"integer"},"startDate":{"$ref":"#/components/schemas/startDate"},"withinAMonthFlag":{"description":"This element is only used in case of frequency equals \"Monthly\".\n\nIf this element equals false it has no effect.\nIf this element equals true, then the execution rule is overruled if the day of execution would fall into a different month using the execution rule.\n\nExample: executionRule equals \"preceding\", dayOfExecution equals \"02\" and the second of a month is a Sunday. \nIn this case, the transaction date would be on the last day of the month before.\n This would be overruled if withinAMonthFlag equals true and the payment is processed on Monday the third of the Month.\nRemark: This attribute is rarely supported in the market.\n","type":"boolean"}},"required":["startDate","frequency"],"type":"object"},"startDate":{"description":"The first applicable day of execution starting from this date is the first payment.\n","format":"date","type":"string"},"startScaprocessResponse":{"description":"Body of the JSON response for a Start SCA authorisation request.","properties":{"_links":{"$ref":"#/components/schemas/_linksStartScaProcess"},"authorisationId":{"$ref":"#/components/schemas/authorisationId"},"challengeData":{"$ref":"#/components/schemas/challengeData"},"chosenScaMethod":{"$ref":"#/components/schemas/authenticationObject"},"psuMessage":{"$ref":"#/components/schemas/psuMessageText"},"scaMethods":{"$ref":"#/components/schemas/scaMethods"},"scaStatus":{"$ref":"#/components/schemas/scaStatus"}},"required":["scaStatus","authorisationId","_links"],"type":"object"},"terminalId":{"description":"Identification of the Terminal, where the card has been used.","maxLength":35,"type":"string"},"tppErrorDetail":{"description":"Detailed human readable text specific to this instance of the error.\nXPath might be used to point to the issue generating the error in addition.\nRemark for Future: In future, a dedicated field might be introduced for the XPath.\n","maxLength":500,"type":"string"},"tppErrorTitle":{"description":"Short human readable description of error type.\nCould be in local language.\nTo be provided by ASPSPs.\n","maxLength":70,"type":"string"},"tppMessage2XX":{"properties":{"category":{"$ref":"#/components/schemas/tppMessageCategory"},"code":{"$ref":"#/components/schemas/MessageCode2XX"},"path":{"type":"string"},"text":{"$ref":"#/components/schemas/tppMessageText"}},"required":["category","code"],"type":"object"},"tppMessage400_AIS":{"properties":{"category":{"$ref":"#/components/schemas/tppMessageCategory"},"code":{"$ref":"#/components/schemas/MessageCode400_AIS"},"path":{"type":"string"},"text":{"$ref":"#/components/schemas/tppMessageText"}},"required":["category","code"],"type":"object"},"tppMessage400_PIIS":{"properties":{"category":{"$ref":"#/components/schemas/tppMessageCategory"},"code":{"$ref":"#/components/schemas/MessageCode400_PIIS"},"path":{"type":"string"},"text":{"$ref":"#/components/schemas/tppMessageText"}},"required":["category","code"],"type":"object"},"tppMessage400_PIS":{"properties":{"category":{"$ref":"#/components/schemas/tppMessageCategory"},"code":{"$ref":"#/components/schemas/MessageCode400_PIS"},"path":{"type":"string"},"text":{"$ref":"#/components/schemas/tppMessageText"}},"required":["category","code"],"type":"object"},"tppMessage400_SBS":{"properties":{"category":{"$ref":"#/components/schemas/tppMessageCategory"},"code":{"$ref":"#/components/schemas/MessageCode400_SBS"},"path":{"type":"string"},"text":{"$ref":"#/components/schemas/tppMessageText"}},"required":["category","code"],"type":"object"},"tppMessage401_AIS":{"properties":{"category":{"$ref":"#/components/schemas/tppMessageCategory"},"code":{"$ref":"#/components/schemas/MessageCode401_AIS"},"path":{"type":"string"},"text":{"$ref":"#/components/schemas/tppMessageText"}},"required":["category","code"],"type":"object"},"tppMessage401_PIIS":{"properties":{"category":{"$ref":"#/components/schemas/tppMessageCategory"},"code":{"$ref":"#/components/schemas/MessageCode401_PIIS"},"path":{"type":"string"},"text":{"$ref":"#/components/schemas/tppMessageText"}},"required":["category","code"],"type":"object"},"tppMessage401_PIS":{"properties":{"category":{"$ref":"#/components/schemas/tppMessageCategory"},"code":{"$ref":"#/components/schemas/MessageCode401_PIS"},"path":{"type":"string"},"text":{"$ref":"#/components/schemas/tppMessageText"}},"required":["category","code"],"type":"object"},"tppMessage401_SBS":{"properties":{"category":{"$ref":"#/components/schemas/tppMessageCategory"},"code":{"$ref":"#/components/schemas/MessageCode401_SBS"},"path":{"type":"string"},"text":{"$ref":"#/components/schemas/tppMessageText"}},"required":["category","code"],"type":"object"},"tppMessage403_AIS":{"properties":{"category":{"$ref":"#/components/schemas/tppMessageCategory"},"code":{"$ref":"#/components/schemas/MessageCode403_AIS"},"path":{"type":"string"},"text":{"$ref":"#/components/schemas/tppMessageText"}},"required":["category","code"],"type":"object"},"tppMessage403_PIIS":{"properties":{"category":{"$ref":"#/components/schemas/tppMessageCategory"},"code":{"$ref":"#/components/schemas/MessageCode403_PIIS"},"path":{"type":"string"},"text":{"$ref":"#/components/schemas/tppMessageText"}},"required":["category","code"],"type":"object"},"tppMessage403_PIS":{"properties":{"category":{"$ref":"#/components/schemas/tppMessageCategory"},"code":{"$ref":"#/components/schemas/MessageCode403_PIS"},"path":{"type":"string"},"text":{"$ref":"#/components/schemas/tppMessageText"}},"required":["category","code"],"type":"object"},"tppMessage403_SBS":{"properties":{"category":{"$ref":"#/components/schemas/tppMessageCategory"},"code":{"$ref":"#/components/schemas/MessageCode403_SBS"},"path":{"type":"string"},"text":{"$ref":"#/components/schemas/tppMessageText"}},"required":["category","code"],"type":"object"},"tppMessage404_AIS":{"properties":{"category":{"$ref":"#/components/schemas/tppMessageCategory"},"code":{"$ref":"#/components/schemas/MessageCode404_AIS"},"path":{"type":"string"},"text":{"$ref":"#/components/schemas/tppMessageText"}},"required":["category","code"],"type":"object"},"tppMessage404_PIIS":{"properties":{"category":{"$ref":"#/components/schemas/tppMessageCategory"},"code":{"$ref":"#/components/schemas/MessageCode404_PIIS"},"path":{"type":"string"},"text":{"$ref":"#/components/schemas/tppMessageText"}},"required":["category","code"],"type":"object"},"tppMessage404_PIS":{"properties":{"category":{"$ref":"#/components/schemas/tppMessageCategory"},"code":{"$ref":"#/components/schemas/MessageCode404_PIS"},"path":{"type":"string"},"text":{"$ref":"#/components/schemas/tppMessageText"}},"required":["category","code"],"type":"object"},"tppMessage404_SBS":{"properties":{"category":{"$ref":"#/components/schemas/tppMessageCategory"},"code":{"$ref":"#/components/schemas/MessageCode404_SBS"},"path":{"type":"string"},"text":{"$ref":"#/components/schemas/tppMessageText"}},"required":["category","code"],"type":"object"},"tppMessage405_AIS":{"properties":{"category":{"$ref":"#/components/schemas/tppMessageCategory"},"code":{"$ref":"#/components/schemas/MessageCode405_AIS"},"path":{"type":"string"},"text":{"$ref":"#/components/schemas/tppMessageText"}},"required":["category","code"],"type":"object"},"tppMessage405_PIIS":{"properties":{"category":{"$ref":"#/components/schemas/tppMessageCategory"},"code":{"$ref":"#/components/schemas/MessageCode405_PIIS"},"path":{"type":"string"},"text":{"$ref":"#/components/schemas/tppMessageText"}},"required":["category","code"],"type":"object"},"tppMessage405_PIS":{"properties":{"category":{"$ref":"#/components/schemas/tppMessageCategory"},"code":{"$ref":"#/components/schemas/MessageCode405_PIS"},"path":{"type":"string"},"text":{"$ref":"#/components/schemas/tppMessageText"}},"required":["category","code"],"type":"object"},"tppMessage405_PIS_CANC":{"properties":{"category":{"$ref":"#/components/schemas/tppMessageCategory"},"code":{"$ref":"#/components/schemas/MessageCode405_PIS_CANC"},"path":{"type":"string"},"text":{"$ref":"#/components/schemas/tppMessageText"}},"required":["category","code"],"type":"object"},"tppMessage405_SBS":{"properties":{"category":{"$ref":"#/components/schemas/tppMessageCategory"},"code":{"$ref":"#/components/schemas/MessageCode405_SBS"},"path":{"type":"string"},"text":{"$ref":"#/components/schemas/tppMessageText"}},"required":["category","code"],"type":"object"},"tppMessage406_AIS":{"properties":{"category":{"$ref":"#/components/schemas/tppMessageCategory"},"code":{"$ref":"#/components/schemas/MessageCode406_AIS"},"path":{"type":"string"},"text":{"$ref":"#/components/schemas/tppMessageText"}},"required":["category","code"],"type":"object"},"tppMessage409_AIS":{"properties":{"category":{"$ref":"#/components/schemas/tppMessageCategory"},"code":{"$ref":"#/components/schemas/MessageCode409_AIS"},"path":{"type":"string"},"text":{"$ref":"#/components/schemas/tppMessageText"}},"required":["category","code"],"type":"object"},"tppMessage409_PIIS":{"properties":{"category":{"$ref":"#/components/schemas/tppMessageCategory"},"code":{"$ref":"#/components/schemas/MessageCode409_PIIS"},"path":{"type":"string"},"text":{"$ref":"#/components/schemas/tppMessageText"}},"required":["category","code"],"type":"object"},"tppMessage409_PIS":{"properties":{"category":{"$ref":"#/components/schemas/tppMessageCategory"},"code":{"$ref":"#/components/schemas/MessageCode409_PIS"},"path":{"type":"string"},"text":{"$ref":"#/components/schemas/tppMessageText"}},"required":["category","code"],"type":"object"},"tppMessage409_SBS":{"properties":{"category":{"$ref":"#/components/schemas/tppMessageCategory"},"code":{"$ref":"#/components/schemas/MessageCode409_SBS"},"path":{"type":"string"},"text":{"$ref":"#/components/schemas/tppMessageText"}},"required":["category","code"],"type":"object"},"tppMessage429_AIS":{"properties":{"category":{"$ref":"#/components/schemas/tppMessageCategory"},"code":{"$ref":"#/components/schemas/MessageCode429_AIS"},"path":{"type":"string"},"text":{"$ref":"#/components/schemas/tppMessageText"}},"required":["category","code"],"type":"object"},"tppMessageCategory":{"description":"Category of the TPP message category.","enum":["ERROR","WARNING"],"type":"string"},"tppMessageText":{"description":"Additional explaining text to the TPP.","maxLength":500,"type":"string"},"transactionAuthorisation":{"description":"Content of the body of a transaction authorisation request\n","properties":{"scaAuthenticationData":{"$ref":"#/components/schemas/scaAuthenticationData"}},"required":["scaAuthenticationData"],"type":"object"},"transactionDate":{"description":"Date of the actual card transaction.","format":"date","type":"string"},"transactionDetailsBody":{"description":"Transaction details.","properties":{"transactionDetails":{"$ref":"#/components/schemas/transactions"}},"required":["transactionDetails"],"type":"object"},"transactionFeeIndicator":{"description":"If equals 'true', the transaction will involve specific transaction cost as shown by the ASPSP in\ntheir public price list or as agreed between ASPSP and PSU.\nIf equals 'false', the transaction will not involve additional specific transaction costs to the PSU unless the fee amount is given specifically in the data elements transactionFees and/or currencyConversionFees.\nIf this data element is not used, there is no information about transaction fees unless the fee amount is given explicitly in the data element transactionFees and/or currencyConversionFees.\n","type":"boolean"},"transactionId":{"description":"This identification is given by the attribute transactionId of the corresponding entry of a transaction list.\n","example":"3dc3d5b3-7023-4848-9853-f5400a64e80f","type":"string"},"transactionList":{"description":"Array of transaction details.","items":{"$ref":"#/components/schemas/transactions"},"type":"array"},"transactionStatus":{"description":"The transaction status is filled with codes of the ISO 20022 data table:\n- 'ACCC': 'AcceptedSettlementCompleted' -\n  Settlement on the creditor's account has been completed.\n- 'ACCP': 'AcceptedCustomerProfile' -\n  Preceding check of technical validation was successful.\n  Customer profile check was also successful.\n- 'ACSC': 'AcceptedSettlementCompleted' -\n  Settlement on the debtoro?=s account has been completed.\n\n  **Usage:** this can be used by the first agent to report to the debtor that the transaction has been completed.\n\n  **Warning:** this status is provided for transaction status reasons, not for financial information.\n  It can only be used after bilateral agreement.\n- 'ACSP': 'AcceptedSettlementInProcess' -\n  All preceding checks such as technical validation and customer profile were successful and therefore the payment initiation has been accepted for execution.\n- 'ACTC': 'AcceptedTechnicalValidation' -\n  Authentication and syntactical and semantical validation are successful.\n- 'ACWC': 'AcceptedWithChange' -\n  Instruction is accepted but a change will be made, such as date or remittance not sent.\n- 'ACWP': 'AcceptedWithoutPosting' -\n  Payment instruction included in the credit transfer is accepted without being posted to the creditor customero?=s account.\n- 'RCVD': 'Received' -\n  Payment initiation has been received by the receiving agent.\n- 'PDNG': 'Pending' -\n  Payment initiation or individual transaction included in the payment initiation is pending.\n  Further checks and status update will be performed.\n- 'RJCT': 'Rejected' -\n  Payment initiation or individual transaction included in the payment initiation has been rejected.\n- 'CANC': 'Cancelled'\n  Payment initiation has been cancelled before execution\n  Remark: This codeis accepted as new code by ISO20022.\n- 'ACFC': 'AcceptedFundsChecked' -\n  Preceding check of technical validation and customer profile was successful and an automatic funds check was positive .\n  Remark: This code is accepted as new code by ISO20022.\n- 'PATC': 'PartiallyAcceptedTechnical'\n  Correct The payment initiation needs multiple authentications, where some but not yet all have been performed. Syntactical and semantical validations are successful.\n  Remark: This code is accepted as new code by ISO20022.\n- 'PART': 'PartiallyAccepted' -\n  A number of transactions have been accepted, whereas another number of transactions have not yet achieved 'accepted' status.\n  Remark: This code may be used only in case of bulk payments. It is only used in a situation where all mandated authorisations have been applied, but some payments have been rejected.\n","enum":["ACCC","ACCP","ACSC","ACSP","ACTC","ACWC","ACWP","RCVD","PDNG","RJCT","CANC","ACFC","PATC","PART"],"example":"ACCP","type":"string"},"transactionStatus_SBS":{"description":"The transaction status is filled with codes of the ISO 20022 data table.\nOnly the codes RCVD, PATC, ACTC, ACWC and RJCT are used:\n- 'ACSP': 'AcceptedSettlementInProcess' -\n  All preceding checks such as technical validation and customer profile were successful and therefore the payment initiation has been accepted for execution.\n- 'ACTC': 'AcceptedTechnicalValidation' -\n  Authentication and syntactical and semantical validation are successful.\n- 'ACWC': 'AcceptedWithChange' -\n  Instruction is accepted but a change will be made, such as date or remittance not sent.\n- 'RCVD': 'Received' -\n  Payment initiation has been received by the receiving agent.\n- 'RJCT': 'Rejected' -\n  Payment initiation or individual transaction included in the payment initiation has been rejected.\n","enum":["ACSC","ACTC","PATC","RCVD","RJCT","CANC"],"example":"RCVD","type":"string"},"transactions":{"description":"Transaction details.","properties":{"_links":{"$ref":"#/components/schemas/_linksTransactionDetails"},"additionalInformation":{"$ref":"#/components/schemas/additionalInformation"},"additionalInformationStructured":{"$ref":"#/components/schemas/additionalInformationStructured"},"balanceAfterTransaction":{"$ref":"#/components/schemas/balance"},"bankTransactionCode":{"$ref":"#/components/schemas/bankTransactionCode"},"batchIndicator":{"description":"If this indicator equals true, then the related entry is a batch entry.\n","type":"boolean"},"batchNumberOfTransactions":{"description":"Shall be used if and only if the batchIndicator is contained and equals true.\n","type":"integer"},"bookingDate":{"$ref":"#/components/schemas/bookingDate"},"checkId":{"description":"Identification of a Cheque.","maxLength":35,"type":"string"},"creditorAccount":{"$ref":"#/components/schemas/accountReference16-CH"},"creditorAgent":{"$ref":"#/components/schemas/bicfi"},"creditorId":{"$ref":"#/components/schemas/creditorId"},"creditorName":{"$ref":"#/components/schemas/creditorName"},"currencyExchange":{"$ref":"#/components/schemas/reportExchangeRateList"},"debtorAccount":{"$ref":"#/components/schemas/accountReference16-CH"},"debtorAgent":{"$ref":"#/components/schemas/bicfi"},"debtorName":{"$ref":"#/components/schemas/debtorName"},"endToEndId":{"description":"Unique end to end identity.","maxLength":35,"type":"string"},"entryDetails":{"$ref":"#/components/schemas/entryDetails"},"entryReference":{"$ref":"#/components/schemas/entryReference"},"mandateId":{"description":"Identification of Mandates, e.g. a SEPA Mandate ID.","maxLength":35,"type":"string"},"proprietaryBankTransactionCode":{"$ref":"#/components/schemas/proprietaryBankTransactionCode"},"purposeCode":{"$ref":"#/components/schemas/purposeCode"},"remittanceInformationStructured":{"$ref":"#/components/schemas/remittanceInformationStructuredMax140"},"remittanceInformationStructuredArray":{"$ref":"#/components/schemas/remittanceInformationStructuredArray"},"remittanceInformationUnstructured":{"$ref":"#/components/schemas/remittanceInformationUnstructured"},"remittanceInformationUnstructuredArray":{"$ref":"#/components/schemas/remittanceInformationUnstructuredArray"},"transactionAmount":{"$ref":"#/components/schemas/amount"},"transactionId":{"$ref":"#/components/schemas/transactionId"},"ultimateCreditor":{"$ref":"#/components/schemas/ultimateCreditor"},"ultimateDebtor":{"$ref":"#/components/schemas/ultimateDebtor"},"valueDate":{"description":"The Date at which assets become available to the account owner in case of a credit.","format":"date","type":"string"}},"required":["transactionAmount"],"type":"object"},"transactionsResponse-200_json":{"description":"Body of the JSON response for a successful read transaction list request.\nThis account report contains transactions resulting from the query parameters.\n","properties":{"_links":{"$ref":"#/components/schemas/_linksDownload"},"account":{"$ref":"#/components/schemas/accountReference16-CH"},"balances":{"$ref":"#/components/schemas/balanceList"},"transactions":{"$ref":"#/components/schemas/accountReport"}},"type":"object"},"trustedBeneficiaryFlag":{"description":"Additional Service: Trusted Benificiaries\nWithin this data element, the ASPSP might optionally communicate towards the TPP whether the creditor was part of the related trusted beneficiary list. \nThis attribute is only contained in case of a final scaStatus.\n","example":false,"type":"boolean"},"ultimateCreditor":{"description":"Ultimate creditor.","example":"Ultimate Creditor","maxLength":70,"type":"string"},"ultimateDebtor":{"description":"Ultimate debtor.","example":"Ultimate Debtor","maxLength":70,"type":"string"},"updatePsuAuthentication":{"description":"Content of the body of a Update PSU authentication request\n\nPassword subfield is used.\n","properties":{"psuData":{"$ref":"#/components/schemas/psuData"}},"required":["psuData"],"type":"object"},"updatePsuAuthenticationResponse":{"description":"Body of the JSON response for a successful update PSU authentication request.","properties":{"_links":{"$ref":"#/components/schemas/_linksUpdatePsuAuthentication"},"authorisationId":{"$ref":"#/components/schemas/authorisationId"},"challengeData":{"$ref":"#/components/schemas/challengeData"},"chosenScaMethod":{"$ref":"#/components/schemas/authenticationObject"},"currencyConversionFees":{"$ref":"#/components/schemas/amount"},"estimatedInterbankSettlementAmount":{"$ref":"#/components/schemas/amount"},"estimatedTotalAmount":{"$ref":"#/components/schemas/amount"},"psuMessage":{"$ref":"#/components/schemas/psuMessageText"},"scaMethods":{"$ref":"#/components/schemas/scaMethods"},"scaStatus":{"$ref":"#/components/schemas/scaStatus"},"transactionFees":{"$ref":"#/components/schemas/amount"}},"required":["scaStatus"],"type":"object"},"updatePsuIdenticationResponse":{"description":"Body of the JSON response for a successful update PSU identification request.","properties":{"_links":{"$ref":"#/components/schemas/_linksUpdatePsuIdentification"},"currencyConversionFees":{"$ref":"#/components/schemas/amount"},"estimatedInterbankSettlementAmount":{"$ref":"#/components/schemas/amount"},"estimatedTotalAmount":{"$ref":"#/components/schemas/amount"},"psuMessage":{"$ref":"#/components/schemas/psuMessageText"},"scaMethods":{"$ref":"#/components/schemas/scaMethods"},"scaStatus":{"$ref":"#/components/schemas/scaStatus"},"transactionFees":{"$ref":"#/components/schemas/amount"}},"required":["_links","scaStatus"],"type":"object"},"validUntil":{"description":"This parameter is defining a valid until date (including the mentioned date) for the requested consent. \nThe content is the local ASPSP date in ISO-Date format, e.g. 2017-10-30.\n\nFuture dates might get adjusted by ASPSP. \n\nIf a maximal available date is requested, a date in far future is to be used: \"9999-12-31\". \n\nIn both cases the consent object to be retrieved by the get consent request will contain the adjusted date.\n","example":"2025-08-15T13:50:49.620Z","format":"date","type":"string"}},"securitySchemes":{"BearerAuthOAuth":{"description":"Bearer Token. \n\nIs contained only, if an OAuth2 based authentication was performed in a pre-step or \nan OAuth2 based SCA was performed in a preceding AIS service in the same session.\n","scheme":"bearer","type":"http"}}}}