Skip to content

Commit 4d1f54d

Browse files
feat(api): api update (#947)
1 parent bacecf1 commit 4d1f54d

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 199
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-0c56c1b233d21b65fc15f6f38bedf45c04afa14afc5ac02bbf6ab23d7bfa9120.yml
3-
openapi_spec_hash: de85d714d7d32c0680577b47c7123390
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-cc8e6b6ae3f31bfee6a3b1ed5d48604196757c1a78fec7054dc453c44ab8aa86.yml
3+
openapi_spec_hash: 720e772da4156f4325664fb8b8df1d81
44
config_hash: 20a463ecd33bd32b7b9bc6f4990907ac

src/resources/check-transfers.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -736,6 +736,13 @@ export namespace CheckTransferCreateParams {
736736
* should inspect the response and use that check number.
737737
*/
738738
check_number?: string;
739+
740+
/**
741+
* The pay-to name you will print on the check. If provided, this is used for
742+
* [Positive Pay](/documentation/positive-pay). If this is omitted, Increase will
743+
* be unable to validate the payee name when the check is deposited.
744+
*/
745+
recipient_name?: string;
739746
}
740747
}
741748

tests/api-resources/check-transfers.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ describe('resource checkTransfers', () => {
4747
signature_text: 'Ian Crease',
4848
},
4949
require_approval: true,
50-
third_party: { check_number: 'x' },
50+
third_party: { check_number: 'x', recipient_name: 'x' },
5151
});
5252
});
5353

0 commit comments

Comments
 (0)