@@ -82,11 +82,12 @@ def create(
8282 source_account_number_id: The identifier of the Account Number from which to send the transfer and print
8383 on the check.
8484
85- balance_check: How the account's available balance should be checked. Please contact
86- [support@increase.com](mailto:support@increase.com) to enable this parameter .
85+ balance_check: How the account's available balance should be checked. If omitted, the default
86+ behavior is `balance_check: full` .
8787
8888 - `full` - The available balance of the account must be at least the amount of
89- the check, and a Pending Transaction will be created for the full amount.
89+ the check, and a Pending Transaction will be created for the full amount. This
90+ is the default behavior if `balance_check` is omitted.
9091 - `none` - No balance check will performed when the check transfer is initiated.
9192 A zero-dollar Pending Transaction will be created. The balance will still be
9293 checked when the Inbound Check Deposit is created.
@@ -432,11 +433,12 @@ async def create(
432433 source_account_number_id: The identifier of the Account Number from which to send the transfer and print
433434 on the check.
434435
435- balance_check: How the account's available balance should be checked. Please contact
436- [support@increase.com](mailto:support@increase.com) to enable this parameter .
436+ balance_check: How the account's available balance should be checked. If omitted, the default
437+ behavior is `balance_check: full` .
437438
438439 - `full` - The available balance of the account must be at least the amount of
439- the check, and a Pending Transaction will be created for the full amount.
440+ the check, and a Pending Transaction will be created for the full amount. This
441+ is the default behavior if `balance_check` is omitted.
440442 - `none` - No balance check will performed when the check transfer is initiated.
441443 A zero-dollar Pending Transaction will be created. The balance will still be
442444 checked when the Inbound Check Deposit is created.
0 commit comments