--- title: StoreCreditAccountCreditInput - GraphQL Admin description: The input fields for a store credit account credit transaction. api_version: unstable api_name: admin source_url: html: >- https://shopify.dev/docs/api/admin-graphql/unstable/input-objects/StoreCreditAccountCreditInput md: >- https://shopify.dev/docs/api/admin-graphql/unstable/input-objects/StoreCreditAccountCreditInput.md --- # Store​Credit​Account​Credit​Input input\_object The input fields for a store credit account credit transaction. ## Fields * credit​Amount [Money​Input!](https://shopify.dev/docs/api/admin-graphql/unstable/input-objects/MoneyInput) required The amount to credit the store credit account. * expires​At [Date​Time](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/DateTime) The date and time when the credit expires. * notify [Boolean](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/Boolean) Default:false Whether to send a notification to the account owner when the store credit is issued. Defaults to `false`. *** ## Map No referencing types