Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.261.0"
".": "0.262.0"
}
4 changes: 2 additions & 2 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 201
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-fa06f0029b2f1cf3d611a6cb6c7fabdbf09dba80d0953e49dd4395bbd3bc3107.yml
openapi_spec_hash: 724b6c1c0e7c9e28f35e9ad66e3fe54e
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-e25bdcd9c9cd987962f1507200b619dc7c32f91b940e5ca9110f24bdb294b14a.yml
openapi_spec_hash: 693a205b039e410d9a6b49a5b0ccc72c
config_hash: 97774f946585cecb19181a1817870d0b
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 0.262.0 (2025-07-08)

Full Changelog: [v0.261.0...v0.262.0](https://github.com/Increase/increase-python/compare/v0.261.0...v0.262.0)

### Features

* **api:** api update ([a10830d](https://github.com/Increase/increase-python/commit/a10830dcaefc3530895ec8bf53889365687fa038))


### Chores

* **internal:** bump pinned h11 dep ([f0f11b9](https://github.com/Increase/increase-python/commit/f0f11b93e5eb1a351b4b6440c61363ebc0e1fb4a))
* **package:** mark python 3.13 as supported ([9dffb62](https://github.com/Increase/increase-python/commit/9dffb62a420775301b75cba78037c6b809ba1f28))

## 0.261.0 (2025-07-07)

Full Changelog: [v0.260.0...v0.261.0](https://github.com/Increase/increase-python/compare/v0.260.0...v0.261.0)
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "increase"
version = "0.261.0"
version = "0.262.0"
description = "The official Python library for the increase API"
dynamic = ["readme"]
license = "Apache-2.0"
Expand All @@ -24,6 +24,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Operating System :: OS Independent",
"Operating System :: POSIX",
"Operating System :: MacOS",
Expand Down
4 changes: 2 additions & 2 deletions requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ filelock==3.12.4
frozenlist==1.6.2
# via aiohttp
# via aiosignal
h11==0.14.0
h11==0.16.0
# via httpcore
httpcore==1.0.2
httpcore==1.0.9
# via httpx
httpx==0.28.1
# via httpx-aiohttp
Expand Down
4 changes: 2 additions & 2 deletions requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ exceptiongroup==1.2.2
frozenlist==1.6.2
# via aiohttp
# via aiosignal
h11==0.14.0
h11==0.16.0
# via httpcore
httpcore==1.0.2
httpcore==1.0.9
# via httpx
httpx==0.28.1
# via httpx-aiohttp
Expand Down
2 changes: 1 addition & 1 deletion src/increase/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

__title__ = "increase"
__version__ = "0.261.0" # x-release-please-version
__version__ = "0.262.0" # x-release-please-version
140 changes: 46 additions & 94 deletions src/increase/resources/wire_drawdown_requests.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,17 +47,13 @@ def create(
*,
account_number_id: str,
amount: int,
message_to_recipient: str,
recipient_account_number: str,
recipient_name: str,
recipient_routing_number: str,
originator_address_line1: str | NotGiven = NOT_GIVEN,
originator_address_line2: str | NotGiven = NOT_GIVEN,
originator_address_line3: str | NotGiven = NOT_GIVEN,
originator_name: str | NotGiven = NOT_GIVEN,
recipient_address_line1: str | NotGiven = NOT_GIVEN,
recipient_address_line2: str | NotGiven = NOT_GIVEN,
recipient_address_line3: str | NotGiven = NOT_GIVEN,
creditor_address: wire_drawdown_request_create_params.CreditorAddress,
creditor_name: str,
debtor_account_number: str,
debtor_address: wire_drawdown_request_create_params.DebtorAddress,
debtor_name: str,
debtor_routing_number: str,
unstructured_remittance_information: str,
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
# The extra values given here take precedence over values defined on the client or passed to this method.
extra_headers: Headers | None = None,
Expand All @@ -70,39 +66,23 @@ def create(
Create a Wire Drawdown Request

Args:
account_number_id: The Account Number to which the recipient should send funds.
account_number_id: The Account Number to which the debtor should send funds.

amount: The amount requested from the recipient, in USD cents.
amount: The amount requested from the debtor, in USD cents.

message_to_recipient: A message the recipient will see as part of the request.
creditor_address: The creditor's address.

recipient_account_number: The drawdown request's recipient's account number.
creditor_name: The creditor's name.

recipient_name: The drawdown request's recipient's name.
debtor_account_number: The debtor's account number.

recipient_routing_number: The drawdown request's recipient's routing number.
debtor_address: The debtor's address.

originator_address_line1: The drawdown request originator's address line 1. This is only necessary if
you're requesting a payment to a commingled account. Otherwise, we'll use the
associated entity's details.
debtor_name: The debtor's name.

originator_address_line2: The drawdown request originator's address line 2. This is only necessary if
you're requesting a payment to a commingled account. Otherwise, we'll use the
associated entity's details.
debtor_routing_number: The debtor's routing number.

originator_address_line3: The drawdown request originator's address line 3. This is only necessary if
you're requesting a payment to a commingled account. Otherwise, we'll use the
associated entity's details.

originator_name: The drawdown request originator's name. This is only necessary if you're
requesting a payment to a commingled account. Otherwise, we'll use the
associated entity's details.

recipient_address_line1: Line 1 of the drawdown request's recipient's address.

recipient_address_line2: Line 2 of the drawdown request's recipient's address.

recipient_address_line3: Line 3 of the drawdown request's recipient's address.
unstructured_remittance_information: Remittance information the debtor will see as part of the request.

extra_headers: Send extra headers

Expand All @@ -120,17 +100,13 @@ def create(
{
"account_number_id": account_number_id,
"amount": amount,
"message_to_recipient": message_to_recipient,
"recipient_account_number": recipient_account_number,
"recipient_name": recipient_name,
"recipient_routing_number": recipient_routing_number,
"originator_address_line1": originator_address_line1,
"originator_address_line2": originator_address_line2,
"originator_address_line3": originator_address_line3,
"originator_name": originator_name,
"recipient_address_line1": recipient_address_line1,
"recipient_address_line2": recipient_address_line2,
"recipient_address_line3": recipient_address_line3,
"creditor_address": creditor_address,
"creditor_name": creditor_name,
"debtor_account_number": debtor_account_number,
"debtor_address": debtor_address,
"debtor_name": debtor_name,
"debtor_routing_number": debtor_routing_number,
"unstructured_remittance_information": unstructured_remittance_information,
},
wire_drawdown_request_create_params.WireDrawdownRequestCreateParams,
),
Expand Down Expand Up @@ -264,17 +240,13 @@ async def create(
*,
account_number_id: str,
amount: int,
message_to_recipient: str,
recipient_account_number: str,
recipient_name: str,
recipient_routing_number: str,
originator_address_line1: str | NotGiven = NOT_GIVEN,
originator_address_line2: str | NotGiven = NOT_GIVEN,
originator_address_line3: str | NotGiven = NOT_GIVEN,
originator_name: str | NotGiven = NOT_GIVEN,
recipient_address_line1: str | NotGiven = NOT_GIVEN,
recipient_address_line2: str | NotGiven = NOT_GIVEN,
recipient_address_line3: str | NotGiven = NOT_GIVEN,
creditor_address: wire_drawdown_request_create_params.CreditorAddress,
creditor_name: str,
debtor_account_number: str,
debtor_address: wire_drawdown_request_create_params.DebtorAddress,
debtor_name: str,
debtor_routing_number: str,
unstructured_remittance_information: str,
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
# The extra values given here take precedence over values defined on the client or passed to this method.
extra_headers: Headers | None = None,
Expand All @@ -287,39 +259,23 @@ async def create(
Create a Wire Drawdown Request

Args:
account_number_id: The Account Number to which the recipient should send funds.

amount: The amount requested from the recipient, in USD cents.

message_to_recipient: A message the recipient will see as part of the request.

recipient_account_number: The drawdown request's recipient's account number.

recipient_name: The drawdown request's recipient's name.
account_number_id: The Account Number to which the debtor should send funds.

recipient_routing_number: The drawdown request's recipient's routing number.
amount: The amount requested from the debtor, in USD cents.

originator_address_line1: The drawdown request originator's address line 1. This is only necessary if
you're requesting a payment to a commingled account. Otherwise, we'll use the
associated entity's details.
creditor_address: The creditor's address.

originator_address_line2: The drawdown request originator's address line 2. This is only necessary if
you're requesting a payment to a commingled account. Otherwise, we'll use the
associated entity's details.
creditor_name: The creditor's name.

originator_address_line3: The drawdown request originator's address line 3. This is only necessary if
you're requesting a payment to a commingled account. Otherwise, we'll use the
associated entity's details.
debtor_account_number: The debtor's account number.

originator_name: The drawdown request originator's name. This is only necessary if you're
requesting a payment to a commingled account. Otherwise, we'll use the
associated entity's details.
debtor_address: The debtor's address.

recipient_address_line1: Line 1 of the drawdown request's recipient's address.
debtor_name: The debtor's name.

recipient_address_line2: Line 2 of the drawdown request's recipient's address.
debtor_routing_number: The debtor's routing number.

recipient_address_line3: Line 3 of the drawdown request's recipient's address.
unstructured_remittance_information: Remittance information the debtor will see as part of the request.

extra_headers: Send extra headers

Expand All @@ -337,17 +293,13 @@ async def create(
{
"account_number_id": account_number_id,
"amount": amount,
"message_to_recipient": message_to_recipient,
"recipient_account_number": recipient_account_number,
"recipient_name": recipient_name,
"recipient_routing_number": recipient_routing_number,
"originator_address_line1": originator_address_line1,
"originator_address_line2": originator_address_line2,
"originator_address_line3": originator_address_line3,
"originator_name": originator_name,
"recipient_address_line1": recipient_address_line1,
"recipient_address_line2": recipient_address_line2,
"recipient_address_line3": recipient_address_line3,
"creditor_address": creditor_address,
"creditor_name": creditor_name,
"debtor_account_number": debtor_account_number,
"debtor_address": debtor_address,
"debtor_name": debtor_name,
"debtor_routing_number": debtor_routing_number,
"unstructured_remittance_information": unstructured_remittance_information,
},
wire_drawdown_request_create_params.WireDrawdownRequestCreateParams,
),
Expand Down
Loading