Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Kanmon Bank Accounts API

The Bank Accounts API from Kanmon — 2 operation(s) for bank accounts.

Kanmon Bank Accounts API is one of 14 APIs that Kanmon publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Bank Accounts. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 4 operations across 2 paths, and defines 12 schemas. It is described by OpenAPI 3.0.0, at version 2.0.0.

Requests are made against 4 base URLs: https://api.kanmon.com, https://api.kanmon.dev, http://localhost:3333, https://workflow.concar.dev.

4 operations 2 paths 12 schemas 2 GET1 PATCH1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
2.0.0
Base URL
https://api.kanmon.com
Authentication
API Key
Resource Areas
1

Authentication & Security 1

Kanmon Bank Accounts API declares 1 security scheme for authenticating requests. An API key is passed in the header as Authorization (Authorization).

Paths & Operations 4

Across 2 paths, the API surfaces 4 operations — 2 GET, 1 PATCH, 1 POST. Each is listed below with its method, path, parameters, and response codes.

Bank Accounts 4
GET
/api/platform/v2/bank-accounts
Fetch business bank accounts
getAllBusinessBankAccounts 8 params → 200400403429500
POST
/api/platform/v2/bank-accounts
Create a business bank account
createBusinessBankAccount body → 200400403404409429500
GET
/api/platform/v2/bank-accounts/{id}
Fetch a business bank account
getBusinessBankAccount 2 params → 201400403404429500
PATCH
/api/platform/v2/bank-accounts/{id}
Update a business bank account
updateBusinessBankAccount 2 params body → 200400403404429500

Schemas 12

The contract defines 12 schemas that model the data the API accepts and returns. The most detailed are BusinessBankAccount (9 properties), CreateBusinessBankAccountRequestBody (8 properties), UpdateBusinessAccountRequestBody (4 properties), ForbiddenException (3 properties). Each schema is shown below with its type and property counts.

CreateBusinessBankAccountRequestBody
object
8 properties 6 required
InternalServerErrorException
object
3 properties 3 required
GetBusinessBankAccountsResponse
object
2 properties 2 required
PaginationResult
object
3 properties 3 required
BankAccountNotFoundException
object
3 properties 3 required
BadRequestException
object
3 properties 3 required
BusinessNotFoundException
object
3 properties 3 required
TooManyRequestsException
object
3 properties 3 required
BusinessBankAccount
object
9 properties 9 required
ForbiddenException
object
3 properties 3 required
UpdateBusinessAccountRequestBody
object
4 properties
BankAccountAlreadyExistException
object
3 properties 3 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

kanmon-bank-accounts-api-openapi.yml Raw ↑

Other APIs Kanmon publishes across the network.

Kanmon Businesses API
Kanmon Connect Tokens API
Kanmon Documents API
Kanmon Draw Requests API
Kanmon Embedded Sessions API
Kanmon Integrated MCA API
Kanmon Invoices API
Kanmon Issued Products API
Kanmon Offers API
Kanmon Payments API
Kanmon Prequalifications API
Kanmon Sandbox Utilities API