{"title":"AccountPointsTransaction - Liquid Object Reference","slug":"account-points-transaction-liquid-object-reference","url":"https://support.storeconnect.com/articles/account-points-transaction-liquid-object-reference","url_markdown":"https://support.storeconnect.com/articles/account-points-transaction-liquid-object-reference.md","subtitle":null,"summary":"The AccountPointsTransaction object represents a transaction against an AccountPoints.","type":"Developer_Documentation","video_url":"","keywords":"liquid, objects, AccountPointsTransaction, template, storeconnect","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Description\n\nThe AccountPointsTransaction object represents a transaction against an AccountPoints.\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 transaction belongs to |\n| `activated?` | Boolean | Returns true if this transaction has been activated |\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| `default_rate_used` | Number | Returns the default conversion rate used (if any) for this transaction |\n| `expires_at` | Timestamp | Returns the timestamp for when this transaction expires |\n| `id` | String | Returns a unique id for this transaction |\n| `order_item` | [OrderItem](order-item-liquid-object-reference) | Returns the OrderItem associated with this transaction |\n| `payment` | [Payment](payment-liquid-object-reference) | Returns the Payment associated with this transaction |\n| `pending?` | Boolean | Returns true if this transaction has not been activated. Only activated credit transactions can be used for purchases |\n| `reason_code` | String | Returns the reason for this transaction |\n| `store` | [Store](store-liquid-object-reference) | Returns the Store that the transaction belongs to |\n| `transaction_currency` | String | Returns the currency of this transaction |\n| `transaction_currency_value` | Number | Returns the value of this transaction in the transaction currency |\n| `type` | String | Returns this transaction's entry type: credit or debit |\n| `usage` | String | Returns the usage options of this transaction (when credit): store, store_group, any_store |\n\n## Available on\n\n- [AccountPoints - Liquid Object Reference](account-points-liquid-object-reference) — `transactions`"}