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

Increase Account Numbers API

Each account can have multiple account and routing numbers. We recommend that you use a set per vendor. This is similar to how you use different passwords for different websites. Account numbers can also be used to seamlessly reconcile inbound payments. Generating a unique account number per vendor ensures you always know the originator of an incoming payment.

Increase Account Numbers API is one of 56 APIs that Increase publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Account Numbers. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 4 operations across 2 paths, and defines 5 schemas. It is described by OpenAPI 3.1.0, at version 0.0.1.

Requests are made against 2 base URLs: https://api.increase.com, https://sandbox.increase.com.

4 operations 2 paths 5 schemas 2 GET1 PATCH1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
0.0.1
Base URL
https://api.increase.com
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Increase Account Numbers API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (bearerAuth). By default, every request must be authenticated.

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.

Account Numbers 4

Each account can have multiple account and routing numbers. We recommend that you use a set per vendor. This is similar to how you use different passwords for different websites.…

GET
/account_numbers
List Account Numbers
list_account_numbers 10 params → 2004XX5XX
POST
/account_numbers
Create an Account Number
create_an_account_number body → 2004XX5XX
GET
/account_numbers/{account_number_id}
Retrieve an Account Number
retrieve_an_account_number 1 param → 2004XX5XX
PATCH
/account_numbers/{account_number_id}
Update an Account Number
update_an_account_number 1 param body → 2004XX5XX

Schemas 5

The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are account_number (11 properties), update_an_account_number_parameters (4 properties), create_an_account_number_parameters (4 properties), account_number_list (2 properties). Each schema is shown below with its type and property counts.

error
account_number_list
object
A list of Account Number objects.
2 properties 2 required
create_an_account_number_parameters
object
4 properties 2 required
account_number
object
Each account can have multiple account and routing numbers. We recommend that you use a set per vendor. This is similar to how you use different passwords for…
11 properties 11 required
update_an_account_number_parameters
object
4 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

increase-account-numbers-api-openapi.yml Raw ↑

Other APIs Increase publishes across the network.

Increase Account Statements API
Increase Account Transfers API
Increase Accounts API
Increase Ach Prenotifications API
Increase Ach Transfers API
Increase Card Disputes API
Increase Card Payments API
Increase Card Purchase Supplements API
Increase Card Push Transfers API
Increase Card Tokens API
Increase Card Validations API
Increase Cards API