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