---
title: "Get a Contract Subscription"
method: GET
path: "/v3/contractsubscription/{contractId}"
---

# Get a Contract Subscription

`GET /v3/contractsubscription/{contractId}`

Gets customer and payment information related to a contract

## Path parameters

- `contractId` integer, required

## Response `200`

200

- object
  - `records` 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
  - `recordCount` integer

---

[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)
