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 .stats.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
configured_endpoints: 140
configured_endpoints: 145
21 changes: 21 additions & 0 deletions api.md
Original file line number Diff line number Diff line change
Expand Up @@ -689,3 +689,24 @@ Methods:

- <code title="post /simulations/real_time_payments_transfers/{real_time_payments_transfer_id}/complete">client.simulations.real_time_payments_transfers.<a href="./src/increase/resources/simulations/real_time_payments_transfers.py">complete</a>(real_time_payments_transfer_id, \*\*<a href="src/increase/types/simulations/real_time_payments_transfer_complete_params.py">params</a>) -> <a href="./src/increase/types/real_time_payments_transfer.py">RealTimePaymentsTransfer</a></code>
- <code title="post /simulations/inbound_real_time_payments_transfers">client.simulations.real_time_payments_transfers.<a href="./src/increase/resources/simulations/real_time_payments_transfers.py">create_inbound</a>(\*\*<a href="src/increase/types/simulations/real_time_payments_transfer_create_inbound_params.py">params</a>) -> <a href="./src/increase/types/simulations/inbound_real_time_payments_transfer_simulation_result.py">InboundRealTimePaymentsTransferSimulationResult</a></code>

## PhysicalCards

Methods:

- <code title="post /simulations/physical_cards/{physical_card_id}/shipment_advance">client.simulations.physical_cards.<a href="./src/increase/resources/simulations/physical_cards.py">shipment_advance</a>(physical_card_id, \*\*<a href="src/increase/types/simulations/physical_card_shipment_advance_params.py">params</a>) -> <a href="./src/increase/types/physical_card.py">PhysicalCard</a></code>

# PhysicalCards

Types:

```python
from increase.types import PhysicalCard
```

Methods:

- <code title="post /physical_cards">client.physical_cards.<a href="./src/increase/resources/physical_cards.py">create</a>(\*\*<a href="src/increase/types/physical_card_create_params.py">params</a>) -> <a href="./src/increase/types/physical_card.py">PhysicalCard</a></code>
- <code title="get /physical_cards/{physical_card_id}">client.physical_cards.<a href="./src/increase/resources/physical_cards.py">retrieve</a>(physical_card_id) -> <a href="./src/increase/types/physical_card.py">PhysicalCard</a></code>
- <code title="patch /physical_cards/{physical_card_id}">client.physical_cards.<a href="./src/increase/resources/physical_cards.py">update</a>(physical_card_id, \*\*<a href="src/increase/types/physical_card_update_params.py">params</a>) -> <a href="./src/increase/types/physical_card.py">PhysicalCard</a></code>
- <code title="get /physical_cards">client.physical_cards.<a href="./src/increase/resources/physical_cards.py">list</a>(\*\*<a href="src/increase/types/physical_card_list_params.py">params</a>) -> <a href="./src/increase/types/physical_card.py">SyncPage[PhysicalCard]</a></code>
4 changes: 4 additions & 0 deletions src/increase/_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ class Increase(SyncAPIClient):
routing_numbers: resources.RoutingNumbers
account_statements: resources.AccountStatements
simulations: resources.Simulations
physical_cards: resources.PhysicalCards

# client options
api_key: str
Expand Down Expand Up @@ -194,6 +195,7 @@ def __init__(
self.routing_numbers = resources.RoutingNumbers(self)
self.account_statements = resources.AccountStatements(self)
self.simulations = resources.Simulations(self)
self.physical_cards = resources.PhysicalCards(self)

@property
def qs(self) -> Querystring:
Expand Down Expand Up @@ -386,6 +388,7 @@ class AsyncIncrease(AsyncAPIClient):
routing_numbers: resources.AsyncRoutingNumbers
account_statements: resources.AsyncAccountStatements
simulations: resources.AsyncSimulations
physical_cards: resources.AsyncPhysicalCards

# client options
api_key: str
Expand Down Expand Up @@ -490,6 +493,7 @@ def __init__(
self.routing_numbers = resources.AsyncRoutingNumbers(self)
self.account_statements = resources.AsyncAccountStatements(self)
self.simulations = resources.AsyncSimulations(self)
self.physical_cards = resources.AsyncPhysicalCards(self)

@property
def qs(self) -> Querystring:
Expand Down
3 changes: 3 additions & 0 deletions src/increase/resources/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
from .card_disputes import CardDisputes, AsyncCardDisputes
from .card_profiles import CardProfiles, AsyncCardProfiles
from .check_deposits import CheckDeposits, AsyncCheckDeposits
from .physical_cards import PhysicalCards, AsyncPhysicalCards
from .wire_transfers import WireTransfers, AsyncWireTransfers
from .account_numbers import AccountNumbers, AsyncAccountNumbers
from .balance_lookups import BalanceLookups, AsyncBalanceLookups
Expand Down Expand Up @@ -125,4 +126,6 @@
"AsyncAccountStatements",
"Simulations",
"AsyncSimulations",
"PhysicalCards",
"AsyncPhysicalCards",
]
36 changes: 36 additions & 0 deletions src/increase/resources/event_subscriptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ def create(
"document.created",
"entity.created",
"entity.updated",
"export.created",
"export.updated",
"external_account.created",
"file.created",
"group.updated",
Expand All @@ -63,10 +65,16 @@ def create(
"inbound_ach_transfer_return.created",
"inbound_ach_transfer_return.updated",
"inbound_wire_drawdown_request.created",
"intrafi_account_enrollment.created",
"intrafi_account_enrollment.updated",
"intrafi_exclusion.created",
"intrafi_exclusion.updated",
"oauth_connection.created",
"oauth_connection.deactivated",
"pending_transaction.created",
"pending_transaction.updated",
"physical_card.created",
"physical_card.updated",
"real_time_decision.card_authorization_requested",
"real_time_decision.digital_wallet_token_requested",
"real_time_decision.digital_wallet_authentication_requested",
Expand Down Expand Up @@ -133,6 +141,8 @@ def create(
- `document.created` - Occurs whenever a Document is created.
- `entity.created` - Occurs whenever an Entity is created.
- `entity.updated` - Occurs whenever an Entity is updated.
- `export.created` - Occurs whenever an Export is created.
- `export.updated` - Occurs whenever an Export is updated.
- `external_account.created` - Occurs whenever an External Account is created.
- `file.created` - Occurs whenever a File is created.
- `group.updated` - Occurs whenever a Group is updated.
Expand All @@ -148,13 +158,21 @@ def create(
Transfer Return is updated.
- `inbound_wire_drawdown_request.created` - Occurs whenever an Inbound Wire
Drawdown Request is created.
- `intrafi_account_enrollment.created` - Occurs whenever an IntraFi Account
Enrollment is created.
- `intrafi_account_enrollment.updated` - Occurs whenever an IntraFi Account
Enrollment is updated.
- `intrafi_exclusion.created` - Occurs whenever an IntraFi Exclusion is created.
- `intrafi_exclusion.updated` - Occurs whenever an IntraFi Exclusion is updated.
- `oauth_connection.created` - Occurs whenever an OAuth Connection is created.
- `oauth_connection.deactivated` - Occurs whenever an OAuth Connection is
deactivated.
- `pending_transaction.created` - Occurs whenever a Pending Transaction is
created.
- `pending_transaction.updated` - Occurs whenever a Pending Transaction is
updated.
- `physical_card.created` - Occurs whenever a Physical Card is created.
- `physical_card.updated` - Occurs whenever a Physical Card is updated.
- `real_time_decision.card_authorization_requested` - Occurs whenever a
Real-Time Decision is created in response to a card authorization.
- `real_time_decision.digital_wallet_token_requested` - Occurs whenever a
Expand Down Expand Up @@ -379,6 +397,8 @@ async def create(
"document.created",
"entity.created",
"entity.updated",
"export.created",
"export.updated",
"external_account.created",
"file.created",
"group.updated",
Expand All @@ -388,10 +408,16 @@ async def create(
"inbound_ach_transfer_return.created",
"inbound_ach_transfer_return.updated",
"inbound_wire_drawdown_request.created",
"intrafi_account_enrollment.created",
"intrafi_account_enrollment.updated",
"intrafi_exclusion.created",
"intrafi_exclusion.updated",
"oauth_connection.created",
"oauth_connection.deactivated",
"pending_transaction.created",
"pending_transaction.updated",
"physical_card.created",
"physical_card.updated",
"real_time_decision.card_authorization_requested",
"real_time_decision.digital_wallet_token_requested",
"real_time_decision.digital_wallet_authentication_requested",
Expand Down Expand Up @@ -458,6 +484,8 @@ async def create(
- `document.created` - Occurs whenever a Document is created.
- `entity.created` - Occurs whenever an Entity is created.
- `entity.updated` - Occurs whenever an Entity is updated.
- `export.created` - Occurs whenever an Export is created.
- `export.updated` - Occurs whenever an Export is updated.
- `external_account.created` - Occurs whenever an External Account is created.
- `file.created` - Occurs whenever a File is created.
- `group.updated` - Occurs whenever a Group is updated.
Expand All @@ -473,13 +501,21 @@ async def create(
Transfer Return is updated.
- `inbound_wire_drawdown_request.created` - Occurs whenever an Inbound Wire
Drawdown Request is created.
- `intrafi_account_enrollment.created` - Occurs whenever an IntraFi Account
Enrollment is created.
- `intrafi_account_enrollment.updated` - Occurs whenever an IntraFi Account
Enrollment is updated.
- `intrafi_exclusion.created` - Occurs whenever an IntraFi Exclusion is created.
- `intrafi_exclusion.updated` - Occurs whenever an IntraFi Exclusion is updated.
- `oauth_connection.created` - Occurs whenever an OAuth Connection is created.
- `oauth_connection.deactivated` - Occurs whenever an OAuth Connection is
deactivated.
- `pending_transaction.created` - Occurs whenever a Pending Transaction is
created.
- `pending_transaction.updated` - Occurs whenever a Pending Transaction is
updated.
- `physical_card.created` - Occurs whenever a Physical Card is created.
- `physical_card.updated` - Occurs whenever a Physical Card is updated.
- `real_time_decision.card_authorization_requested` - Occurs whenever a
Real-Time Decision is created in response to a card authorization.
- `real_time_decision.digital_wallet_token_requested` - Occurs whenever a
Expand Down
Loading