--- title: checkoutAndAccountsAppConfiguration - GraphQL Admin description: >- Returns the checkout and accounts app configuration for the current API client and shop. api_version: unstable api_name: admin source_url: html: >- https://shopify.dev/docs/api/admin-graphql/unstable/queries/checkoutAndAccountsAppConfiguration md: >- https://shopify.dev/docs/api/admin-graphql/unstable/queries/checkoutAndAccountsAppConfiguration.md --- # checkout​And​Accounts​App​Configuration query Requires `read_checkout_app_configurations` access scope. Returns the checkout and accounts app configuration for the current API client and shop. ## Possible returns * Checkout​And​Accounts​App​Configuration [Checkout​And​Accounts​App​Configuration](https://shopify.dev/docs/api/admin-graphql/unstable/objects/CheckoutAndAccountsAppConfiguration) Configuration for checkout and accounts app. * allowed​Origins [\[URL!\]!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/URL) non-null The list of allowed origins for checkout and accounts app. * checkout​Flow​Configuration [JSON!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/JSON) non-null The checkout flow configuration for checkout and accounts app. * created​At [Date​Time!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/DateTime) non-null The date and time when the configuration was created. * feature [JSON!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/JSON) non-null The feature configuration for checkout and accounts app. * id [ID!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/ID) non-null The ID of the configuration. * ui​Configuration [JSON!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/JSON) non-null The UI configuration for checkout and accounts app. * updated​At [Date​Time!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/DateTime) non-null The date and time when the configuration was last updated. *** ## Examples * ### checkoutAndAccountsAppConfiguration reference