---
title: "Get customer connection request status"
method: GET
path: "/v3/network/invitation/customer/{customerId}"
tags: ["network"]
---

# Get customer connection request status

`GET /v3/network/invitation/customer/{customerId}`

Get the status of an existing connection request sent with `POST /v3/network/invitation/customer/{customerId}`.

When you send a connection request to a customer organization that has auto-connections enabled, BILL automatically connects you with the organization. If the organization has auto-connections disabled, the connection request status changes when the customer accepts the request.

**Note**: If the customer does not respond to the connection request for 60 days, the request expires.

See [BILL Network](https://developer.bill.com/docs/bill-network) in the Guides section for more information, sample requests, and responses.

## Path parameters

- `customerId` string, required — BILL-generated ID of the customer record in your organization. The value begins with `0cu`.

## Headers

- `sessionId` string, nullable — API session ID generated with `/v3/login`
- `devKey` string, nullable — Developer key generated with your BILL developer account

## Response `200`

Get customer connection request status response

- GetInvitationResponseDto — Invitation status response.
  - `id` string — BILL-generated ID of the customer or vendor record in your organization
  - `status` 'NOT_CONNECTED' | 'PENDING' | 'CONNECTED' | 'CONNECTED_RPPS' — Network invitation status.
  - `networkId` string — Payment Network ID (PNI). BILL uses the PNI to send and receive electronic payments.

## Other responses

- `4XX` — List of errors.
- `5XX` — List of errors.

---

[API](https://skmtc.net/bill/apis/bill-v3-api.md) · [All operations](https://skmtc.net/bill/apis/bill-v3-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bill/bill-v3-api/revisions/0483350c434e/schema)
