7.1. Comprobación de la cobertura de un importe en la cuenta
7.1.1.1. Solicitud
POST http://localhost:18080/v1/funds-confirmations
7.1.1.2. Cabeceras
content-length: 160
7.1.1.3. Cuerpo
{
"paymentCoverageRequestId": "MyCoverage123456",
"instructedAmount": {
"amount": 12345.0,
"currency": "EUR"
},
"accountId": {
"iban": "YY13RDHN98392489481620896668799742"
}
}7.1.2. Respuesta
Código de estado: 200
7.1.2.1. Cabeceras
X-Request-Id: 415bc284-5c80-4ba5-a2da-6ff4ae4e06eb
Keep-Alive: timeout=60
Connection: keep-alive7.1.3. Cuerpo
{
"request": {
"paymentCoverageRequestId": "MyCoverage123456",
"instructedAmount": {
"amount": 12345.0,
"currency": "EUR"
},
"accountId": {
"iban": "YY13RDHN98392489481620896668799742"
}
},
"result": true,
"_links": {
"self": {
"href": "v1/funds-confirmations"
}
}
}