Sign in

Create a bank account

documented

Create a new business bank account.

POST /v2/bank_accountsAccountsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://thirdparty.qonto.com/v2/bank_accounts" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "X-Qonto-Idempotency-Key: {{$idempotency_key}}" \
  -d '{"bank_account": {"name": "{{$name}}"}}'