POST
/
api
/
service
/
banks
/
details
curl --request POST \
  --url https://api.sand.getivy.de/api/service/banks/details \
  --header 'Content-Type: application/json' \
  --data '{
  "id": "<string>"
}'
{
  "id": "<string>",
  "name": "<string>",
  "logo": "<string>",
  "market": [
    "AF"
  ],
  "currencies": [
    "EUR"
  ],
  "group": "<string>",
  "test": true,
  "default": true,
  "capabilities": [
    "pis"
  ],
  "supportedPaymentSchemes": [
    "SEPA_INSTANT"
  ]
}

Body

application/json

Response

200 - application/json

Returns bank details

The response is of type object.