v1
latestOpenAPI 3.0.1Creative Commons Attribution 4.0 International Public License2026-07-1334289536.7 KBConfirmation of funds request
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. If 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.
Headers
ID of the request, unique to the call, as determined by the initiating party.
Authorization by OAuth2 based Protocol.
This field might be used in case where a consent was agreed between ASPSP and PSU through an OAuth2 based protocol, facilitated by the TPP.
Is contained if and only if the "Signature" element is contained in the header of the request.
A signature of the request by the TPP on application level. This might be mandated by ASPSP.
The certificate used for signing the request, in base64 encoding. Must be contained if a signature is contained.
Request body
Example request
{
"account": {
"iban": "FR7612345987650123456789014",
"otherAccountIdentification": "90-100100-0",
"currency": "EUR"
},
"instructedAmount": {
"currency": "EUR",
"amount": "123"
}
}Response
OK