--- title: DepositConfiguration - Customer API description: Configuration of the deposit. api_version: 2025-01 api_name: customer type: union api_type: graphql source_url: html: https://shopify.dev/docs/api/customer/2025-01/unions/DepositConfiguration md: https://shopify.dev/docs/api/customer/2025-01/unions/DepositConfiguration.md --- # Deposit​Configuration union Configuration of the deposit. ## Possible types * [Deposit​Percentage](https://shopify.dev/docs/api/customer/2025-01/objects/DepositPercentage) OBJECT A percentage deposit. * percentage [Float!](https://shopify.dev/docs/api/customer/2025-01/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/2025-01/objects/BuyerExperienceConfiguration#field-deposit) OBJECT The configuration for the buyer's checkout. *** ```graphql union DepositConfiguration = DepositPercentage ```