---
title: "List Connection Status for an Invoice."
method: GET
path: "/v2/invoicing/accounting-sync/invoices/{id}/connections"
tags: ["invoice-connection-details"]
---

# List Connection Status for an Invoice.

`GET /v2/invoicing/accounting-sync/invoices/{id}/connections`

Lists connections to accounting platforms per invoice.

## Path parameters

- `id` string, required

## Response `200`

A successful request returns the HTTP `200 OK` status code and a JSON response body.

- InvoiceConnectionDetails — Returns invoice connection status with timestamp per invoice.
  - `id` string — The ID of the invoice. This property supports Unicode.
  - `connection_status` Connections[] — An array of connection-level details.
    - `connections` Connection[] — An array of connection-level details.
      - `platform_name` string — The name of the platform. This property supports Unicode. The pattern is not provided because the value is defined by an external party.
      - `last_sync_time` string, ppaas_date_time_v3 — The date and time, in [Internet date and time format](https://tools.ietf.org/html/rfc3339#section-5.6). Seconds are required while fractional seconds are optional.<blockquote><strong>Note:</strong> The regular expression provides guidance but does not reject all invalid dates.</blockquote>
      - `last_sync_status` 'IN_PROGRESS' | 'SUCCESS' | 'FAILED' — The status of the last sync. This property supports Unicode.

## Other responses

- `400` — Invalid request.
- `403` — Authorization Error.
- `404` — Resource Not Found.
- `500` — An internal server error has occurred.
- `default` — The default response.

---

[API](https://skmtc.net/paypal/apis/payments.md) · [All operations](https://skmtc.net/paypal/apis/payments/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/paypal/payments/revisions/672aceee1190/schema)
