7.1. Account Amount Coverage Check
7.1.1. Request
POST http://localhost:8080/v1/funds-confirmations
7.1.1.1. No specific headers
7.1.1.2. Body
{
"paymentCoverageRequestId": "MyCoverage123456",
"instructedAmount": {
"amount": 12345.0,
"currency": "EUR"
},
"accountId": {
"iban": "YY13RDHN98392489481620896668799742"
}
}7.1.2. Response
Status code: 200
7.1.2.1. No specific headers
7.1.2.2. Body
Note: this body was extracted from a PDF that lost some structural separators (braces / commas). Refer to the source PDF for the canonical JSON.
{
"request" : { "paymentCoverageRequestId" : "MyCoverage123456", "instructedAmount" : { "amount" : 12345.0, "currency" : "EUR","accountId" : { "iban" : "YY13RDHN98392489481620896668799742","result" : true, "_links" : {
"href" : "v1/funds-confirmations" } } }