---
title: "Get a Contract's History"
method: GET
path: "/v3/contract/history"
---

# Get a Contract's History

`GET /v3/contract/history`

Gets non-payment related events related to a contract

## Query parameters

- `id` string, required
- `subscriptionId` string
- `limit` integer
- `offset` integer

## Response `200`

200

- object[]
  - `id` integer
  - `contractId` integer
  - `startDate` string
  - `invoiceMethod` string
  - `cardAccountId` integer
  - `allowPartialPayment` boolean
  - `status` string
  - `remindBeforeDueDate` integer
  - `remindAfterDueDate` integer
  - `created` string
  - `modified` string
  - `customerId` integer
  - `billingAddressId` integer
  - `shippingAddressId` integer
  - `allowCreditCard` boolean
  - `allowACH` boolean
  - `sendReceipt` string
  - `eftAgreementRequested` boolean

---

[API](https://skmtc.net/mxmerchant/apis/checkout-api.md) · [All operations](https://skmtc.net/mxmerchant/apis/checkout-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mxmerchant/checkout-api/versions/6807b698abcb/schema)
