---
title: "Retornando Contratos"
method: GET
path: "/settlement_obligations/contracts"
---

# Retornando Contratos

`GET /settlement_obligations/contracts`

## Query parameters

- `recipient_id` string
- `expected_settlement_date_since` string, date, required
- `expected_settlement_date_until` string, date, required

## Response `200`

200

- object[]
  - `key` string
  - `contract_type` string
  - `created_at` string
  - `is_canceled` boolean
  - `contract_holder` string
  - `bank_accounts` object[]
    - `branch` string
    - `account` string
    - `account_digit` string
    - `account_type` string
    - `ispb` string
    - `document_type` string
    - `document_number` string
  - `trade_repository` string

## Other responses

- `204` — 204
- `404` — 404

---

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