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>",
"url": "<string>",
"default": true,
"test": true,
"capabilities": [
"ais"
],
"supportedPaymentSchemes": [
"SEPA_INSTANT"
]
}
Retrieve a bank object by its id. The id is a unique identifier of the bank within Ivy.
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>",
"url": "<string>",
"default": true,
"test": true,
"capabilities": [
"ais"
],
"supportedPaymentSchemes": [
"SEPA_INSTANT"
]
}
Returns bank details
The response is of type object
.