Skip to content
Closed
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 .stats.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
configured_endpoints: 238
openapi_spec_hash: ed21325b0e3f886a49c45d2decc4f5d0
openapi_spec_hash: 46f5379f7da68d8944a5ac962a707ade
config_hash: 2ae0d8aaecf01b38cbf9f9e112822c23
8 changes: 2 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,18 +90,14 @@ include = [
packages = ["src/increase"]

[tool.hatch.build.targets.sdist]
# Basically everything except hidden files/directories (such as .github, .devcontainers, .python-version, etc)
# Runtime package (src/) plus top-level metadata only.
# Dev files (tests/, examples/, tooling) stay out of the published sdist.
include = [
"/*.toml",
"/*.json",
"/*.lock",
"/*.md",
"/mypy.ini",
"/noxfile.py",
"bin/*",
"examples/*",
"src/*",
"tests/*",
]

[tool.hatch.metadata.hooks.fancy-pypi-readme]
Expand Down
2 changes: 1 addition & 1 deletion scripts/mock

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions src/increase/resources/ach_transfers.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,8 @@ def create(

standard_entry_class_code: The
[Standard Entry Class (SEC) code](/documentation/ach-standard-entry-class-codes)
to use for the transfer.
to use for the transfer. If not provided, the default is
`corporate_credit_or_debit`.

- `corporate_credit_or_debit` - Corporate Credit and Debit (CCD) is used for
business-to-business payments.
Expand Down Expand Up @@ -527,7 +528,8 @@ async def create(

standard_entry_class_code: The
[Standard Entry Class (SEC) code](/documentation/ach-standard-entry-class-codes)
to use for the transfer.
to use for the transfer. If not provided, the default is
`corporate_credit_or_debit`.

- `corporate_credit_or_debit` - Corporate Credit and Debit (CCD) is used for
business-to-business payments.
Expand Down
3 changes: 2 additions & 1 deletion src/increase/types/ach_transfer_create_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ class ACHTransferCreateParams(TypedDict, total=False):
"""
The
[Standard Entry Class (SEC) code](/documentation/ach-standard-entry-class-codes)
to use for the transfer.
to use for the transfer. If not provided, the default is
`corporate_credit_or_debit`.

- `corporate_credit_or_debit` - Corporate Credit and Debit (CCD) is used for
business-to-business payments.
Expand Down
3 changes: 2 additions & 1 deletion src/increase/types/inbound_real_time_payments_transfer.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@ class InboundRealTimePaymentsTransfer(BaseModel):
"""The lifecycle status of the transfer.

- `pending_confirming` - The transfer is pending confirmation.
- `timed_out` - The transfer was not responded to in time.
- `timed_out` - The transfer was not responded to in time. This is rare and
represents an error at Increase.
- `confirmed` - The transfer has been received successfully and is confirmed.
- `declined` - The transfer has been declined.
"""
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading