Description
The Confirmation of Funds API Profile describes the flows and common functionality for the Confirmation of Funds API, which allows a Card Based Payment Instrument Issuer ('CBPII') to:
Register an intent to confirm funds by creating a "funds confirmation consent" resource with an ASPSP, for agreement between the PSU and ASPSP. This consent is a long lived consent, and contains the length of time (expiration date) the customer (PSU) would like to provide to the CBPII; and
Subsequently make a request to confirm funds are available.
Funds can only be confirmed against the currency of the account.
Documentation
- Contents
Check on the OpenAPI Documentation carefully to understand the required request and structure.
- Security
Remember to retrieve the credentials of your App in "My Apps" checking on the Consumer Key and Consumer Secret.
Error Format
All OpenBanking APIs throw errors in following JSON format:
{"Id": "123",
"Code": "123",
"Message":"Message example",
"Description": "Description of error",
"Errors":[
{
"ErrorCode":"AC17",
"Message":"Message Example",
"Path":"/accounts",
"Url":"url.example.com"
}]
}
OpenAPI specification
