Increase website screenshot

Increase

Increase is a banking and payments API providing direct ACH, wire, RTP, FedNow, check, and card programs. Bank-direct connectivity (no aggregator middle layer).

6 APIs 0 Features
FintechBankingPaymentsACHWires

APIs

Increase ACH API

Send and receive ACH transfers, debits, returns, and reversals via the Increase platform.

Increase Wire Transfers API

Originate Fedwire transfers and process inbound wires and reversals.

Increase Real-Time Payments API

Send and receive RTP and FedNow instant payments with account validation.

Increase Check API

Issue Check 21 originations, deposit checks, and configure positive pay and lockboxes.

Increase Cards API

Issue physical and digital cards, run real-time decisions, manage wallets and disputes.

Increase Accounts API

Open and manage standard and loan accounts with deposit insurance.

Collections

Pricing Plans

Increase Plans Pricing

1 plans

PLANS

Rate Limits

Increase Rate Limits

1 limits

RATE LIMITS

FinOps

Resources

👥
GitHubOrganization
GitHubOrganization
🔗
LinkedIn
LinkedIn
🔗
Website
Website
🔗
Plans
Plans
🔗
RateLimits
RateLimits
🔗
FinOps
FinOps
🔗
LlmsText
LlmsText

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Increase API
  version: 0.0.1
request:
  auth:
    type: bearer
    token: '{{bearerToken}}'
items:
- info:
    name: List Account Numbers
    type: http
  http:
    method: GET
    url: https://api.increase.com/account_numbers
    params:
    - name: cursor
      value: ''
      type: query
    - name: limit
      value: ''
      type: query
    - name: status.in
      value: ''
      type: query
    - name: ach_debit_status.in
      value: ''
      type: query
    - name: account_id
      value: ''
      type: query
    - name: created_at.after
      value: ''
      type: query
    - name: created_at.before
      value: ''
      type: query
    - name: created_at.on_or_after
      value: ''
      type: query
    - name: created_at.on_or_before
      value: ''
      type: query
    - name: idempotency_key
      value: ''
      type: query
  docs: List Account Numbers
- info:
    name: Create an Account Number
    type: http
  http:
    method: POST
    url: https://api.increase.com/account_numbers
    body:
      type: json
      data: '{}'
  docs: Create an Account Number
- info:
    name: Retrieve an Account Number
    type: http
  http:
    method: GET
    url: https://api.increase.com/account_numbers/:account_number_id
    params:
    - name: account_number_id
      value: account_number_v18nkfqm6afpsrvy82b2
      type: path
  docs: Retrieve an Account Number
- info:
    name: Update an Account Number
    type: http
  http:
    method: PATCH
    url: https://api.increase.com/account_numbers/:account_number_id
    params:
    - name: account_number_id
      value: account_number_v18nkfqm6afpsrvy82b2
      type: path
    body:
      type: json
      data: '{}'
  docs: Update an Account Number
- info:
    name: List Account Statements
    type: http
  http:
    method: GET
    url: https://api.increase.com/account_statements
    params:
    - name: cursor
      value: ''
      type: query
    - name: limit
      value: ''
      type: query
    - name: account_id
      value: account_in71c4amph0vgo2qllky
      type: query
    - name: statement_period_start.after
      value: ''
      type: query
    - name: statement_period_start.before
      value: ''
      type: query
    - name: statement_period_start.on_or_after
      value: ''
      type: query
    - name: statement_period_start.on_or_before
      value: ''
      type: query
  docs: List Account Statements
- info:
    name: Retrieve an Account Statement
    type: http
  http:
    method: GET
    url: https://api.increase.com/account_statements/:account_statement_id
    params:
    - name: account_statement_id
      value: account_statement_lkc03a4skm2k7f38vj15
      type: path
  docs: Retrieve an Account Statement
- info:
    name: List Account Transfers
    type: http
  http:
    method: GET
    url: https://api.increase.com/account_transfers
    params:
    - name: cursor
      value: ''
      type: query
    - name: limit
      value: ''
      type: query
    - name: account_id
      value: account_in71c4amph0vgo2qllky
      type: query
    - name: idempotency_key
      value: ''
      type: query
    - name: created_at.after
      value: ''
      type: query
    - name: created_at.before
      value: ''
      type: query
    - name: created_at.on_or_after
      value: ''
      type: query
    - name: created_at.on_or_before
      value: ''
      type: query
  docs: List Account Transfers
- info:
    name: Create an Account Transfer
    type: http
  http:
    method: POST
    url: https://api.increase.com/account_transfers
    body:
      type: json
      data: '{}'
  docs: Create an Account Transfer
- info:
    name: Retrieve an Account Transfer
    type: http
  http:
    method: GET
    url: https://api.increase.com/account_transfers/:account_transfer_id
    params:
    - name: account_transfer_id
      value: account_transfer_7k9qe1ysdgqztnt63l7n
      type: path
  docs: Retrieve an Account Transfer
- info:
    name: Approve an Account Transfer
    type: http
  http:
    method: POST
    url: https://api.increase.com/account_transfers/:account_transfer_id/approve
    params:
    - name: account_transfer_id
      value: account_transfer_7k9qe1ysdgqztnt63l7n
      type: path
  docs: Approves an Account Transfer in status `pending_approval`.
- info:
    name: Cancel an Account Transfer
    type: http
  http:
    method: POST
    url: https://api.increase.com/account_transfers/:account_transfer_id/cancel
    params:
    - name: account_transfer_id
      value: account_transfer_7k9qe1ysdgqztnt63l7n
      type: path
  docs: Cancels an Account Transfer in status `pending_approval`.
- info:
    name: List Accounts
    type: http
  http:
    method: GET
    url: https://api.increase.com/accounts
    params:
    - name: cursor
      value: ''
      type: query
    - name: limit
      value: ''
      type: query
    - name: entity_id
      value: entity_n8y8tnk2p9339ti393yi
      type: query
    - name: informational_entity_id
      value: ''
      type: query
    - name: program_id
      value: ''
      type: query
    - name: status.in
      value: ''
      type: query
    - name: created_at.after
      value: ''
      type: query
    - name: created_at.before
      value: ''
      type: query
    - name: created_at.on_or_after
      value: ''
      type: query
    - name: created_at.on_or_before
      value: ''
      type: query
    - name: idempotency_key
      value: ''
      type: query
  docs: List Accounts
- info:
    name: Create an Account
    type: http
  http:
    method: POST
    url: https://api.increase.com/accounts
    body:
      type: json
      data: '{}'
  docs: Create an Account
- info:
    name: Retrieve an Account
    type: http
  http:
    method: GET
    url: https://api.increase.com/accounts/:account_id
    params:
    - name: account_id
      value: account_in71c4amph0vgo2qllky
      type: path
  docs: Retrieve an Account
- info:
    name: Update an Account
    type: http
  http:
    method: PATCH
    url: https://api.increase.com/accounts/:account_id
    params:
    - name: account_id
      value: account_in71c4amph0vgo2qllky
      type: path
    body:
      type: json
      data: '{}'
  docs: Update an Account
- info:
    name: Retrieve an Account Balance
    type: http
  http:
    method: GET
    url: https://api.increase.com/accounts/:account_id/balance
    params:
    - name: account_id
      value: account_in71c4amph0vgo2qllky
      type: path
    - name: at_time
      value: ''
      type: query
  docs: Retrieve the current and available balances for an account in minor units of the account's currency. Learn more about
    [account balances](/documentation/balance).
- info:
    name: Close an Account
    type: http
  http:
    method: POST
    url: https://api.increase.com/accounts/:account_id/close
    params:
    - name: account_id
      value: account_in71c4amph0vgo2qllky
      type: path
  docs: Close an Account
- info:
    name: Get IntraFi balance
    type: http
  http:
    method: GET
    url: https://api.increase.com/accounts/:account_id/intrafi_balance
    params:
    - name: account_id
      value: account_in71c4amph0vgo2qllky
      type: path
  docs: Returns the IntraFi balance for the given account. IntraFi may sweep funds to multiple banks. This endpoint will include
    both the total balance and the amount swept to each institution.
- info:
    name: List ACH Prenotifications
    type: http
  http:
    method: GET
    url: https://api.increase.com/ach_prenotifications
    params:
    - name: cursor
      value: ''
      type: query
    - name: limit
      value: ''
      type: query
    - name: idempotency_key
      value: ''
      type: query
    - name: created_at.after
      value: ''
      type: query
    - name: created_at.before
      value: ''
      type: query
    - name: created_at.on_or_after
      value: ''
      type: query
    - name: created_at.on_or_before
      value: ''
      type: query
  docs: List ACH Prenotifications
- info:
    name: Create an ACH Prenotification
    type: http
  http:
    method: POST
    url: https://api.increase.com/ach_prenotifications
    body:
      type: json
      data: '{}'
  docs: Create an ACH Prenotification
- info:
    name: Retrieve an ACH Prenotification
    type: http
  http:
    method: GET
    url: https://api.increase.com/ach_prenotifications/:ach_prenotification_id
    params:
    - name: ach_prenotification_id
      value: ach_prenotification_ubjf9qqsxl3obbcn1u34
      type: path
  docs: Retrieve an ACH Prenotification
- info:
    name: List ACH Transfers
    type: http
  http:
    method: GET
    url: https://api.increase.com/ach_transfers
    params:
    - name: cursor
      value: ''
      type: query
    - name: limit
      value: ''
      type: query
    - name: account_id
      value: account_in71c4amph0vgo2qllky
      type: query
    - name: external_account_id
      value: ''
      type: query
    - name: idempotency_key
      value: ''
      type: query
    - name: status.in
      value: ''
      type: query
    - name: created_at.after
      value: ''
      type: query
    - name: created_at.before
      value: ''
      type: query
    - name: created_at.on_or_after
      value: ''
      type: query
    - name: created_at.on_or_before
      value: ''
      type: query
  docs: List ACH Transfers
- info:
    name: Create an ACH Transfer
    type: http
  http:
    method: POST
    url: https://api.increase.com/ach_transfers
    body:
      type: json
      data: '{}'
  docs: Create an ACH Transfer
- info:
    name: Retrieve an ACH Transfer
    type: http
  http:
    method: GET
    url: https://api.increase.com/ach_transfers/:ach_transfer_id
    params:
    - name: ach_transfer_id
      value: ach_transfer_uoxatyh3lt5evrsdvo7q
      type: path
  docs: Retrieve an ACH Transfer
- info:
    name: Approve an ACH Transfer
    type: http
  http:
    method: POST
    url: https://api.increase.com/ach_transfers/:ach_transfer_id/approve
    params:
    - name: ach_transfer_id
      value: ach_transfer_uoxatyh3lt5evrsdvo7q
      type: path
  docs: Approves an ACH Transfer in a pending_approval state.
- info:
    name: Cancel a pending ACH Transfer
    type: http
  http:
    method: POST
    url: https://api.increase.com/ach_transfers/:ach_transfer_id/cancel
    params:
    - name: ach_transfer_id
      value: ach_transfer_uoxatyh3lt5evrsdvo7q
      type: path
  docs: Cancels an ACH Transfer in a pending_approval state.
- info:
    name: List Card Disputes
    type: http
  http:
    method: GET
    url: https://api.increase.com/card_disputes
    params:
    - name: cursor
      value: ''
      type: query
    - name: limit
      value: ''
      type: query
    - name: created_at.after
      value: ''
      type: query
    - name: created_at.before
      value: ''
      type: query
    - name: created_at.on_or_after
      value: ''
      type: query
    - name: created_at.on_or_before
      value: ''
      type: query
    - name: status.in
      value: ''
      type: query
    - name: idempotency_key
      value: ''
      type: query
  docs: List Card Disputes
- info:
    name: Create a Card Dispute
    type: http
  http:
    method: POST
    url: https://api.increase.com/card_disputes
    body:
      type: json
      data: '{}'
  docs: Create a Card Dispute
- info:
    name: Retrieve a Card Dispute
    type: http
  http:
    method: GET
    url: https://api.increase.com/card_disputes/:card_dispute_id
    params:
    - name: card_dispute_id
      value: card_dispute_h9sc95nbl1cgltpp7men
      type: path
  docs: Retrieve a Card Dispute
- info:
    name: Submit a User Submission for a Card Dispute
    type: http
  http:
    method: POST
    url: https://api.increase.com/card_disputes/:card_dispute_id/submit_user_submission
    params:
    - name: card_dispute_id
      value: card_dispute_h9sc95nbl1cgltpp7men
      type: path
    body:
      type: json
      data: '{}'
  docs: Submit a User Submission for a Card Dispute
- info:
    name: Withdraw a Card Dispute
    type: http
  http:
    method: POST
    url: https://api.increase.com/card_disputes/:card_dispute_id/withdraw
    params:
    - name: card_dispute_id
      value: card_dispute_h9sc95nbl1cgltpp7men
      type: path
    body:
      type: json
      data: '{}'
  docs: Withdraw a Card Dispute
- info:
    name: List Card Payments
    type: http
  http:
    method: GET
    url: https://api.increase.com/card_payments
    params:
    - name: cursor
      value: ''
      type: query
    - name: limit
      value: ''
      type: query
    - name: account_id
      value: account_in71c4amph0vgo2qllky
      type: query
    - name: card_id
      value: ''
      type: query
    - name: created_at.after
      value: ''
      type: query
    - name: created_at.before
      value: ''
      type: query
    - name: created_at.on_or_after
      value: ''
      type: query
    - name: created_at.on_or_before
      value: ''
      type: query
  docs: List Card Payments
- info:
    name: Retrieve a Card Payment
    type: http
  http:
    method: GET
    url: https://api.increase.com/card_payments/:card_payment_id
    params:
    - name: card_payment_id
      value: card_payment_nd3k2kacrqjli8482ave
      type: path
  docs: Retrieve a Card Payment
- info:
    name: List Card Purchase Supplements
    type: http
  http:
    method: GET
    url: https://api.increase.com/card_purchase_supplements
    params:
    - name: cursor
      value: ''
      type: query
    - name: limit
      value: ''
      type: query
    - name: card_payment_id
      value: card_payment_nd3k2kacrqjli8482ave
      type: query
    - name: created_at.after
      value: ''
      type: query
    - name: created_at.before
      value: ''
      type: query
    - name: created_at.on_or_after
      value: ''
      type: query
    - name: created_at.on_or_before
      value: ''
      type: query
  docs: List Card Purchase Supplements
- info:
    name: Retrieve a Card Purchase Supplement
    type: http
  http:
    method: GET
    url: https://api.increase.com/card_purchase_supplements/:card_purchase_supplement_id
    params:
    - name: card_purchase_supplement_id
      value: card_purchase_supplement_ijuc45iym4jchnh2sfk3
      type: path
  docs: Retrieve a Card Purchase Supplement
- info:
    name: List Card Push Transfers
    type: http
  http:
    method: GET
    url: https://api.increase.com/card_push_transfers
    params:
    - name: cursor
      value: ''
      type: query
    - name: limit
      value: ''
      type: query
    - name: account_id
      value: account_in71c4amph0vgo2qllky
      type: query
    - name: created_at.after
      value: ''
      type: query
    - name: created_at.before
      value: ''
      type: query
    - name: created_at.on_or_after
      value: ''
      type: query
    - name: created_at.on_or_before
      value: ''
      type: query
    - name: status.in
      value: ''
      type: query
    - name: idempotency_key
      value: ''
      type: query
  docs: List Card Push Transfers
- info:
    name: Create a Card Push Transfer
    type: http
  http:
    method: POST
    url: https://api.increase.com/card_push_transfers
    body:
      type: json
      data: '{}'
  docs: Create a Card Push Transfer
- info:
    name: Retrieve a Card Push Transfer
    type: http
  http:
    method: GET
    url: https://api.increase.com/card_push_transfers/:card_push_transfer_id
    params:
    - name: card_push_transfer_id
      value: outbound_card_push_transfer_e0z9rdpamraczh4tvwye
      type: path
  docs: Retrieve a Card Push Transfer
- info:
    name: Approve a Card Push Transfer
    type: http
  http:
    method: POST
    url: https://api.increase.com/card_push_transfers/:card_push_transfer_id/approve
    params:
    - name: card_push_transfer_id
      value: outbound_card_push_transfer_e0z9rdpamraczh4tvwye
      type: path
  docs: Approves a Card Push Transfer in a pending_approval state.
- info:
    name: Cancel a pending Card Push Transfer
    type: http
  http:
    method: POST
    url: https://api.increase.com/card_push_transfers/:card_push_transfer_id/cancel
    params:
    - name: card_push_transfer_id
      value: outbound_card_push_transfer_e0z9rdpamraczh4tvwye
      type: path
  docs: Cancels a Card Push Transfer in a pending_approval state.
- info:
    name: List Card Tokens
    type: http
  http:
    method: GET
    url: https://api.increase.com/card_tokens
    params:
    - name: cursor
      value: ''
      type: query
    - name: limit
      value: ''
      type: query
    - name: created_at.after
      value: ''
      type: query
    - name: created_at.before
      value: ''
      type: query
    - name: created_at.on_or_after
      value: ''
      type: query
    - name: created_at.on_or_before
      value: ''
      type: query
  docs: List Card Tokens
- info:
    name: Retrieve a Card Token
    type: http
  http:
    method: GET
    url: https://api.increase.com/card_tokens/:card_token_id
    params:
    - name: card_token_id
      value: outbound_card_token_zlt0ml6youq3q7vcdlg0
      type: path
  docs: Retrieve a Card Token
- info:
    name: Retrieve the capabilities of a Card Token
    type: http
  http:
    method: GET
    url: https://api.increase.com/card_tokens/:card_token_id/capabilities
    params:
    - name: card_token_id
      value: outbound_card_token_zlt0ml6youq3q7vcdlg0
      type: path
  docs: The capabilities of a Card Token describe whether the card can be used for specific operations, such as Card Push
    Transfers. The capabilities can change over time based on the issuing bank's configuration of the card range.
- info:
    name: List Card Validations
    type: http
  http:
    method: GET
    url: https://api.increase.com/card_validations
    params:
    - name: cursor
      value: ''
      type: query
    - name: limit
      value: ''
      type: query
    - name: account_id
      value: account_in71c4amph0vgo2qllky
      type: query
    - name: created_at.after
      value: ''
      type: query
    - name: created_at.before
      value: ''
      type: query
    - name: created_at.on_or_after
      value: ''
      type: query
    - name: created_at.on_or_before
      value: ''
      type: query
    - name: status.in
      value: ''
      type: query
    - name: idempotency_key
      value: ''
      type: query
  docs: List Card Validations
- info:
    name: Create a Card Validation
    type: http
  http:
    method: POST
    url: https://api.increase.com/card_validations
    body:
      type: json
      data: '{}'
  docs: Create a Card Validation
- info:
    name: Retrieve a Card Validation
    type: http
  http:
    method: GET
    url: https://api.increase.com/card_validations/:card_validation_id
    params:
    - name: card_validation_id
      value: outbound_card_validation_qqlzagpc6v1x2gcdhe24
      type: path
  docs: Retrieve a Card Validation
- info:
    name: List Cards
    type: http
  http:
    method: GET
    url: https://api.increase.com/cards
    params:
    - name: cursor
      value: ''
      type: query
    - name: limit
      value: ''
      type: query
    - name: account_id
      value: account_in71c4amph0vgo2qllky
      type: query
    - name: created_at.after
      value: ''
      type: query
    - name: created_at.before
      value: ''
      type: query
    - name: created_at.on_or_after
      value: ''
      type: query
    - name: created_at.on_or_before
      value: ''
      type: query
    - name: status.in
      value: ''
      type: query
    - name: idempotency_key
      value: ''
      type: query
  docs: List Cards
- info:
    name: Create a Card
    type: http
  http:
    method: POST
    url: https://api.increase.com/cards
    body:
      type: json
      data: '{}'
  docs: Create a Card
- info:
    name: Retrieve a Card
    type: http
  http:
    method: GET
    url: https://api.increase.com/cards/:card_id
    params:
    - name: card_id
      value: card_oubs0hwk5rn6knuecxg2
      type: path
  docs: Retrieve a Card
- info:
    name: Update a Card
    type: http
  http:
    method: PATCH
    url: https://api.increase.com/cards/:card_id
    params:
    - name: card_id
      value: card_oubs0hwk5rn6knuecxg2
      type: path
    body:
      type: json
      data: '{}'
  docs: Update a Card
- info:
    name: Create a Card details iframe
    type: http
  http:
    method: POST
    url: https://api.increase.com/cards/:card_id/create_details_iframe
    params:
    - name: card_id
      value: card_oubs0hwk5rn6knuecxg2
      type: path
    body:
      type: json
      data: '{}'
  docs: Create an iframe URL for a Card to display the card details. More details about styling and usage can be found in
    the [documentation](/documentation/embedded-card-component).
- info:
    name: Retrieve sensitive details for a Card
    type: http
  http:
    method: GET
    url: https://api.increase.com/cards/:card_id/details
    params:
    - name: card_id
      value: card_oubs0hwk5rn6knuecxg2
      type: path
  docs: Sensitive details for a Card include the primary account number, expiry, card verification code, and PIN.
- info:
    name: Update a Card's PIN
    type: http
  http:
    method: POST
    url: https://api.increase.com/cards/:card_id/update_pin
    params:
    - name: card_id
      value: card_oubs0hwk5rn6knuecxg2
      type: path
    body:
      type: json
      data: '{}'
  docs: Update a Card's PIN
- info:
    name: List Check Deposits
    type: http
  http:
    method: GET
    url: https://api.increase.com/check_deposits
    params:
    - name: cursor
      value: ''
      type: query
    - name: limit
      value: ''
      type: query
    - name: account_id
      value: account_in71c4amph0vgo2qllky
      type: query
    - name: created_at.after
      value: ''
      type: query
    - name: created_at.before
      value: ''
      type: query
    - name: created_at.on_or_after
      value: ''
      type: query
    - name: created_at.on_or_before
      value: ''
      type: query
    - name: idempotency_key
      value: ''
      type: query
  docs: List Check Deposits
- info:
    name: Create a Check Deposit
    type: http
  http:
    method: POST
    url: https://api.increase.com/check_deposits
    body:
      type: json
      data: '{}'
  docs: Create a Check Deposit
- info:
    name: Retrieve a Check Deposit
    type: http
  http:
    method: GET
    url: https://api.increase.com/check_deposits/:check_deposit_id
    params:
    - name: check_deposit_id
      value: check_deposit_f06n9gpg7sxn8t19lfc1
      type: path
  docs: Retrieve a Check Deposit
- info:
    name: List Check Transfers
    type: http
  http:
    method: GET
    url: https://api.increase.com/check_transfers
    params:
    - name: cursor
      value: ''
      type: query
    - name: limit
      value: ''
      type: query
    - name: account_id
      value: account_in71c4amph0vgo2qllky
      type: query
    - name: idempotency_key
      value: ''
      type: query
    - name: status.in
      value: ''
      type: query
    - name: created_at.after
      value: ''
      type: query
    - name: created_at.before
      value: ''
      type: query
    - name: created_at.on_or_after
      value: ''
      type: query
    - name: created_at.on_or_before
      value: ''
      type: query
  docs: List Check Transfers
- info:
    name: Create a Check Transfer
    type: http
  http:
    method: POST
    url: https://api.increase.com/check_transfers
    body:
      type: json
      data: '{}'
  docs: Create a Check Transfer
- info:
    name: Retrieve a Check Transfer
    type: http
  http:
    method: GET
    url: https://api.increase.com/check_transfers/:check_transfer_id
    params:
    - name: check_transfer_id
      value: check_transfer_30b43acfu9vw8fyc4f5
      type: path
  docs: Retrieve a Check Transfer
- info:
    name: Approve a Check Transfer
    type: http
  http:
    method: POST
    url: https://api.increase.com/check_transfers/:check_transfer_id/approve
    params:
    - name: check_transfer_id
      value: check_transfer_30b43acfu9vw8fyc4f5
      type: path
  docs: Approve a Check Transfer
- info:
    name: Cancel a pending Check Transfer
    type: http
  http:
    method: POST
    url: https://api.increase.com/check_transfers/:check_transfer_id/cancel
    params:
    - name: check_transfer_id
      value: check_transfer_30b43acfu9vw8fyc4f5
      type: path
  docs: Cancel a Check Transfer with the `pending_approval` status. See [Transfer Approvals](/documentation/transfer-approvals)
    for more information.
- info:
    name: Stop payment on a Check Transfer
    type: http
  http:
    method: POST
    url: https://api.increase.com/check_transfers/:check_transfer_id/stop_payment
    params:
    - name: check_transfer_id
      value: check_transfer_30b43acfu9vw8fyc4f5
      type: path
    body:
      type: json
      data: '{}'
  docs: Stop payment on a Check Transfer
- info:
    name: List Declined Transactions
    type: http
  http:
    method: GET
    url: https://api.increase.com/declined_transactions
    params:
    - name: cursor
      value: ''
      type: query
    - name: limit
      value: ''
      type: query
    - name: account_id
      value: ''
      type: query
    - name: created_at.after
      value: ''
      type: query
    - name: created_at.before
      value: ''
      type: query
    - name: created_at.on_or_after
      value: ''
      type: query
    - name: created_at.on_or_before
      value: ''
      type: query
    - name: route_id
      value: ''
      type: query
    - name: category.in
      value: ''
      type: query
  docs: List Declined Transactions
- info:
    name: Retrieve a Declined Transaction
    type: http
  http:
    method: GET
    url: https://api.increase.com/declined_transactions/:declined_transaction_id
    params:
    - name: declined_transaction_id
      value: declined_transaction_17jbn0yyhvkt4v4ooym8
      type: path
  docs: Retrieve a Declined Transaction
- info:
    name: List Card Profiles
    type: http
  http:
    method: GET
    url: https://api.increase.com/digital_card_profiles
    params:
    - name: cursor
      value: ''
      type: query
    - name: limit
      value: ''
      type: query
    - name: status.in
      value: ''
      type: query
    - name: idempotency_key
      value: ''
      type: query
  docs: List Card Profiles
- info:
    name: Create a Digital Card Profile
    type: http
  http:
    method: POST
    url: https://api.increase.com/digital_card_profiles
    body:
      type: json
      data: '{}'
  docs: Create a Digital Card Profile
- info:
    name: Retrieve a Digital Card Profile
    type: http
  http:
    method: GET
    url: https://api.increase.com/digital_card_profiles/:digital_card_profile_id
    params:
    - name: digital_card_profile_id
      value: digital_card_profile_s3puplu90f04xhcwkiga
      type: path
  docs: Retrieve a Digital Card Profile
- info:
    name: Archive a Digital Card Profile
    type: http
  http:
    method: POST
    url: https://api.increase.com/digital_card_profiles/:digital_card_profile_id/archive
    params:
    - name: digital_card_profile_id
      value: digital_card_profile_s3puplu90f04xhcwkiga
      type: path
  docs: Archive a Digital Card Profile
- info:
    name: Clones a Digital Card Profile
    type: http
  http:
    method: POST
    url: https://api.increase.com/digital_card_profiles/:digital_card_profile_id/clone
    params:
    - name: digital_card_profile_id
      value: digital_card_profile_s3puplu90f04xhcwkiga
      type: path
    body:
      type: json
      data: '{}'
  docs: Clones a Digital Card Profile
- info:
    name: List Digital Wallet Tokens
    type: http
  http:
    method: GET
    url: https://api.increase.com/digital_wallet_tokens
    params:
    - name: cursor
      value: ''
      type: query
    - name: limit
      value: ''
      type: query
    - name: card_id
      value: card_oubs0hwk5rn6knuecxg2
      type: query
    - name: created_at.after
      value: ''
      type: query
    - name: created_at.before
      value: ''
      type: query
    - name: created_at.on_or_after
      value: ''
      type: query
    - name: created_at.on_or_before
      value: ''
      type: query
  docs: List Digital Wallet Tokens
- info:
    name: Retrieve a Digital Wallet Token
    type: http
  http:
    method: GET
    url: https://api.increase.com/digital_wallet_tokens/:digital_wallet_token_id
    params:
    - name: digital_wallet_token_id
      value: digital_wallet_token_izi62go3h51p369jrie0
      type: path
  docs: Retrieve a Digital Wallet Token
- info:
    name: List Entities
    type: http
  http:
    method: GET
    url: https://api.increase.com/entities
    params:
    - name: cursor
      value: ''
      type: query
    - name: limit
      value: ''
      type: query
    - name: status.in
      value: ''
      type: query
    - name: created_at.after
      value: ''
      type: query
    - name: created_at.before
      value: ''
      type: query
    - name: created_at.on_or_after
      value: ''
      type: query
    - name: created_at.on_or_before
      value: ''
      type: query
    - name: idempotency_key
      value: ''
      type: query
  docs: List Entities
- info:
    name: Create an Entity
    type: http
  http:
    method: POST
    url: https://api.increase.com/entities
    body:
      type: json
      data: '{}'
  docs: Create an Entity
- info:
    name: Retrieve an Entity
    type: http
  http:
    method: GET
    url: https://api.increase.com/entities/:entity_id
    params:
    - name: entity_id
      value: entity_n8y8tnk2p9339ti393yi
      type: path
  docs: Retrieve an Entity
- info:
    name: Update an Entity
    type: http
  http:
    method: PATCH
    url: https://api.increase.com/entities/:entity_id
    params:
    - name: entity_id
      value: entity_n8y8tnk2p9339ti393yi
      type: path
    body:
      type: json
      data: '{}'
  docs: Update an Entity
- info:
    name: Archive an Entity
    type: http
  http:
    method: POST
    url: https://api.increase.com/entities/:entity_id/archive
    params:
    - name: entity_id
      value: entity_n8y8tnk2p9339ti393yi
      type: path
  docs: Archive an Entity
- info:
    name: List Beneficial Owners
    type: http
  http:
    method: GET
    url: https://api.increase.com/entity_beneficial_owners
    params:
    - name: cursor
      value: ''
      type: query
    - name: limit
      value: ''
      type: query
    - name: entity_id
      value: entity_n8y8tnk2p9339ti393yi
      type: query
    - name: idempotency_key
      value: ''
      type: query
  docs: List Beneficial Owners
- info:
    name: Create a Beneficial Owner
    type: http
  http:
    method: POST
    url: https://api.increase.com/entity_beneficial_owners
    body:
      type: json
      data: '{}'
  docs: Create a Beneficial Owner
- info:
    name: Retrieve a Beneficial Owner
    type: http
  http:
    method: GET
    url: https://api.increase.com/entity_beneficial_owners/:entity_beneficial_owner_id
    params:
    - name: entity_beneficial_owner_id
      value: entity_beneficial_owner_vozma8szzu1sxezp5zq6
      type: path
  docs: Retrieve a Beneficial Owner
- info:
    name: Update a Beneficial Owner
    type: http
  http:
    method: PATCH
    url: https://api.increase.com/entity_beneficial_owners/:entity_beneficial_owner_id
    params:
    - name: entity_beneficial_owner_id
      value: entity_beneficial_owner_vozma8szzu1sxezp5zq6
      type: path
    body:
      type: json
      data: '{}'
  docs: Update a Beneficial Owner
- info:
    name: Archive a Beneficial Owner
    type: http
  http:
    method: POST
    url: https://api.increase.com/entity_beneficial_owners/:entity_beneficial_owner_id/archive
    params:
    - name: entity_beneficial_owner_id
      value: entity_beneficial_owner_vozma8szzu1sxezp5zq6
      type: path
  docs: Archive a Beneficial Owner
- info:
    name: List Entity Onboarding Session
    type: http
  http:
    method: GET
    url: https://api.increase.com/entity_onboarding_sessions
    params:
    - name: cursor
      value: ''
      type: query
    - name: limit
      value: ''
      type: query
    - name: status.in
      value: ''
      type: query
    - name: idempotency_key
      value: ''
      type: query
  docs: List Entity Onboarding Session
- info:
    name: Create an Entity Onboarding Session
    type: http
  http:
    method: POST
    url: https://api.increase.com/entity_onboarding_sessions
    body:
      type: json
      data: '{}'
  docs: Create an Entity Onboarding Session
- info:
    name: Retrieve an Entity Onboarding Session
    type: http
  http:
    method: 

# --- truncated at 32 KB (96 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/increase/refs/heads/main/apis.yml