cURL
curl --request GET \ --url https://api-fundflow-qa.venly.io/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>" } ] } }
Retrieves configuration information for bank accounts, including:
OAuth2 authentication via Venly Identity Platform
Successfully retrieved bank account configuration
Bank account configuration metadata
Show child attributes