Skip to content

Commit 1395300

Browse files
docs(api): update supported file types in account holder upload document method
1 parent 534bb00 commit 1395300

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 190
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/lithic%2Flithic-fcf9b2688f1093591ebfa0f26aaa02929c63992600ce5709a97908d8a1360592.yml
3-
openapi_spec_hash: 7376ab615eac0a338424a9217717c21c
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/lithic%2Flithic-5bb8d2bedef02f07498de3f252fa6da1393d2fb59f727b05828804cea9aded30.yml
3+
openapi_spec_hash: d1f260252b3bb7ebc77fa7134db6c65d
44
config_hash: 400b9afe0f7f7b7d96177d05950775f9

lithic-java-core/src/main/kotlin/com/lithic/api/models/AccountHolderUploadDocumentParams.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import kotlin.jvm.optionals.getOrNull
2828
*
2929
* This endpoint is only valid for evaluations in a `PENDING_DOCUMENT` state.
3030
*
31-
* Uploaded images must either be a `jpg` or `png` file, and each must be less than 15 MiB. Once
31+
* Supported file types include `jpg`, `png`, and `pdf`. Each file must be less than 15 MiB. Once
3232
* both required uploads have been successfully completed, your document will be run through KYC
3333
* verification.
3434
*

lithic-java-core/src/main/kotlin/com/lithic/api/services/async/AccountHolderServiceAsync.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -351,9 +351,9 @@ interface AccountHolderServiceAsync {
351351
*
352352
* This endpoint is only valid for evaluations in a `PENDING_DOCUMENT` state.
353353
*
354-
* Uploaded images must either be a `jpg` or `png` file, and each must be less than 15 MiB. Once
355-
* both required uploads have been successfully completed, your document will be run through KYC
356-
* verification.
354+
* Supported file types include `jpg`, `png`, and `pdf`. Each file must be less than 15 MiB.
355+
* Once both required uploads have been successfully completed, your document will be run
356+
* through KYC verification.
357357
*
358358
* If you have registered a webhook, you will receive evaluation updates for any document
359359
* submission evaluations, as well as for any failed document uploads.

lithic-java-core/src/main/kotlin/com/lithic/api/services/blocking/AccountHolderService.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -339,9 +339,9 @@ interface AccountHolderService {
339339
*
340340
* This endpoint is only valid for evaluations in a `PENDING_DOCUMENT` state.
341341
*
342-
* Uploaded images must either be a `jpg` or `png` file, and each must be less than 15 MiB. Once
343-
* both required uploads have been successfully completed, your document will be run through KYC
344-
* verification.
342+
* Supported file types include `jpg`, `png`, and `pdf`. Each file must be less than 15 MiB.
343+
* Once both required uploads have been successfully completed, your document will be run
344+
* through KYC verification.
345345
*
346346
* If you have registered a webhook, you will receive evaluation updates for any document
347347
* submission evaluations, as well as for any failed document uploads.

0 commit comments

Comments
 (0)