---
title: "Retrieve an agedpayable"
method: GET
path: "/accounting/{connection_id}/agedpayable/{id}"
tags: ["accounting", "agedpayable"]
---

# Retrieve an agedpayable

`GET /accounting/{connection_id}/agedpayable/{id}`

## Path parameters

- `connection_id` string, required
- `id` string, required

## Query parameters

- `fields` string[]
- `raw` string

## Response `200`

Successful

- AccountingAgedpayable
  - `id` string
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `currency` string
  - `start_at` string, date-time
  - `end_at` string, date-time
  - `total_current_amount` number
  - `total_overdue_amount` number
  - `total_amount` number
  - `periods` AccountingAgedPeriod[]
    - `name` string
    - `start_at` string, date-time
    - `end_at` string, date-time
    - `total_amount` number
    - `sub_items` AccountingAgedRow[]
      - `contact` PropertyAccountingAgedRowContact
        - `id` string
        - `name` string
      - `transaction` PropertyAccountingAgedRowTransaction
        - `id` string
        - `name` string
      - `posted_at` string, date-time
      - `due_at` string, date-time
      - `total_amount` number
      - `balance_amount` number
  - `organization_id` string
  - `raw` object

---

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