# Storefront KYC documents Use these operations to access Storefront KYC documents. Storefront operations interact directly with the customer, and provide the customer with access to their own data. To use Storefront operations, the customer must be issued a JWT with limited permissions. For more information, see [Create a session with username and password](https://www.rebilly.com/catalog/all/storefront-account/storefrontpostlogin) and [Exchange an authentication token](https://www.rebilly.com/catalog/all/customer-authentication/postauthenticationtokenexchange). Storefront operations are intended to be used directly from an untrusted browser. ## Retrieve KYC documents - [GET /storefront/kyc-documents](https://www.rebilly.com/static/_spec/catalog/all-3.0/storefront-kyc-documents/storefrontgetkycdocumentcollection.md): Retrieves a list of KYC documents. ## Create a KYC document - [POST /storefront/kyc-documents](https://www.rebilly.com/static/_spec/catalog/all-3.0/storefront-kyc-documents/storefrontpostkycdocument.md): Creates a KYC document. ## Retrieve a KYC Document - [GET /storefront/kyc-documents/{id}](https://www.rebilly.com/static/_spec/catalog/all-3.0/storefront-kyc-documents/storefrontgetkycdocument.md): Retrieves a KYC document with a specified ID. ## Update a KYC document - [PATCH /storefront/kyc-documents/{id}](https://www.rebilly.com/static/_spec/catalog/all-3.0/storefront-kyc-documents/storefrontpatchkycdocument.md): Updates a KYC document with a specified ID. ## Retrieve a KYC request - [GET /storefront/kyc-requests/{id}](https://www.rebilly.com/static/_spec/catalog/all-3.0/storefront-kyc-documents/storefrontgetkycrequest.md): Retrieves a KYC request with a specified ID. ## Create a KYC liveness session - [POST /storefront/kyc-liveness-sessions](https://www.rebilly.com/static/_spec/catalog/all-3.0/storefront-kyc-documents/storefrontpostkyclivenesssession.md): Creates a KYC liveness session. ## Retrieve a KYC liveness session - [GET /storefront/kyc-liveness-sessions/{id}](https://www.rebilly.com/static/_spec/catalog/all-3.0/storefront-kyc-documents/storefrontgetkyclivenesssession.md): Retrieves a KYC liveness session with a specified ID. ## Finish KYC liveness session - [POST /storefront/kyc-liveness-sessions/{id}/finish](https://www.rebilly.com/static/_spec/catalog/all-3.0/storefront-kyc-documents/storefrontpostkyclivenesssessionfinish.md): Attempt to finalize a pending KYC liveness session.