---
title: DepositConfiguration - Customer API
description: Configuration of the deposit.
api_version: unstable
api_name: customer
source_url:
  html: 'https://shopify.dev/docs/api/customer/unstable/unions/DepositConfiguration'
  md: >-
    https://shopify.dev/docs/api/customer/unstable/unions/DepositConfiguration.md
---

# Deposit​Configuration

union

Configuration of the deposit.

## Fields with this union

* [Buyer​Experience​Configuration.deposit](https://shopify.dev/docs/api/customer/unstable/objects/BuyerExperienceConfiguration#field-BuyerExperienceConfiguration.fields.deposit)

  OBJECT

  The configuration for the buyer's checkout.

* [Draft​Order.deposit](https://shopify.dev/docs/api/customer/unstable/objects/DraftOrder#field-DraftOrder.fields.deposit)

  OBJECT

  A draft order for the customer. Any fields related to money are in the presentment currency. Apps using the Customer Account API must meet the protected customer data [requirements](https://shopify.dev/docs/apps/launch/protected-customer-data).

***

```graphql
union DepositConfiguration = DepositPercentage
```
