{"title":"Payment - Liquid Object Reference","slug":"payment-liquid-object-reference","url":"https://support.storeconnect.com/articles/payment-liquid-object-reference","url_markdown":"https://support.storeconnect.com/articles/payment-liquid-object-reference.md","subtitle":null,"summary":"The Payment object represents a payment made for an Order.","type":"Developer_Documentation","video_url":"","keywords":"liquid, objects, Payment, template, storeconnect","last_modified":"2026-08-21T07:12:35+0000","body_markdown":"## Description\n\nThe Payment object represents a payment made for an Order.\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_path` | String | Returns the url path to the AccountCredit used for this Payment (if any) |\n| `amount` | Number | Returns the payment amount |\n| `amount_tendered` | Number | Returns the Cash amount tendered for this Payment |\n| `change_given` | Number | Returns the change given in Cash for this Payment |\n| `currency_code` | String | Returns the currency code for this Payment |\n| `description` | String | Returns the a description of the payment method used |\n| `id` | String | Returns the unique id for this Payment |\n| `instructions_content` | String | Returns the value of the Instructions attribute as rich text |\n| `invoice_reference` | String | Returns the invoice reference number for this Payment |\n| `invoice_url` | String | Returns the a url to the invoice for this Payment |\n| `order` | [Order](order-liquid-object-reference) | Returns the Order that this Payment belongs to |\n| `paid_at` | Timestamp | Returns timestamp of this Payment |\n| `payment_method` | String | Returns the payment method used |\n| `payment_provider` | [PaymentProvider](payment-provider-liquid-object-reference) | Returns the PaymentProvider used for this Payment |\n| `points_amount` | Number | Returns the points payment amount |\n| `status` | String | Returns the status of this Payment |\n| `surcharge_amount` | Number | Returns the surcharge amount included in this Payment |\n| `transaction_number` | String | Returns a transaction reference number for this Payment |\n| `wallet_type` | String | Returns the wallet type used (e.g., \\ |\n\n## Available on\n\n- [AccountCreditTransaction - Liquid Object Reference](account-credit-transaction-liquid-object-reference) — `payment`\n- [AccountPointsTransaction - Liquid Object Reference](account-points-transaction-liquid-object-reference) — `payment`\n- [Order - Liquid Object Reference](order-liquid-object-reference) — `payments`\n- [Subscription - Liquid Object Reference](subscription-liquid-object-reference) — `payments`"}