{"title":"AccountCredit - Liquid Object Reference","slug":"account-credit-liquid-object-reference","url":"https://support.storeconnect.com/articles/account-credit-liquid-object-reference","url_markdown":"https://support.storeconnect.com/articles/account-credit-liquid-object-reference.md","subtitle":null,"summary":"The AccountCredit object contains information about various credits associated with an Account.","type":"Developer_Documentation","video_url":"","keywords":"liquid, objects, AccountCredit, template, storeconnect","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Description\n\nThe AccountCredit object contains information about various credits associated with an Account.\n\n:::note\nThis object supports custom data via the `data` attribute.\n:::\n\n## Attributes\n\n| Attribute | Type | Description |\n|-----------|------|-------------|\n| `account` | [Account](account-liquid-object-reference) | Returns the Account that the AccountCredit belongs to |\n| `created_at` | Timestamp | Returns the timestamp for when this AccountCredit was created |\n| `current_balance` | Number | Returns the current balance of this AccountCredit |\n| `expires_at` | Timestamp | Returns the timestamp for when this AccountCredit expired |\n| `id` | String | Returns the unique id of the AccountCredit |\n| `name` | String | Returns the name of the AccountCredit |\n| `opening_balance` | Number | Returns the opening balance of this AccountCredit |\n| `path` | String | Returns the url path for this AccountCredit |\n| `transactions` | List[[AccountCreditTransaction](account-credit-transaction-liquid-object-reference)] | Returns a list of AccountCreditTransactions for this AccountCredit |\n| `type` | String | Returns this AccountCredit's type |\n| `url` | String | Returns the complete url for this Order |\n| `usable?` | Boolean | Returns true if this AccountCredit can be used, ie it's not expired or out of balance |\n\n## Available on\n\n- [Account - Liquid Object Reference](account-liquid-object-reference) — `account_credits`\n- [AccountCreditTransaction - Liquid Object Reference](account-credit-transaction-liquid-object-reference) — `account_credit`"}