Every API here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for apis
7 MCP tools reach this
find_apisBrowse and filter every API in the catalog.
get_api_artifactsOne API's artifacts, grouped by type.
get_openapiThe primary OpenAPI for this API.
find_similar_apisAPIs that look like this one.
apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
resolveTurn a domain, URL or GitHub org into the provider it belongs to.
find_cohortsEvery scored population of providers in the catalog.
All 92 tools →
Call it yourself
curl for this page
This API
curl "https://apis.io/api/v1/apis/tietoevry-confirmation-of-funds-service-consent-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.
A second provider on the same verified email joins the account you already have.
openapi: 3.2.0
info:
title: Tietoevry Confirmation of Funds Service consent API
version: '1.0'
description: 'Operations tagged Confirmation of Funds Service consent across 3 of this provider''s published API definitions: tietoevry-openbanking-xs2a-swagger.json, tietoevry-tieto-xs2a-funds.v1_2.yaml, tietoevry-tieto-xs2a-funds.v1_3.yaml. Each path carries the servers of the definition it was published in.'
servers:
- url: http://openbanking.api.tieto.com
- url: https://openbanking.api.tieto.com
tags:
- name: Confirmation of Funds Service consent
description: Operations for establish and managing confirmation of funds consent.
paths:
/sandbox/xs2a/v1.3/funds-confirmation-consents:
post:
tags:
- Confirmation of Funds Service consent
summary: Establish Funds Confirmation Consent Transaction
description: Creates an funds confirmation consent resource at the ASPSP regarding access to make funds confirmation to specified accounts in this request.
operationId: postFundsConfirmationConsent
parameters:
- name: Content-Type
in: header
required: true
schema:
type: string
enum:
- application/json
- name: X-Request-ID
in: header
description: ID of the request, unique to the call, as determined by the initiating party.
required: true
schema:
type: string
format: uuid
- name: X-API-Key
in: header
description: Authorisation key that can be acquired in Sandbox.
required: true
schema:
type: string
- name: TPP-Explicit-Authorisation-Preferred
in: header
description: If it equals "true", the TPP prefers to start the authorisation process separately, e.g. because of the usage of a signing basket. If it equals "false" or if the parameter is not used, there is no preference of the TPP. This especially indicates that the TPP assumes a direct authorisation of the transaction in the next step, without using a signing basket.
schema:
type: boolean
default: false
- name: TPP-Redirect-URI
in: header
description: URI of the TPP, where the transaction flow shall be redirected to after a Redirect. Mandated for the Redirect SCA Approach (including OAuth2 SCA approach).
required: true
schema:
type: string
format: uri
- name: TPP-Nok-Redirect-URI
in: header
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 of a negative result of the redirect SCA method.
schema:
type: string
format: uri
responses:
'200':
description: successful operation
content:
application/json:
schema:
$ref: '#/components/schemas/JsonPostFundsConfirmationConsentsRequest'
'201':
description: No errors occurred. In _links section self link is used.
headers:
Location:
description: Hyperlink for the status of the resource.
schema:
type: string
format: uri
'400':
description: 'One of mandatory parameters(headers, request body or query parameters) missing or in incorrect format;
CombinedServiceIndicator is true'
content:
application/json:
schema:
$ref: '#/components/schemas/JsonErrorResponse'
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/JsonPostFundsConfirmationConsentsRequest'
servers:
- url: http://openbanking.api.tieto.com
- url: https://openbanking.api.tieto.com
/sandbox/xs2a/v1.3/funds-confirmation-consents/{consent-id}:
get:
tags:
- Confirmation of Funds Service consent
summary: Get Funds Confirmation Consent Request
description: Returns the content of an funds confirmation consent object.
operationId: getFundsConfirmationConsent
parameters:
- name: Accept
in: header
required: true
schema:
type: string
enum:
- application/json
- name: X-Request-ID
in: header
description: ID of the request, unique to the call, as determined by the initiating party.
required: true
schema:
type: string
format: uuid
- name: X-API-Key
in: header
description: Authorisation key that can be acquired in Sandbox.
required: true
schema:
type: string
- name: consent-id
in: path
description: Shall be contained since “Establish Funds Confirmation Consent Transaction” was performed via this API before.
required: true
schema:
type: string
format: uuid
responses:
'200':
description: No errors ocurred. Returns consent. In _links section viewAccounts link is used.
content:
application/json:
schema:
$ref: '#/components/schemas/JsonGetFundsConfirmationConsentResponse'
'400':
description: One of mandatory parameters(headers, request body or query parameters) missing or in incorrect format
content:
application/json:
schema:
$ref: '#/components/schemas/JsonErrorResponse'
'404':
description: Consent not found
content:
application/json:
schema:
$ref: '#/components/schemas/JsonErrorResponse'
delete:
tags:
- Confirmation of Funds Service consent
summary: Delete an Confirmation of Funds Service Object
description: The TPP can delete a confirmation of funds consent object.
operationId: deleteFundsConsent
parameters:
- name: consent-id
in: path
description: Shall be contained since “Confirmation of Funds Service” was performed via this API before.
required: true
schema:
type: string
format: uuid
- name: X-Request-ID
in: header
description: ID of the request, unique to the call, as determined by the initiating party.
required: true
schema:
type: string
format: uuid
- name: X-API-Key
in: header
description: Authorisation key that can be acquired in Sandbox.
required: true
schema:
type: string
responses:
'204':
description: No errors ocurred. Deleted consent
'400':
description: One of mandatory parameters(headers, request body or query parameters) missing or in incorrect format
content:
application/json:
schema:
$ref: '#/components/schemas/JsonErrorResponse'
'404':
description: Consent not found
content:
application/json:
schema:
$ref: '#/components/schemas/JsonErrorResponse'
servers:
- url: http://openbanking.api.tieto.com
- url: https://openbanking.api.tieto.com
/sandbox/xs2a/v1.3/funds-confirmation-consents/{consent-id}/authorisations:
get:
tags:
- Confirmation of Funds Service consent
summary: Get authorisation sub-resources request
description: Will deliver an array of resource identifications of all generated authorisation sub-resources.
operationId: fundsConfirmationConsentsGetAuthorizations
parameters:
- name: consent-id
in: path
description: Identification of the related resource
required: true
schema:
type: string
format: uuid
- name: X-Request-ID
in: header
description: ID of the request, unique to the call, as determined by the initiating party.
required: true
schema:
type: string
format: uuid
- name: X-API-Key
in: header
description: Authorisation key that can be acquired in Sandbox.
required: true
schema:
type: string
responses:
'200':
description: Returns array of authorisation sub-resources.
content:
application/json:
schema:
$ref: '#/components/schemas/JsonGetAuthorisationsResponse'
post:
tags:
- Confirmation of Funds Service consent
summary: Start authorisation process
description: Starts an authorisation process in for establishing account information consent data on the server.
operationId: fundsConfirmationConsentsStartAuthorization
parameters:
- name: consent-id
in: path
description: Identification of the related resource
required: true
schema:
type: string
format: uuid
- name: X-Request-ID
in: header
description: ID of the request, unique to the call, as determined by the initiating party.
required: true
schema:
type: string
format: uuid
- name: X-API-Key
in: header
description: Authorisation key that can be acquired in Sandbox.
required: true
schema:
type: string
- name: TPP-Redirect-URI
in: header
description: URI of the TPP, where the transaction flow shall be redirected to after a Redirect. Mandated for the Redirect SCA Approach (including OAuth2 SCA approach).
required: true
schema:
type: string
format: uri
- name: TPP-Nok-Redirect-URI
in: header
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 of a negative result of the redirect SCA method.
schema:
type: string
format: uri
responses:
'200':
description: successful operation
content:
application/json:
schema:
$ref: '#/components/schemas/JsonPostAuthorisationsResponse'
'201':
description: Created authorisation sub-resource.
servers:
- url: http://openbanking.api.tieto.com
- url: https://openbanking.api.tieto.com
/sandbox/xs2a/v1.3/funds-confirmation-consents/{consent-id}/authorisations/{authorisation-id}:
get:
tags:
- Confirmation of Funds Service consent
summary: Get SCA status request
description: Checks the SCA status of a authorisation sub-resource.
operationId: fundsConfirmationConsentsGetAuthorizationStatus
parameters:
- name: consent-id
in: path
description: Identification of the related resource
required: true
schema:
type: string
format: uuid
- name: X-Request-ID
in: header
description: ID of the request, unique to the call, as determined by the initiating party.
required: true
schema:
type: string
format: uuid
- name: X-API-Key
in: header
description: Authorisation key that can be acquired in Sandbox.
required: true
schema:
type: string
- name: authorisation-id
in: path
description: Identification of the related authorisation sub-resource
required: true
schema:
type: string
responses:
'200':
description: Returns array of authorisation sub-resources.
content:
application/json:
schema:
$ref: '#/components/schemas/JsonGetAuthorisationStatusResponse'
servers:
- url: http://openbanking.api.tieto.com
- url: https://openbanking.api.tieto.com
/sandbox/xs2a/v1.3/funds-confirmation-consents/{consent-id}/status:
get:
tags:
- Confirmation of Funds Service consent
summary: Get Status Request
description: Can check the status of an funds confirmation consent resource.
operationId: getFundsConfirmationConsentStatus
parameters:
- name: consent-id
in: path
description: Shall be contained since “Establish Funds Confirmation Consent Transaction” was performed via this API before.
required: true
schema:
type: string
format: uuid
- name: Accept
in: header
required: true
schema:
type: string
enum:
- application/json
- name: X-Request-ID
in: header
description: ID of the request, unique to the call, as determined by the initiating party.
required: true
schema:
type: string
format: uuid
- name: X-API-Key
in: header
description: Authorisation key that can be acquired in Sandbox.
required: true
schema:
type: string
responses:
'200':
description: No errors ocurred. Returns the transactionStatus of the consent.
content:
application/json:
schema:
$ref: '#/components/schemas/JsonGetConsentStatusResponse'
'400':
description: One of mandatory parameters(headers, request body or query parameters) missing or in incorrect format
content:
application/json:
schema:
$ref: '#/components/schemas/JsonErrorResponse'
'404':
description: Consent not found
content:
application/json:
schema:
$ref: '#/components/schemas/JsonErrorResponse'
servers:
- url: http://openbanking.api.tieto.com
- url: https://openbanking.api.tieto.com
/{sandbox|live}/xs2a/v1.2/funds-confirmation-consents:
post:
tags:
- Confirmation of Funds Service consent
summary: Establish Funds Confirmation Consent Transaction
description: Creates an funds confirmation consent resource at the ASPSP regarding access to make funds confirmation to specified accounts in this request.
operationId: postFundsConfirmationConsent
parameters:
- $ref: '#/components/parameters/envParam'
- name: Content-Type
in: header
required: true
schema:
type: string
enum:
- application/json
- name: X-Request-ID
in: header
description: ID of the request, unique to the call, as determined by the initiating party.
required: true
schema:
type: string
format: uuid
- name: X-API-Key
in: header
description: Authorisation key that can be acquired in Sandbox.
required: true
schema:
type: string
- name: TPP-Explicit-Authorisation-Preferred
in: header
description: If it equals "true", the TPP prefers to start the authorisation process separately, e.g. because of the usage of a signing basket. If it equals "false" or if the parameter is not used, there is no preference of the TPP. This especially indicates that the TPP assumes a direct authorisation of the transaction in the next step, without using a signing basket.
schema:
type: boolean
default: false
- name: TPP-Redirect-URI
in: header
description: URI of the TPP, where the transaction flow shall be redirected to after a Redirect. Mandated for the Redirect SCA Approach (including OAuth2 SCA approach).
required: true
schema:
type: string
format: uri
- name: TPP-Nok-Redirect-URI
in: header
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 of a negative result of the redirect SCA method.
schema:
type: string
format: uri
- name: PSU-IP-Address
in: header
description: The forwarded IP Address header field consists of the corresponding HTTP request IP Address field between PSU and TPP.
required: false
schema:
type: string
- name: PSU-ID
in: header
description: Client ID of the PSU in the bank.
required: false
schema:
type: string
- name: PSU-Corporate-ID
in: header
description: Corporate client ID of the PSU in the bank.
required: false
schema:
type: string
responses:
201:
description: No errors occurred. In _links section self link is used.
headers:
Location:
description: Hyperlink for the status of the resource.
schema:
type: string
format: uri
content:
application/json:
schema:
$ref: '#/components/schemas/JsonPostFundsConfirmationConsentsRequest'
400:
description: 'One of mandatory parameters(headers, request body or query parameters) missing or in incorrect format;
CombinedServiceIndicator is true'
content:
application/json:
schema:
$ref: '#/components/schemas/JsonErrorResponse_2'
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/JsonPostFundsConfirmationConsentsRequest'
required: true
servers:
- url: http://openbanking.api.tieto.com
- url: https://openbanking.api.tieto.com
/{sandbox|live}/xs2a/v1.2/funds-confirmation-consents/{consent-id}:
get:
tags:
- Confirmation of Funds Service consent
summary: Get Funds Confirmation Consent Request
description: Returns the content of an funds confirmation consent object.
operationId: getFundsConfirmationConsent
parameters:
- $ref: '#/components/parameters/envParam'
- name: Accept
in: header
required: true
schema:
type: string
enum:
- application/json
- name: X-Request-ID
in: header
description: ID of the request, unique to the call, as determined by the initiating party.
required: true
schema:
type: string
format: uuid
- name: X-API-Key
in: header
description: Authorisation key that can be acquired in Sandbox.
required: true
schema:
type: string
- name: consent-id
in: path
description: Shall be contained since “Establish Funds Confirmation Consent Transaction” was performed via this API before.
required: true
schema:
type: string
format: uuid
- name: PSU-ID
in: header
description: Client ID of the PSU in the bank.
required: false
schema:
type: string
- name: PSU-Corporate-ID
in: header
description: Corporate client ID of the PSU in the bank.
required: false
schema:
type: string
responses:
200:
description: No errors ocurred. Returns consent. In _links section viewAccounts link is used.
content:
application/json:
schema:
$ref: '#/components/schemas/JsonGetFundsConfirmationConsentResponse'
400:
description: One of mandatory parameters(headers, request body or query parameters) missing or in incorrect format
content:
application/json:
schema:
$ref: '#/components/schemas/JsonErrorResponse_2'
404:
description: Consent not found
content:
application/json:
schema:
$ref: '#/components/schemas/JsonErrorResponse_2'
delete:
tags:
- Confirmation of Funds Service consent
summary: Delete an Confirmation of Funds Service Object
description: The TPP can delete a confirmation of funds consent object.
operationId: deleteFundsConsent
parameters:
- $ref: '#/components/parameters/envParam'
- name: consent-id
in: path
description: Shall be contained since “Confirmation of Funds Service” was performed via this API before.
required: true
schema:
type: string
format: uuid
- name: X-Request-ID
in: header
description: ID of the request, unique to the call, as determined by the initiating party.
required: true
schema:
type: string
format: uuid
- name: X-API-Key
in: header
description: Authorisation key that can be acquired in Sandbox.
required: true
schema:
type: string
- name: PSU-ID
in: header
description: Client ID of the PSU in the bank.
required: false
schema:
type: string
- name: PSU-Corporate-ID
in: header
description: Corporate client ID of the PSU in the bank.
required: false
schema:
type: string
responses:
204:
description: No errors ocurred. Deleted consent
400:
description: One of mandatory parameters(headers, request body or query parameters) missing or in incorrect format
content:
application/json:
schema:
$ref: '#/components/schemas/JsonErrorResponse_2'
404:
description: Consent not found
content:
application/json:
schema:
$ref: '#/components/schemas/JsonErrorResponse_2'
servers:
- url: http://openbanking.api.tieto.com
- url: https://openbanking.api.tieto.com
/{sandbox|live}/xs2a/v1.2/funds-confirmation-consents/{consent-id}/authorisations:
get:
tags:
- Confirmation of Funds Service consent
summary: Get authorisation sub-resources request
description: Will deliver an array of resource identifications of all generated authorisation sub-resources.
operationId: fundsConfirmationConsentsGetAuthorizations
parameters:
- $ref: '#/components/parameters/envParam'
- name: consent-id
in: path
description: Identification of the related resource
required: true
schema:
type: string
format: uuid
- name: X-Request-ID
in: header
description: ID of the request, unique to the call, as determined by the initiating party.
required: true
schema:
type: string
format: uuid
- name: X-API-Key
in: header
description: Authorisation key that can be acquired in Sandbox.
required: true
schema:
type: string
- name: PSU-ID
in: header
description: Client ID of the PSU in the bank.
required: false
schema:
type: string
- name: PSU-Corporate-ID
in: header
description: Corporate client ID of the PSU in the bank.
required: false
schema:
type: string
responses:
200:
description: Returns array of authorisation sub-resources.
content:
application/json:
schema:
$ref: '#/components/schemas/JsonGetAuthorisationsResponse'
post:
tags:
- Confirmation of Funds Service consent
summary: Start authorisation process
description: Starts an authorisation process in for establishing account information consent data on the server.
operationId: fundsConfirmationConsentsStartAuthorization
parameters:
- $ref: '#/components/parameters/envParam'
- name: consent-id
in: path
description: Identification of the related resource
required: true
schema:
type: string
format: uuid
- name: X-Request-ID
in: header
description: ID of the request, unique to the call, as determined by the initiating party.
required: true
schema:
type: string
format: uuid
- name: X-API-Key
in: header
description: Authorisation key that can be acquired in Sandbox.
required: true
schema:
type: string
- name: TPP-Explicit-Authorisation-Preferred
in: header
description: If it equals "true", the TPP prefers to start the authorisation process separately, e.g. because of the usage of a signing basket. If it equals "false" or if the parameter is not used, there is no preference of the TPP. This especially indicates that the TPP assumes a direct authorisation of the transaction in the next step, without using a signing basket.
schema:
type: boolean
default: false
- name: PSU-ID
in: header
description: Client ID of the PSU in the bank.
required: false
schema:
type: string
- name: PSU-Corporate-ID
in: header
description: Corporate client ID of the PSU in the bank.
required: false
schema:
type: string
responses:
201:
description: Created authorisation sub-resource.
content:
application/json:
schema:
$ref: '#/components/schemas/JsonPostAuthorisationsResponse'
servers:
- url: http://openbanking.api.tieto.com
- url: https://openbanking.api.tieto.com
/{sandbox|live}/xs2a/v1.2/funds-confirmation-consents/{consent-id}/authorisations/{authorisation-id}:
get:
tags:
- Confirmation of Funds Service consent
summary: Get SCA status request
description: Checks the SCA status of a authorisation sub-resource.
operationId: fundsConfirmationConsentsGetAuthorizationStatus
parameters:
- $ref: '#/components/parameters/envParam'
- name: consent-id
in: path
description: Identification of the related resource
required: true
schema:
type: string
format: uuid
- name: X-Request-ID
in: header
description: ID of the request, unique to the call, as determined by the initiating party.
required: true
schema:
type: string
format: uuid
- name: X-API-Key
in: header
description: Authorisation key that can be acquired in Sandbox.
required: true
schema:
type: string
- name: authorisation-id
in: path
description: Identification of the related authorisation sub-resource
required: true
schema:
type: string
- name: PSU-ID
in: header
description: Client ID of the PSU in the bank.
required: false
schema:
type: string
- name: PSU-Corporate-ID
in: header
description: Corporate client ID of the PSU in the bank.
required: false
schema:
type: string
responses:
200:
description: Returns array of authorisation sub-resources.
content:
application/json:
schema:
$ref: '#/components/schemas/JsonGetAuthorisationStatusResponse'
servers:
- url: http://openbanking.api.tieto.com
- url: https://openbanking.api.tieto.com
/{sandbox|live}/xs2a/v1.2/funds-confirmation-consents/{consent-id}/status:
get:
tags:
- Confirmation of Funds Service consent
summary: Get Status Request
description: Can check the status of an funds confirmation consent resource.
operationId: getFundsConfirmationConsentStatus
parameters:
- $ref: '#/components/parameters/envParam'
- name: consent-id
in: path
description: Shall be contained since “Establish Funds Confirmation Consent Transaction” was performed via this API before.
required: true
schema:
type: string
format: uuid
- name: Accept
in: header
required: true
schema:
type: string
enum:
- application/json
- name: X-Request-ID
in: header
description: ID of the request, unique to the call, as determined by the initiating party.
required: true
schema:
type: string
format: uuid
- name: X-API-Key
in: header
description: Authorisation key that can be acquired in Sandbox.
required: true
schema:
type: string
- name: PSU-ID
in: header
description: Client ID of the PSU in the bank.
required: false
schema:
type: string
- name: PSU-Corporate-ID
in: header
description: Corporate client ID of the PSU in the bank.
required: false
schema:
type: string
responses:
200:
description: No errors ocurred. Returns the transactionStatus of the consent.
content:
application/json:
schema:
$ref: '#/components/schemas/JsonGetConsentStatusResponse'
400:
description: One of mandatory parameters(headers, request body or query parameters) missing or in incorrect format
content:
application/json:
schema:
$ref: '#/components/schemas/JsonErrorResponse_2'
404:
description: Consent not found
content:
application/json:
schema:
$ref: '#/components/schemas/JsonErrorResponse_2'
servers:
- url: http://openbanking.api.tieto.com
- url: https://openbanking.api.tieto.com
/{sandbox|live}/xs2a/v1.3/funds-confirmation-consents:
post:
tags:
- Confirmation of Funds Service consent
summary: 'Funds confirm: Establish Funds Confirmation Consent Transaction'
description: Creates an funds confirmation consent resource at the ASPSP regarding access to make funds confirmation to specified accounts in this request.
operationId: postFundsConfirmationConsent
parameters:
- $ref: '#/components/parameters/envParam'
- name: Content-Type
in: header
required: true
schema:
type: string
enum:
- application/json
- name: X-Request-ID
in: header
description: ID of the request, unique to the call, as determined by the initiating party.
required: true
schema:
type: string
format: uuid
- name: X-API-Key
in: header
description: Authorisation key that can be acquired in TPP developer portal.
required: true
schema:
type: string
- name: TPP-Explicit-Authorisation-Preferred
in: header
description: If it equals "true", the TPP prefers to start the authorisation process separately, e.g. because of the usage of a signing basket. If it equals "false" or if the parameter is not used, there is no preference of the TPP.
schema:
type: boolean
default: false
- name: TPP-Redirect-URI
in: header
description: URI of the TPP, where the transaction flow shall be redirected to after a Redirect. Mandated for the Redirect SCA Approach (including OAuth2 SCA approach).
required: true
schema:
type: string
format: uri
- name: TPP-Nok-Redirect-URI
in: header
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 of a negative result of the redirect SCA method.
schema:
type: string
format: uri
- name: PSU-IP-Address
in: header
description: The forwarded IP Address header field consists of the corresponding HTTP request IP Address field between PSU and TPP.
required: true
schema:
type: string
- name: TPP-Oauth2-Preferred
in: header
description: If contains true, then OAuth2 SCA is used, otherwise if contains false or header is missing, then redirect SCA is used.
required: false
schema:
type: boolean
- name: PSU-ID
in: header
description: Client ID of the PSU in the bank.
required: fals
# --- truncated at 32 KB (59 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/tietoevry/refs/heads/main/openapi/tietoevry-confirmation-of-funds-service-consent-api-openapi.yml