Confirmation of Funds Service (PIIS) returns a confirmation of funds request at the ASPSP.
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.
Request body for a confirmation of funds request.
OK
Bad Request
Unauthorized
Forbidden
Not found
Method Not Allowed
Not Acceptable
Request Timeout
Conflict
Unsupported Media Type
Too Many Requests
Internal Server Error
Service Unavailable
Request body for a confirmation of funds.
{- "cardNumber": "12345678901234",
- "account": {
- "iban": "DE23100120020123456789"
}, - "instructedAmount": {
- "currency": "EUR",
- "amount": "123"
}
}
Response for a confirmation of funds request.
{- "fundsAvailable": "true"
}