--- 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. ## Possible types * [Deposit​Percentage](https://shopify.dev/docs/api/customer/unstable/objects/DepositPercentage) OBJECT A percentage deposit. * percentage [Float!](https://shopify.dev/docs/api/customer/unstable/scalars/Float) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The percentage value 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 ```