================================================================================
 bank-probe — auth + discovery
================================================================================

--- QONTO ---
  base       : https://thirdparty.qonto.com
  auth shape : Authorization: <login>:<secret>
  env vars   : QONTO_LOGIN=<set> QONTO_SECRET_KEY=<set> QONTO_ORG_SLUG=arcodange-1246

  [OK] auth succeeded
       slug          : arcodange-1246
       legal_name    : ARCODANGE
       legal_country : FR
       1 bank account(s):
         id=019b93fe-3cb8-7e28-9404-ee637f7aff27  name=Compte principal  ...iban=25639215  status=active  balance=4191.54 

--- WISE ---
  base       : https://api.wise.com
  auth shape : Authorization: Bearer <token>
  env vars   : WISE_API_TOKEN=<set> WISE_PROFILE_ID=82958299

  [OK] auth succeeded
       2 profile(s):
         id=82958299  type=BUSINESS   name=ARCODANGE   ← .env WISE_PROFILE_ID
         id=82958415  type=PERSONAL   name=Gabriel Jonathan Marc Radureau

--- WISE balances (for the BUSINESS profile) ---
  1 balance(s):
    id=147831931  type=STANDARD currency=EUR balance=5308.25 EUR  name=None

--- summary ---
  .env should ultimately contain:
    QONTO_LOGIN=<set>
    QONTO_SECRET_KEY=<set>
    QONTO_ORG_SLUG=arcodange-1246
    WISE_API_TOKEN=<set>
    WISE_PROFILE_ID=<the BUSINESS id from above>
