# Storefront deposits Use these operations to access Storefront deposits. 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 a deposit amount strategy - [GET /storefront/deposit-strategies/{id}](https://www.rebilly.com/static/_spec/catalog/all-3.0/storefront-deposits/storefrontgetdepositstrategy.md): Retrieves a deposit amount strategy with a specified ID. ## Retrieve a deposit request - [GET /storefront/deposit-requests/{id}](https://www.rebilly.com/static/_spec/catalog/all-3.0/storefront-deposits/storefrontgetdepositrequest.md): Retrieves a deposit request with a specified ID. ## Create a deposit - [POST /storefront/deposit](https://www.rebilly.com/static/_spec/catalog/all-3.0/storefront-deposits/storefrontpostdeposit.md): Creates a deposit transaction.