Skip to main content
GET
/
v1
/
bank-accounts
/
config
Get bank account configuration
curl --request GET \
  --url https://api-fundflow.venly.io/v1/v1/bank-accounts/config \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "result": {
    "enabledAccountTypes": [
      {
        "type": "EUR_SEPA",
        "description": "<string>"
      }
    ],
    "supportedCountries": [
      {
        "countryCode": "<string>",
        "countryName": "<string>"
      }
    ],
    "supportedCurrencies": [
      {
        "code": "<string>",
        "name": "<string>"
      }
    ]
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.venlyfinance.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

OAuth2 authentication via Venly Identity Platform

Response

Successfully retrieved bank account configuration

success
boolean
default:true
result
object

Bank account configuration metadata