Funds API

Endpoints

You can find more detailed API Docs here

POST /v1/open-banking/funds-confirmations

Required scope to access endpoint: funds:confirmation

Request:

{
  "account": {
    "iban": "LT9451465134843514548454"
  },
  "instructed_amount": {
    "currency": "eur",
    "amount": "10.00"
  }
}

Response:

{
  "funds_available": true
}