{"title":"AccountCreditTransaction - Liquid Object Reference","slug":"account-credit-transaction-liquid-object-reference","url":"https://support.storeconnect.com/articles/account-credit-transaction-liquid-object-reference","url_markdown":"https://support.storeconnect.com/articles/account-credit-transaction-liquid-object-reference.md","subtitle":null,"summary":"The AccountCreditTransaction object represents a transaction against an AccountCredit.","type":"Developer_Documentation","video_url":"","keywords":"liquid, objects, AccountCreditTransaction, template, storeconnect","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Description\n\nThe AccountCreditTransaction object represents a transaction against an AccountCredit.\n\n:::note\nThis object supports custom data via the `data` attribute.\n:::\n\n## Attributes\n\n| Attribute | Type | Description |\n|-----------|------|-------------|\n| `account_credit` | [AccountCredit](account-credit-liquid-object-reference) | Returns the Account Credit for this transaction |\n| `amount` | Number | Returns the amount of this transaction |\n| `contact` | [Contact](contact-liquid-object-reference) | Returns the Contact associated with this transaction |\n| `created_at` | Timestamp | Returns the timestamp for when this transaction was created |\n| `id` | String | Returns a unique id for this transaction |\n| `order` | [Order](order-liquid-object-reference) | Returns the Order associated with this transaction |\n| `payment` | [Payment](payment-liquid-object-reference) | Returns the Payment associated with this transaction |\n| `type` | String | Returns this transaction's entry type |\n\n## Available on\n\n- [AccountCredit - Liquid Object Reference](account-credit-liquid-object-reference) — `transactions`"}